-
Notifications
You must be signed in to change notification settings - Fork 524
/
agoric.json
74 lines (74 loc) · 2.13 KB
/
agoric.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"rpc": "https://rpc-agoric.keplr.app",
"rest": "https://lcd-agoric.keplr.app",
"chainId": "agoric-3",
"chainName": "Agoric",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/chain.png",
"stakeCurrency": {
"coinDenom": "BLD",
"coinMinimalDenom": "ubld",
"coinDecimals": 6,
"coinGeckoId": "agoric",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/ubld.png"
},
"walletUrl": "https://wallet.keplr.app/chains/agoric",
"walletUrlForStaking": "https://wallet.keplr.app/chains/agoric",
"bip44": {
"coinType": 564
},
"bech32Config": {
"bech32PrefixAccAddr": "agoric",
"bech32PrefixAccPub": "agoricpub",
"bech32PrefixValAddr": "agoricvaloper",
"bech32PrefixValPub": "agoricvaloperpub",
"bech32PrefixConsAddr": "agoricvalcons",
"bech32PrefixConsPub": "agoricvalconspub"
},
"currencies": [
{
"coinDenom": "BLD",
"coinMinimalDenom": "ubld",
"coinDecimals": 6,
"coinGeckoId": "agoric",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/ubld.png"
},
{
"coinDenom": "IST",
"coinMinimalDenom": "uist",
"coinDecimals": 6,
"coinGeckoId": "inter-stable-token",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/uist.png"
}
],
"feeCurrencies": [
{
"coinDenom": "BLD",
"coinMinimalDenom": "ubld",
"coinDecimals": 6,
"coinGeckoId": "agoric",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/ubld.png",
"gasPriceStep": {
"low": 0.03,
"average": 0.05,
"high": 0.07
}
},
{
"coinDenom": "IST",
"coinMinimalDenom": "uist",
"coinDecimals": 6,
"coinGeckoId": "inter-stable-token",
"gasPriceStep": {
"low": 0.0034,
"average": 0.007,
"high": 0.02
}
}
],
"features": [],
"alternativeBIP44s": [
{
"coinType": 118
}
]
}