UNPKG

chain-registry

Version:
139 lines (138 loc) 4.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chain_name: 'cascadiatestnet', status: 'live', network_type: 'testnet', website: 'https://cascadia.foundation/', pretty_name: 'Cascadia', chain_type: 'cosmos', chain_id: 'cascadia_6102-1', bech32_prefix: 'cascadia', daemon_name: 'cascadiad', node_home: '$HOME/.cascadiad', key_algos: ['ethsecp256k1'], slip44: 60, fees: { fee_tokens: [{ denom: 'aCC', fixed_min_gas_price: 0, low_gas_price: 7, average_gas_price: 10, high_gas_price: 15 }] }, staking: { staking_tokens: [{ denom: 'aCC' }], lock_duration: { time: '1814400s' } }, codebase: { git_repo: 'https://github.com/CascadiaFoundation/cascadia', recommended_version: 'v0.1.2', compatible_versions: ['v0.1.1'], consensus: { type: 'tendermint', version: 'v0.34.26' }, genesis: { name: 'v1', genesis_url: 'https://raw.githubusercontent.com/CascadiaFoundation/chain-configuration/master/testnet/genesis.json' }, sdk: { type: 'cosmos', version: '0.46.10' }, cosmwasm: { version: '0.30', enabled: true } }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png', theme: { primary_color_hex: '#004A96' } }], logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png' }, apis: { rpc: [ { address: 'https://rpc.cascadia.foundation:443', provider: 'cascadia' }, { address: 'https://cscd-rpc.systemd.run:443', provider: 'systemd' }, { address: 'https://api.cascadia-t.indonode.net:443', provider: 'Indonode' }, { address: 'https://rpc-test.cascadia.hexnodes.co:443', provider: 'Hexnodes' } ], grpc: [ { address: 'grpc.cascadia.foundation:443', provider: 'cascadia' }, { address: 'cscd-grpc.systemd.run:443', provider: 'systemd' }, { address: 'grpc.cascadia-t.indonode.net:43090', provider: 'Indonode' }, { address: 'grpc-test.cascadia.hexnodes.co:19090', provider: 'Hexnodes' } ], rest: [ { address: 'https://lcd.cascadia.foundation', provider: 'cascadia' }, { address: 'https://cscd-api.systemd.run', provider: 'systemd' }, { address: 'https://api.cascadia-t.indonode.net/', provider: 'Indonode' }, { address: 'https://lcd-test.cascadia.hexnodes.co', provider: 'Hexnodes' } ] }, explorers: [{ kind: 'validator_explorer', url: 'https://validator.cascadia.foundation/', tx_page: 'https://validator.cascadia.foundation/transactions/${txHash}', account_page: 'https://validator.cascadia.foundation/accounts/${accountAddress}' }, { kind: 'block_explorer', url: 'https://explorer.cascadia.foundation/', tx_page: 'https://explorer.cascadia.foundation/tx/${txHash}', account_page: 'https://explorer.cascadia.foundation/address/${accountAddress}' }], keywords: [ 'cascadia', 'cosmos', 'evm', 'cybernetic' ] }; exports.default = info;