Skip to content

Commit feb3bdb

Browse files
committed
Enable baby swap
1 parent f9c1cc4 commit feb3bdb

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

data/mainnet/bbn-1.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
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-
}
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": true,
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)