Skip to content

Commit b5aebc2

Browse files
committed
mainnet/secret saga and xion were added
1 parent cb23811 commit b5aebc2

File tree

3 files changed

+126
-0
lines changed

3 files changed

+126
-0
lines changed

data/mainnet/secret-4.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"chainId": "secret-4",
3+
"chainName": "Secret Network",
4+
"addressPrefix": "secret",
5+
"rpcURL": "https://rpc.lavenderfive.com:443/secretnetwork",
6+
"restURL": "https://rest.lavenderfive.com/secretnetwork",
7+
"explorerURL": {
8+
"transaction": "https://www.mintscan.io/secret/transactions/{transaction}"
9+
},
10+
"channel": {
11+
"source": "channel-14",
12+
"destination": "channel-183"
13+
},
14+
"currencies": [
15+
{
16+
"coinDenom": "SCRT",
17+
"coinDisplayDenom": "SCRT",
18+
"coinMinimalDenom": "uscrt",
19+
"coinIbcDenom": "ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04",
20+
"coinDecimals": 6,
21+
"coinGeckoId": "",
22+
"isFeeCurrency": true,
23+
"isStakeCurrency": false,
24+
"canSwap": true,
25+
"canWithdraw": true,
26+
"canDeposit": true,
27+
"canUseLiquidityMining": true,
28+
"canUseLeverageLP": true,
29+
"canUsePerpetual": false,
30+
"canUseVaults": true,
31+
"gasPriceStep": {
32+
"low": 0.05,
33+
"average": 0.1,
34+
"high": 0.25
35+
},
36+
"cc": {
37+
"quote": "USDT",
38+
"exchange": "binance"
39+
}
40+
}
41+
]
42+
}

data/mainnet/ssc-1.json

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

data/mainnet/xion-mainnet-1.json

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

0 commit comments

Comments
 (0)