forked from cerc-io/cosmos-explorer
add empower testnet
This commit is contained in:
parent
d65a7eee16
commit
7e30c32d03
BIN
public/logos/empower.png
Normal file
BIN
public/logos/empower.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 300 B |
21
src/chains/testnet/empower.json
Normal file
21
src/chains/testnet/empower.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"chain_name": "empower",
|
||||
"coingecko": "empower",
|
||||
"api": ["https://empower-testnet-api.polkachu.com"],
|
||||
"rpc": ["https://empower-testnet-rpc.polkachu.com"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.46.1",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "5000",
|
||||
"addr_prefix": "empower",
|
||||
"logo": "/logos/empower.png",
|
||||
"assets": [
|
||||
{
|
||||
"base": "umpwr",
|
||||
"symbol": "MPWR",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "altruistic-1",
|
||||
"logo": "/logos/empowers.png"
|
||||
}
|
||||
]
|
||||
}
|
@ -12,7 +12,7 @@ import { toHex } from '@cosmjs/encoding'
|
||||
let chains = {}
|
||||
|
||||
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