Skip to content

Commit c78a394

Browse files
authored
Merge branch 'master' into master
2 parents 59bb99b + 5b2baf7 commit c78a394

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

_data/chains/eip155-143.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
{
2-
"name": "Monad Mainnet",
2+
"name": "Monad",
33
"chain": "MON",
44
"icon": "monad",
5-
"rpc": [],
5+
"rpc": ["https://rpc.monad.xyz"],
66
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
77
"faucets": [],
88
"nativeCurrency": {
9-
"name": "MON Token",
9+
"name": "Monad",
1010
"symbol": "MON",
1111
"decimals": 18
1212
},
1313
"infoURL": "https://monad.xyz",
1414
"shortName": "mon",
1515
"chainId": 143,
1616
"networkId": 143,
17-
"slip44": 1,
18-
"explorers": []
17+
"slip44": 268435779,
18+
"explorers": [
19+
{
20+
"name": "Monad Vision",
21+
"url": "https://monadvision.com",
22+
"standard": "EIP3091"
23+
},
24+
{
25+
"name": "Monadscan",
26+
"url": "https://monadscan.com",
27+
"standard": "EIP3091"
28+
}
29+
]
1930
}

0 commit comments

Comments
 (0)