UNPKG

chain-registry

Version:
81 lines (80 loc) 2.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chainName: 'coss', chainType: 'cosmos', chainId: 'coss-1', website: 'https://coss.ink/', prettyName: 'COSS', status: 'live', networkType: 'mainnet', bech32Prefix: 'coss', daemonName: 'cossd', nodeHome: '$HOME/.coss', keyAlgos: ['secp256k1'], slip44: 118, fees: { feeTokens: [ { denom: 'ucoss', fixedMinGasPrice: 0.025, lowGasPrice: 0.025, averageGasPrice: 0.03, highGasPrice: 0.04 }, { denom: 'ucgas', fixedMinGasPrice: 0.025, lowGasPrice: 0.025, averageGasPrice: 0.03, highGasPrice: 0.04 }, { denom: 'ucias', fixedMinGasPrice: 0.025, lowGasPrice: 0.025, averageGasPrice: 0.03, highGasPrice: 0.04 } ] }, staking: { stakingTokens: [{ denom: 'ucgas' }] }, codebase: { gitRepo: 'https://github.com/coss-inscription/coss', recommendedVersion: 'v0.1.0', compatibleVersions: ['v0.1.0'], genesis: { genesisUrl: 'https://github.com/coss-inscription/networks/blob/main/mainnet/v1/genesis.json' } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg' }, apis: { rpc: [{ address: 'https://coss-rpc.coss.ink', provider: 'StellarGuardian' }, { address: 'https://coss-rpc.cias.network', provider: 'CelestialPhoenix' }], rest: [{ address: 'https://coss-rest.coss.ink', provider: 'StellarGuardian' }, { address: 'https://coss-rest.cias.network', provider: 'CelestialPhoenix' }] }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg' }] }; exports.default = info;