Skip to content

Commit 65f2ad1

Browse files
authored
Add Shardeum chain (#1319)
* Add Shardeum mainnet chain configuration * update shardeum image location * update rpc and rest dns
1 parent ae6481c commit 65f2ad1

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

cosmos/shardeum_8118.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"chainId": "shardeum_8118-1",
3+
"chainName": "Shardeum",
4+
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/shardeum_8118/chain.png",
5+
"rpc": "https://rpc.shardeum.org",
6+
"rest": "https://rest.shardeum.org",
7+
"nodeProvider": {
8+
"name": "Shardeum",
9+
"email": "[email protected]",
10+
"website": "https://shardeum.org"
11+
},
12+
"bip44": {
13+
"coinType": 60
14+
},
15+
"bech32Config": {
16+
"bech32PrefixAccAddr": "shardeum",
17+
"bech32PrefixAccPub": "shardeumpub",
18+
"bech32PrefixValAddr": "shardeumvaloper",
19+
"bech32PrefixValPub": "shardeumvaloperpub",
20+
"bech32PrefixConsAddr": "shardeumvalcons",
21+
"bech32PrefixConsPub": "shardeumvalconspub"
22+
},
23+
"currencies": [
24+
{
25+
"coinDenom": "SHM",
26+
"coinMinimalDenom": "ashm",
27+
"coinDecimals": 18,
28+
"coinGeckoId": "shardeum"
29+
}
30+
],
31+
"feeCurrencies": [
32+
{
33+
"coinDenom": "SHM",
34+
"coinMinimalDenom": "ashm",
35+
"coinDecimals": 18,
36+
"gasPriceStep": {
37+
"low": 2240000000000000,
38+
"average": 2440000000000000,
39+
"high": 2640000000000000
40+
}
41+
}
42+
],
43+
"stakeCurrency": {
44+
"coinDenom": "SHM",
45+
"coinMinimalDenom": "ashm",
46+
"coinDecimals": 18
47+
},
48+
"features": ["eth-address-gen", "eth-key-sign"]
49+
}

images/shardeum_8118/chain.png

8.33 KB
Loading

0 commit comments

Comments
 (0)