Skip to content

Commit 2be6949

Browse files
committed
add tradeview devnet
1 parent e6d34b1 commit 2be6949

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

cosmos/tradeview-dev.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"rpc": "https://trade-api.devnet.tradeview.com/tendermint/",
3+
"rest": "https://trade-api.devnet.tradeview.com/",
4+
"chainId": "tradeview-dev",
5+
"chainName": "Tradeview Devnet",
6+
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/tradeview-dev/chain.png",
7+
"bech32Config": {
8+
"bech32PrefixAccAddr": "tradeview",
9+
"bech32PrefixAccPub": "tradeviewpub",
10+
"bech32PrefixValAddr": "tradeviewvaloper",
11+
"bech32PrefixValPub": "tradeviewvaloperpub",
12+
"bech32PrefixConsAddr": "tradeviewvalcons",
13+
"bech32PrefixConsPub": "tradeviewvalconspub"
14+
},
15+
"bip44": {
16+
"coinType": 118
17+
},
18+
"stakeCurrency": {
19+
"coinDenom": "TVX",
20+
"coinDecimals": 18,
21+
"coinMinimalDenom": "atvx"
22+
},
23+
"currencies": [
24+
{
25+
"coinDenom": "TVX",
26+
"coinDecimals": 18,
27+
"coinMinimalDenom": "atvx"
28+
}
29+
],
30+
"feeCurrencies": [
31+
{
32+
"coinDenom": "TVX",
33+
"coinDecimals": 18,
34+
"coinMinimalDenom": "atvx",
35+
"gasPriceStep": {
36+
"low": 25000000000,
37+
"average": 25000000000,
38+
"high": 50000000000
39+
}
40+
}
41+
],
42+
"features": [],
43+
"isTestnet": true
44+
}

images/tradeview-dev/chain.png

108 KB
Loading

0 commit comments

Comments
 (0)