chain-registry
Version:
90 lines (89 loc) • 2.69 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chain_name: 'zetachaintestnet',
status: 'live',
network_type: 'testnet',
pretty_name: 'ZetaChain Testnet',
chain_type: 'cosmos',
chain_id: 'athens_7001-1',
bech32_prefix: 'zeta',
daemon_name: 'zetacored',
node_home: '$HOME/.zetacored',
key_algos: ['ethsecp256k1'],
extra_codecs: ['ethermint'],
slip44: 60,
fees: {
fee_tokens: [{
denom: 'azeta',
low_gas_price: 20000000000,
average_gas_price: 25000000000,
high_gas_price: 40000000000
}]
},
staking: {
staking_tokens: [{
denom: 'azeta'
}]
},
codebase: {
git_repo: 'https://github.com/zeta-chain/node',
recommended_version: 'v8.3.3',
consensus: {
type: 'tendermint',
version: '0.34'
},
genesis: {
genesis_url: 'https://zetachain-athens.blockpi.network/rpc/v1/public/genesis'
},
sdk: {
type: 'cosmos',
version: '0.46'
},
ibc: {
type: 'go',
version: 'v6.1.0'
}
},
apis: {
rpc: [
{
address: 'https://zetachain-athens.blockpi.network/rpc/v1/public',
provider: 'BlockPI'
},
{
address: 'https://zetachain-testnet-archive.allthatnode.com:26657',
provider: 'All That Node'
},
{
address: 'https://zetachain-testnet-tendermint.reliableninjas.com',
provider: 'Reliable Ninjas'
}
],
rest: [
{
address: 'https://zetachain-athens.blockpi.network/lcd/v1/public',
provider: 'BlockPI'
},
{
address: 'https://zetachain-testnet-archive.allthatnode.com:1317',
provider: 'All That Node'
},
{
address: 'https://zetachain-testnet-cosmos.reliableninjas.com',
provider: 'Reliable Ninjas'
}
]
},
explorers: [{
kind: 'ZetaScan',
url: 'https://athens.explorer.zetachain.com/',
tx_page: 'https://athens.explorer.zetachain.com/cc/tx/${txHash}'
}, {
kind: 'BlockScout',
url: 'https://zetachain-athens-3.blockscout.com/',
tx_page: 'https://zetachain-athens-3.blockscout.com/tx/${txHash}'
}]
};
exports.default = info;