chain-registry
Version:
51 lines (50 loc) • 1.72 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chain_name: 'seitestnet',
chain_type: 'cosmos',
chain_id: 'atlantic-1',
pretty_name: 'Sei Atlantic',
status: 'live',
network_type: 'testnet',
website: 'https://www.sei.io/',
bech32_prefix: 'sei',
daemon_name: 'seid',
node_home: '$HOME/.sei',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'usei',
fixed_min_gas_price: 0
}]
},
codebase: {
git_repo: 'https://github.com/sei-protocol/sei-chain',
recommended_version: '1.0.6beta',
compatible_versions: ['1.0.6beta'],
genesis: {
genesis_url: 'https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-incentivized-testnet/genesis.json'
}
},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
},
description: 'Sei is the fastest Layer 1 blockchain, designed to scale with the industry.',
apis: {
rpc: [],
rest: []
},
explorers: [{
kind: 'explorers.guru',
url: 'https://sei.explorers.guru',
tx_page: 'https://sei.explorers.guru/transaction/${txHash}'
}],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
}]
};
exports.default = info;