Skip to content

Commit 5c9a7fa

Browse files
committed
mainnet/akash was added
1 parent 769e8a3 commit 5c9a7fa

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1

data/mainnet/akashnet-2.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"chainId": "akashnet-2",
3+
"chainName": "Akash",
4+
"addressPrefix": "akash",
5+
"rpcURL": "https://rpc-akash.ottersync.io",
6+
"restURL": "https://api.akashnet.net",
7+
"explorerURL": {
8+
"transaction": "https://www.mintscan.io/akash/tx/{transaction}"
9+
},
10+
"channel": {
11+
"source": "channel-5",
12+
"destination": "channel-129"
13+
},
14+
"currencies": [
15+
{
16+
"coinDenom": "AKT",
17+
"coinDisplayDenom": "AKT",
18+
"coinMinimalDenom": "uakt",
19+
"coinIbcDenom": "ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098",
20+
"coinDecimals": 6,
21+
"coinGeckoId": "akash-network",
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.0003,
33+
"average": 0.003,
34+
"high": 0.03
35+
},
36+
"cc": {
37+
"quote": "USD",
38+
"exchange": "coinbase"
39+
}
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)