UNPKG

chain-registry

Version:
71 lines (70 loc) 2.09 kB
const info = { $schema: '../../chain.schema.json', chain_name: 'wardenprotocoltestnet', status: 'live', network_type: 'testnet', pretty_name: 'Warden Protocol Buenavista', chain_type: 'cosmos', chain_id: 'buenavista-1', bech32_prefix: 'warden', daemon_name: 'wardend', node_home: '$HOME/.warden', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'uward', fixed_min_gas_price: 0.005, low_gas_price: 0.01, average_gas_price: 0.025, high_gas_price: 0.03 }] }, staking: { staking_tokens: [{ denom: 'uward' }] }, codebase: { git_repo: 'https://github.com/warden-protocol/wardenprotocol', recommended_version: 'v0.3.0', compatible_versions: ['v0.3.0'], consensus: { type: 'cometbft', version: '0.38' }, genesis: { genesis_url: 'https://raw.githubusercontent.com/warden-protocol/networks/main/testnets/buenavista/genesis.json' }, sdk: { type: 'cosmos', version: '0.50' }, cosmwasm: { enabled: false } }, apis: { rpc: [{ address: 'https://rpc.buenavista.wardenprotocol.org/', provider: 'Warden Protocol' }], rest: [{ address: 'https://api.buenavista.wardenprotocol.org/', provider: 'Warden Protocol' }], grpc: [{ address: 'https://grpc.buenavista.wardenprotocol.org/', provider: 'Warden Protocol' }] }, logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png' }, explorers: [], keywords: ['testnet'], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png' }] }; export default info;