UNPKG

chain-registry

Version:
79 lines (78 loc) 2.46 kB
const info = { $schema: '../../chain.schema.json', chain_name: 'symphonytestnet3', status: 'live', network_type: 'testnet', pretty_name: 'Symphony Testnet', chain_type: 'cosmos', chain_id: 'symphony-testnet-3', bech32_prefix: 'symphony', daemon_name: 'symphonyd', node_home: '$HOME/.symphonyd', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'note', fixed_min_gas_price: 0, low_gas_price: 0.0025, average_gas_price: 0.025, high_gas_price: 0.04 }] }, staking: { staking_tokens: [{ denom: 'note' }] }, codebase: { git_repo: 'https://github.com/Orchestra-Labs/symphony', recommended_version: 'v23.0.5-rc1', compatible_versions: ['v23.0.5', 'v23.0.5-rc1'], consensus: { type: 'tendermint', version: '0.37.4' }, genesis: { genesis_url: 'https://rpc.testnet.symphonychain.org/genesis' }, sdk: { type: 'cosmos', version: '0.47.8' }, cosmwasm: { version: '0.29', enabled: true } }, apis: { rpc: [{ address: 'https://symphony.test.rpc.nodeshub.online/', provider: 'Nodes Hub' }, { address: 'https://symphony-testnet-rpc.cogwheel.zone/', provider: 'Cogwheel ⚙️' }], rest: [{ address: 'https://symphony.test.api.nodeshub.online/', provider: 'Nodes Hub' }, { address: 'https://symphony-testnet-api.cogwheel.zone/', provider: 'Cogwheel ⚙️' }], grpc: [{ address: 'https://symphony.test.grpc.nodeshub.online/', provider: 'Nodes Hub' }, { address: 'https://symphony-testnet-grpc.cogwheel.zone:443', provider: 'Cogwheel ⚙️' }] }, logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png' }] }; export default info;