- 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
40 lines
979 B
JSON
40 lines
979 B
JSON
{
|
|
"name": "Ethereum 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": [
|
|
"ethereum",
|
|
"mainnet",
|
|
"stablecoin"
|
|
],
|
|
"tokens": [
|
|
{
|
|
"chainId": 1,
|
|
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
"name": "Tether USD",
|
|
"symbol": "USDT",
|
|
"decimals": 6,
|
|
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png",
|
|
"tags": [
|
|
"stablecoin",
|
|
"defi"
|
|
]
|
|
}
|
|
],
|
|
"tags": {
|
|
"stablecoin": {
|
|
"name": "Stablecoin",
|
|
"description": "Stable value tokens pegged to fiat currencies"
|
|
},
|
|
"defi": {
|
|
"name": "DeFi",
|
|
"description": "Decentralized Finance tokens"
|
|
}
|
|
}
|
|
}
|