add celestia mocha testnet
This commit is contained in:
parent
f5ad9ffd9b
commit
dbb17232e8
19
src/chains/testnet/celestia.json
Normal file
19
src/chains/testnet/celestia.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"chain_name": "celestia",
|
||||
"coingecko": "",
|
||||
"api": ["https://celestia-testnet-api.polkachu.com"],
|
||||
"rpc": ["https://celestia-testnet-rpc.polkachu.com"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.46.0",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "800",
|
||||
"addr_prefix": "celestia",
|
||||
"logo": "/logos/celestia.png",
|
||||
"assets": [{
|
||||
"base": "utia",
|
||||
"symbol": "TIA",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "",
|
||||
"logo": "/logos/celestia.png"
|
||||
}]
|
||||
}
|
@ -12,7 +12,7 @@ import { toHex } from '@cosmjs/encoding'
|
||||
let chains = {}
|
||||
const coingecko = {}
|
||||
let configs = require.context('../../chains/mainnet', false, /\.json$/)
|
||||
if (isTestnet()) {
|
||||
if (true) {
|
||||
configs = require.context('../../chains/testnet', false, /\.json$/)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user