UNPKG

chain-registry

Version:
78 lines (77 loc) 2.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'tgrade', status: 'live', network_type: 'mainnet', website: 'https://tgrade.finance/', pretty_name: 'Tgrade', chain_type: 'cosmos', chain_id: 'tgrade-mainnet-1', bech32_prefix: 'tgrade', daemon_name: 'tgrade', node_home: '$HOME/.tgrade', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'utgd', fixed_min_gas_price: 0.05, low_gas_price: 0.05, average_gas_price: 0.075, high_gas_price: 0.1 }] }, staking: { staking_tokens: [{ denom: 'utgd' }] }, codebase: { git_repo: 'https://github.com/confio/tgrade', recommended_version: 'v2.0.4', compatible_versions: ['v2.0.4'], genesis: { genesis_url: 'https://raw.githubusercontent.com/confio/tgrade-networks/main/mainnet-1/config/genesis.json' }, cosmwasm: { enabled: true } }, apis: { rpc: [{ address: 'https://rpc.mainnet-1.tgrade.confio.run', provider: 'Confio' }, { address: 'https://rpc.tgrade.posthuman.digital', provider: 'POSTHUMAN ꝏ DVS' }], rest: [{ address: 'https://api.mainnet-1.tgrade.confio.run', provider: 'Confio' }, { address: 'https://lcd.tgrade.posthuman.digital', provider: 'POSTHUMAN ꝏ DVS' }], grpc: [] }, explorers: [{ kind: 'aneka', url: 'https://tgrade.aneka.io', tx_page: 'https://tgrade.aneka.io/txs/${txHash}', account_page: 'https://tgrade.aneka.io/accounts/${accountAddress}' }], logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-logo-gradient_h.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-logo-gradient_h.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg', theme: { primary_color_hex: '#c9167b' } }] }; exports.default = info;