Files
proxmox/token-lists/lists/all-mainnet.tokenlist.json
defiQUG f0ab0eadc2 Add complete token lists for Ethereum Mainnet, ChainID 138, and ALL Mainnet
- Added Ethereum Mainnet token list (1 token: USDT)
- Updated ChainID 138 token list (6 tokens: added cUSDT and cUSDC)
- Added ALL Mainnet token list (9 tokens including AUSDT)
- Discovered ALL Mainnet tokens via Transfer event scanning
- Updated validation scripts for multi-chain support
- Created comprehensive documentation and guides
- Updated master documentation indexes
- All token lists validated and ready for submission
2026-01-26 13:52:05 -08:00

110 lines
3.2 KiB
JSON

{
"name": "ALL Mainnet Token List",
"version": {
"major": 1,
"minor": 0,
"patch": 0
},
"timestamp": "2026-01-26T00:00:00.000Z",
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png",
"keywords": [
"all",
"alltra",
"mainnet",
"stablecoin"
],
"tokens": [
{
"chainId": 651940,
"address": "0x015B1897Ed5279930bC2Be46F661894d219292A6",
"name": "Alltra USD Token",
"symbol": "AUSDT",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png",
"tags": ["stablecoin", "defi"]
},
{
"chainId": 651940,
"address": "0x66D8Efa0AF63B0e84eb1Dd72bf00f00cd1e2234e",
"name": "AUSDT",
"symbol": "USDT",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png",
"tags": ["stablecoin", "defi"]
},
{
"chainId": 651940,
"address": "0xa95EeD79f84E6A0151eaEb9d441F9Ffd50e8e881",
"name": "AUSDC",
"symbol": "USDC",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png",
"tags": ["stablecoin", "defi"]
},
{
"chainId": 651940,
"address": "0x798F6762BB40d6801A593459d08F890603D3979C",
"name": "Wrapped Ether",
"symbol": "WETH",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png",
"tags": ["defi", "wrapped"]
},
{
"chainId": 651940,
"address": "0x2da2b8f961F161ab6320acB3377e2e844a3C3ce4",
"name": "Wrapped Alltra",
"symbol": "WALL",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png",
"tags": ["defi", "wrapped"]
},
{
"chainId": 651940,
"address": "0x0d9793861AEB9244AD1B34375a83A6730F6AdD38",
"name": "Hyper-Dex Exchange",
"symbol": "HYDX",
"decimals": 18,
"tags": ["defi"]
},
{
"chainId": 651940,
"address": "0x1839f77eBed7F388c7035f7061B4B8Ef0E72317a",
"name": "HYBX",
"symbol": "HYBX",
"decimals": 8,
"tags": ["defi"]
},
{
"chainId": 651940,
"address": "0xE59Bb804F4884FcEA183a4A67B1bb04f4a4567bc",
"name": "ChatCoin",
"symbol": "CHT",
"decimals": 8,
"tags": ["defi"]
},
{
"chainId": 651940,
"address": "0x690740f055A41FA7669f5a379Bf71B0cDF353073",
"name": "MOOLA",
"symbol": "AUDA",
"decimals": 18,
"tags": ["defi"]
}
],
"tags": {
"stablecoin": {
"name": "Stablecoin",
"description": "Stable value tokens pegged to fiat currencies"
},
"defi": {
"name": "DeFi",
"description": "Decentralized Finance tokens"
},
"wrapped": {
"name": "Wrapped",
"description": "Wrapped tokens representing native assets"
}
}
}