-
Notifications
You must be signed in to change notification settings - Fork 686
Expand file tree
/
Copy pathmantra-dukong-evm.json
More file actions
62 lines (62 loc) · 1.82 KB
/
mantra-dukong-evm.json
File metadata and controls
62 lines (62 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"chainId": "mantra-dukong-evm-1",
"chainName": "MANTRA Dukong Testnet (EVM Interoperable)",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantra-dukong/chain.png",
"rpc": "https://rpc.dukong.mantrachain.io",
"rest": "https://api.dukong.mantrachain.io",
"nodeProvider": {
"name": "MANTRA Chain Association",
"email": "security@mantrachain.io",
"website": "https://mantrachain.io/"
},
"bip44": {
"coinType": 60
},
"bech32Config": {
"bech32PrefixAccAddr": "mantra",
"bech32PrefixAccPub": "mantrapub",
"bech32PrefixValAddr": "mantravaloper",
"bech32PrefixValPub": "mantravaloperpub",
"bech32PrefixConsAddr": "mantravalcons",
"bech32PrefixConsPub": "mantravalconspub"
},
"currencies": [
{
"coinDenom": "OM",
"coinMinimalDenom": "uom",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantra-dukong/om.png"
}
],
"feeCurrencies": [
{
"coinDenom": "OM",
"coinMinimalDenom": "uom",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantra-dukong/om.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"stakeCurrency": {
"coinDenom": "OM",
"coinMinimalDenom": "uom",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantra-dukong/om.png"
},
"features": [
"cosmwasm",
"eth-address-gen",
"eth-key-sign",
"eth-secp256k1-cosmos"
],
"evm": {
"chainId": 5887,
"rpc": "https://evm.dukong.mantrachain.io",
"websocket": "https://evm.dukong.mantrachain.io/ws"
},
"isTestnet": true
}