Skip to content

Commit fa69b01

Browse files
committed
mainnet/fetchhub injective and kava were added
1 parent 1045016 commit fa69b01

File tree

4 files changed

+122
-1
lines changed

4 files changed

+122
-1
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.2
1+
2.4.3

data/mainnet/fetchhub-4.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"chainId": "fetchhub-4",
3+
"chainName": "Fetch Hub",
4+
"addressPrefix": "fetch",
5+
"rpcURL": "https://fetch-rpc.w3coins.io",
6+
"restURL": "https://fetch-api.w3coins.io",
7+
"explorerURL": {
8+
"transaction": "https://www.mintscan.io/fetchai/tx/{transaction}"
9+
},
10+
"channel": {
11+
"source": "channel-7",
12+
"destination": "channel-34"
13+
},
14+
"currencies": [
15+
{
16+
"coinDenom": "FET",
17+
"coinDisplayDenom": "FET",
18+
"coinMinimalDenom": "afet",
19+
"coinIbcDenom": "ibc/421AE2B1D80E42890BF227DBC56C3CADEDA050F21AD1B5DDC1EBE9B9737A4DC6",
20+
"coinDecimals": 18,
21+
"coinGeckoId": "fetchai",
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.035
35+
},
36+
"cc": {
37+
"quote": "USDT",
38+
"exchange": "binance"
39+
}
40+
}
41+
]
42+
}

data/mainnet/injective-1.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"chainId": "injective-1",
3+
"chainName": "Injective",
4+
"addressPrefix": "inj",
5+
"rpcURL": "https://injective-rpc.polkachu.com",
6+
"restURL": "https://injective-api.polkachu.com",
7+
"explorerURL": {
8+
"transaction": "https://www.mintscan.io/injective/tx/{transaction}"
9+
},
10+
"channel": {
11+
"source": "channel-10",
12+
"destination": "channel-421"
13+
},
14+
"currencies": [
15+
{
16+
"coinDenom": "INJ",
17+
"coinDisplayDenom": "INJ",
18+
"coinMinimalDenom": "inj",
19+
"coinIbcDenom": "ibc/ADF401C952ADD9EE232D52C8303B8BE17FE7953C8D420F20769AF77240BD0C58",
20+
"coinDecimals": 18,
21+
"coinGeckoId": "injective",
22+
"coinImageUrl": "/tokens/inj.svg",
23+
"isStakeCurrency": false,
24+
"isFeeCurrency": true,
25+
"canSwap": true,
26+
"canWithdraw": true,
27+
"canDeposit": true,
28+
"canUseLiquidityMining": true,
29+
"canUseLeverageLP": true,
30+
"canUsePerpetual": false,
31+
"canUseVaults": true,
32+
"cc": {
33+
"quote": "USDT",
34+
"exchange": "binance"
35+
}
36+
}
37+
]
38+
}

data/mainnet/kava_2222-10.json

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

0 commit comments

Comments
 (0)