Skip to content

Commit 4203cc9

Browse files
authored
Merge pull request #1340 from chainapsis/sam/keplr-1509,keplr-1512
Add monad as native chain
2 parents 94441bc + 686f54f commit 4203cc9

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

evm/eip155:143.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)