File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "rpc" : " https://rpc.monad.xyz" ,
3+ "websocket" : " wss://rpc.monad.xyz" ,
4+ "chainId" : " eip155:143" ,
5+ "chainName" : " Monad Mainnet" ,
6+ "chainSymbolImageUrl" : " https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:143/chain.png" ,
7+ "bip44" : {
8+ "coinType" : 60
9+ },
10+ "currencies" : [
11+ {
12+ "coinDenom" : " MON" ,
13+ "coinMinimalDenom" : " monad-native" ,
14+ "coinDecimals" : 18 ,
15+ "coinGeckoId" : " monad" ,
16+ "coinImageUrl" : " https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:143/monad-native.png"
17+ },
18+ {
19+ "coinDenom" : " WMON" ,
20+ "coinMinimalDenom" : " erc20:0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A" ,
21+ "coinDecimals" : 18 ,
22+ "coinGeckoId" : " wrapped-monad" ,
23+ "coinImageUrl" : " https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:143/erc20/0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A.png"
24+ }
25+ ],
26+ "feeCurrencies" : [
27+ {
28+ "coinDenom" : " MON" ,
29+ "coinMinimalDenom" : " monad-native" ,
30+ "coinDecimals" : 18 ,
31+ "coinGeckoId" : " monad" ,
32+ "coinImageUrl" : " https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:143/monad-native.png"
33+ }
34+ ],
35+ "features" : []
36+ }
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export const nativeMainnetChainIdentifiers: string[] = [
5757 "eip155:56" ,
5858 "eip155:130" ,
5959 "eip155:137" ,
60+ "eip155:143" ,
6061 "eip155:1514" ,
6162 "eip155:1625" ,
6263 "eip155:8453" ,
You can’t perform that action at this time.
0 commit comments