File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments