UNPKG

chain-registry

Version:
56 lines (55 loc) 1.62 kB
const info = { $schema: '../../chain.schema.json', chain_name: 'fiammatestnet', status: 'live', website: 'https://www.fiammachain.io', network_type: 'testnet', pretty_name: 'Fiamma Testnet', chain_type: 'cosmos', chain_id: 'fiamma-testnet-1', bech32_prefix: 'fiamma', slip44: 118, daemon_name: 'fiammad', node_home: '$HOME/.fiamma', key_algos: ['secp256k1'], fees: { fee_tokens: [{ denom: 'ufia' }] }, staking: { staking_tokens: [{ denom: 'ufia' }] }, codebase: { git_repo: 'https://github.com/fiamma-chain/fiamma', recommended_version: 'v0.1.0', compatible_versions: ['v0.1.0'], genesis: { genesis_url: 'https://github.com/fiamma-chain/networks/raw/main/fiamma-testnet-1/genesis.json' } }, logo_URIs: { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg' }, apis: { rpc: [{ address: 'https://testnet-rpc.fiammachain.io', provider: 'Fiamma' }], rest: [{ address: 'https://testnet-api.fiammachain.io', provider: 'Fiamma' }], grpc: [] }, explorers: [{ kind: 'ping.pub', url: 'https://testnet-explorer.fiammachain.io/' }], images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg' }] }; export default info;