-
Notifications
You must be signed in to change notification settings - Fork 2
/
new-chain.json
54 lines (54 loc) · 1.51 KB
/
new-chain.json
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
{
"rpc": "http://localhost:26657",
"rest": "http://localhost:1317",
"chainId": "Oraichain-devnet",
"chainName": "Oraichain devnet",
"stakeCurrency": {
"coinDenom": "ORAI",
"coinMinimalDenom": "orai",
"coinDecimals": 6,
"coinGeckoId": "oraichain-token",
"coinImageUrl": "http://localhost:3000/public/assets/tokens/orai.png"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "orai",
"bech32PrefixAccPub": "oraipub",
"bech32PrefixConsAddr": "oraivalcons",
"bech32PrefixConsPub": "oraivalconspub",
"bech32PrefixValAddr": "oraivaloper",
"bech32PrefixValPub": "oraivaloperpub"
},
"currencies": [
{
"coinDenom": "ORAI",
"coinMinimalDenom": "orai",
"coinDecimals": 6,
"coinGeckoId": "oraichain-token",
"coinImageUrl": "http://localhost:3000/public/assets/tokens/orai.png"
}
],
"feeCurrencies": [
{
"coinDenom": "ORAI",
"coinMinimalDenom": "orai",
"coinDecimals": 6,
"coinGeckoId": "oraichain-token",
"coinImageUrl": "http://localhost:3000/public/assets/tokens/orai.png"
}
],
"gasPriceStep": {
"low": 0,
"average": 0.0025,
"high": 0.004
},
"features": [
"stargate",
"ibc-transfer",
"cosmwasm"
],
"hdPath": "m/44'/118'/0'/0/0",
"cosmwasmVersion": "0.13.2"
}