Skip to content

Commit e27c8e7

Browse files
authored
Add Monad ERC20 token list and update index.json to include chainId 143 (#106)
* Add Monad ERC20 token list and update index.json to include chainId 143 * Add monad native token
1 parent 9a14e40 commit e27c8e7

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

index/index.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@
195195
"misc.json": "f98a5ccf5fa208e0861c020ad16b44adfafff42d8f359fa94e6701a7397b1e92"
196196
}
197197
},
198+
"monad": {
199+
"chainId": 143,
200+
"tokenLists": {
201+
"erc20.json": "9f7263844939b29720364288b40f20411e06cce81937ec104475041dcf547d4f"
202+
}
203+
},
198204
"mumbai": {
199205
"deprecated": true,
200206
"chainId": 80001,

index/monad/erc20.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"name": "sequence-erc20-monad",
3+
"chainId": 143,
4+
"tokenStandard": "erc20",
5+
"keywords": [
6+
"erc20",
7+
"fungible",
8+
"stablecoin",
9+
"coingecko"
10+
],
11+
"timestamp": "2025-11-20T00:00:00.000Z",
12+
"tokens": [
13+
{
14+
"chainId": 143,
15+
"address": "0x0000000000000000000000000000000000000000",
16+
"name": "Monad",
17+
"symbol": "MON",
18+
"decimals": 18,
19+
"logoURI": "https://assets.sequence.info/images/tokens/large/143/0x0000000000000000000000000000000000000000.webp",
20+
"extensions": {
21+
"featured": true,
22+
"featureIndex": 0
23+
}
24+
},
25+
{
26+
"chainId": 143,
27+
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
28+
"name": "Monad",
29+
"symbol": "MON",
30+
"decimals": 18,
31+
"logoURI": "https://assets.sequence.info/images/tokens/large/143/0x0000000000000000000000000000000000000000.webp",
32+
"extensions": {
33+
"featured": true,
34+
"featureIndex": 0
35+
}
36+
},
37+
{
38+
"chainId": 143,
39+
"address": "0x3bd359c1119da7da1d913d1c4d2b7c461115433a",
40+
"name": "Wrapped MON",
41+
"symbol": "WMON",
42+
"decimals": 18,
43+
"logoURI": "https://assets.sequence.info/images/tokens/large/143/0x0000000000000000000000000000000000000000.webp"
44+
},
45+
{
46+
"chainId": 143,
47+
"address": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
48+
"name": "USDC",
49+
"symbol": "USDC",
50+
"decimals": 6,
51+
"logoURI": "https://assets.sequence.info/images/tokens/large/1/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.webp",
52+
"extensions": {
53+
"featured": true,
54+
"featureIndex": 1
55+
}
56+
}
57+
]
58+
}

0 commit comments

Comments
 (0)