UNPKG

chain-registry

Version:
43 lines (42 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chain_name: 'tron', chain_type: 'unknown', status: 'live', website: 'https://tron.network/', network_type: 'mainnet', pretty_name: 'Tron', slip44: 195, fees: { fee_tokens: [{ denom: 'sun', fixed_min_gas_price: 0 }] }, staking: { staking_tokens: [{ denom: 'sun' }] }, explorers: [{ kind: 'TRONSCAN', url: 'https://tronscan.org/', tx_page: 'https://tronscan.org/#/transaction//${txHash}' }], images: [{ image_sync: { chain_name: 'tron', base_denom: 'sun' }, svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg', png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png', theme: { circle: true, primary_color_hex: '#FF060A', background_color_hex: '#FF060A' } }] }; exports.default = info;