UNPKG

chain-registry

Version:
93 lines (92 loc) 3.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'sgetestnet', chainType: 'cosmos', chainId: 'sge-network-3', prettyName: 'SGE Testnet', status: 'live', networkType: 'testnet', website: 'https://sgenetwork.io', bech32Prefix: 'sge', daemonName: 'usge', nodeHome: '$HOME/.sged', keyAlgos: ['secp256k1'], slip44: 118, fees: { feeTokens: [{ denom: 'usge', fixedMinGasPrice: 0 }] }, codebase: { gitRepo: 'https://github.com/sge-network/sge', recommendedVersion: 'v1.0.1', compatibleVersions: ['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/', txPage: 'https://blockexplorer.testnet.sgenetwork.io/sge-network/tx/${txHash}' }, { kind: '🔥STAVR🔥', url: 'https://explorer.stavr.tech/Sge-Testnet', txPage: 'https://explorer.stavr.tech/Sge-Testnet/tx/${txHash}', accountPage: 'https://explorer.stavr.tech/Sge-Testnet/account/${accountAddress}' }], images: [{ imageSync: { chainName: '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' }], logoURIs: { 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' } }; exports.default = info;