UNPKG

chain-registry

Version:
82 lines (81 loc) 2.58 kB
const info = { $schema: '../../chain.schema.json', chain_name: 'galacticatestnet', status: 'live', network_type: 'testnet', pretty_name: 'Galactica Protocol Testnet', chain_type: 'cosmos', chain_id: 'galactica_9302-1', bech32_prefix: 'gala', daemon_name: 'galacticad', node_home: '$HOME/.galactica', key_algos: ['ethsecp256k1'], slip44: 60, fees: { fee_tokens: [{ denom: 'agnet', fixed_min_gas_price: 10, low_gas_price: 10, average_gas_price: 10, high_gas_price: 20 }] }, staking: { staking_tokens: [{ denom: 'agnet' }] }, codebase: { git_repo: 'https://github.com/Galactica-corp/galactica', recommended_version: 'v0.1.1', compatible_versions: ['v0.1.1'], consensus: { type: 'cometbft', version: '0.37' }, genesis: { genesis_url: 'https://raw.githubusercontent.com/Galactica-corp/networks/main/galactica_9301-1/genesis.json' }, sdk: { type: 'cosmos', version: '0.46' }, cosmwasm: { enabled: false } }, apis: { rpc: [{ address: 'https://rpc.galactica.test.pfc.zone/', provider: 'PFC' }, { address: 'https://galactica-testnet-rpc.ibs.team:443', provider: 'Inter Blockchain Services' }], rest: [{ address: 'https://api.galactica.test.pfc.zone/', provider: 'PFC' }, { address: 'https://galactica-testnet-api.ibs.team:443', provider: 'Inter Blockchain Services' }], grpc: [{ address: 'https://grpc.galactica.test.pfc.zone/', provider: 'PFC' }] }, logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png' }, explorers: [{ kind: 'ping.pub', url: 'https://ping.pfc.zone/galactica-testnet', tx_page: 'https://ping.pfc.zone/galactica-testnet/tx/${txHash}', account_page: 'https://ping.pfc.zone/galactica-testnet/account/${accountAddress}' }], keywords: ['testnet'], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png' }] }; export default info;