UNPKG

chain-registry

Version:
43 lines (42 loc) 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chain_name: 'ton', chain_type: 'unknown', status: 'live', website: 'https://ton.tg/', network_type: 'mainnet', pretty_name: 'TON (The Open Network)', slip44: 607, fees: { fee_tokens: [{ denom: 'nanoton', fixed_min_gas_price: 0 }] }, staking: { staking_tokens: [{ denom: 'nanoton' }] }, explorers: [{ kind: 'Tonscan', url: 'https://tonscan.org/', tx_page: 'https://tonscan.org/tx/${txHash}' }], images: [{ image_sync: { chain_name: 'ton', base_denom: 'nanoton' }, svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg', png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png', theme: { circle: true, primary_color_hex: '#0088CC', background_color_hex: '#0088CC' } }] }; exports.default = info;