UNPKG

chain-registry

Version:
94 lines (93 loc) 3.07 kB
const info = { $schema: '../../chain.schema.json', chain_name: 'sgetestnet', chain_type: 'cosmos', chain_id: 'sge-network-3', pretty_name: 'SGE Testnet', status: 'live', network_type: 'testnet', website: 'https://sgenetwork.io', bech32_prefix: 'sge', daemon_name: 'usge', node_home: '$HOME/.sged', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'usge', fixed_min_gas_price: 0 }] }, codebase: { git_repo: 'https://github.com/sge-network/sge', recommended_version: 'v1.0.1', compatible_versions: ['v1.0.1'] }, apis: { rpc: [ { address: 'https://rpc.testnet.sgenetwork.io', provider: 'Sge Network' }, { address: 'https://testnet-saage-rpc.lavenderfive.com/ ', provider: 'Lavender.Five' }, { address: 'https://saage-testnet-rpc.polkachu.com/', provider: 'Polkachu' }, { address: 'https://rpc-t.sge.nodestake.top/', provider: 'Nodestake.top' }, { address: 'https://sge.rpc.t.stavr.tech:443', provider: '🔥STAVR🔥' } ], rest: [ { address: 'https://api.testnet.sgenetwork.io', provider: 'Sge Network' }, { address: 'https://api-t.sge.nodestake.top/', provider: 'Nodestake.top' }, { address: 'https://saage-testnet-api.polkachu.com/', provider: 'Polkachu' }, { address: 'https://sge.api.t.stavr.tech', provider: '🔥STAVR🔥' } ] }, explorers: [{ kind: 'Sge BlockExplorer', url: 'https://blockexplorer.testnet.sgenetwork.io/', tx_page: 'https://blockexplorer.testnet.sgenetwork.io/sge-network/tx/${txHash}' }, { kind: '🔥STAVR🔥', url: 'https://explorer.stavr.tech/Sge-Testnet', tx_page: 'https://explorer.stavr.tech/Sge-Testnet/tx/${txHash}', account_page: 'https://explorer.stavr.tech/Sge-Testnet/account/${accountAddress}' }], images: [{ image_sync: { chain_name: 'sge' }, png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg', theme: { primary_color_hex: '#b99952' } }], logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg' } }; export default info;