Skip to content

Commit 0cd14cf

Browse files
committed
mainnet/axelar and babylon were added
1 parent 5c9a7fa commit 0cd14cf

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

data/mainnet/axelar-dojo-1.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"chainId": "axelar-dojo-1",
3+
"chainName": "Axelar",
4+
"addressPrefix": "axelar",
5+
"rpcURL": "https://axelar-rpc.publicnode.com:443",
6+
"restURL": "https://axelar-rest.publicnode.com",
7+
"explorerURL": {
8+
"transaction": "https://testnet.mintscan.io/axelar-testnet/txs/{transaction}"
9+
},
10+
"channel": {
11+
"source": "channel-3",
12+
"destination": "channel-163"
13+
},
14+
"currencies": [
15+
{
16+
"coinDenom": "AXL",
17+
"coinDisplayDenom": "AXL",
18+
"coinMinimalDenom": "uaxl",
19+
"coinIbcDenom": "ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3",
20+
"coinDecimals": 6,
21+
"coinGeckoId": "axelar",
22+
"canSwap": false,
23+
"isFeeCurrency": false,
24+
"isStakeCurrency": false,
25+
"canWithdraw": false,
26+
"canDeposit": false,
27+
"canUseLiquidityMining": false,
28+
"canUseLeverageLP": false,
29+
"canUsePerpetual": false,
30+
"canUseVaults": false,
31+
"gasPriceStep": {
32+
"low": 0.007,
33+
"average": 0.007,
34+
"high": 0.01
35+
},
36+
"cc": {
37+
"quote": "USDT",
38+
"exchange": "binance"
39+
}
40+
}
41+
]
42+
}

data/mainnet/bbn-1.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"chainId": "bbn-1",
3+
"chainName": "Babylon",
4+
"addressPrefix": "bbn",
5+
"rpcURL": "https://babylon.nodes.guru/rpc",
6+
"restURL": "https://babylon.nodes.guru/api",
7+
"explorerURL": {
8+
"transaction": "https://www.mintscan.io/babylon/transactions/{transaction}"
9+
},
10+
"channel": {
11+
"source": "channel-22",
12+
"destination": "channel-6"
13+
},
14+
"currencies": [
15+
{
16+
"coinDenom": "BABY",
17+
"coinDisplayDenom": "BABY",
18+
"coinMinimalDenom": "ubbn",
19+
"coinIbcDenom": "ibc/343182F79E6450836403252D1122288D480605885A01426085859B43F5ECD3EF",
20+
"coinDecimals": 6,
21+
"coinGeckoId": "cosmos",
22+
"canSwap": false,
23+
"isFeeCurrency": true,
24+
"isStakeCurrency": false,
25+
"canWithdraw": true,
26+
"canDeposit": true,
27+
"canUseLiquidityMining": true,
28+
"canUseLeverageLP": true,
29+
"canUsePerpetual": false,
30+
"canUseVaults": true,
31+
"gasPriceStep": {
32+
"low": 0.007,
33+
"average": 0.007,
34+
"high": 0.01
35+
},
36+
"cc": {
37+
"quote": "USDT",
38+
"exchange": "binance"
39+
}
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)