UNPKG

chain-registry

Version:
41 lines (40 loc) 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'ton', chainType: 'unknown', status: 'live', website: 'https://ton.tg/', networkType: 'mainnet', prettyName: 'TON (The Open Network)', slip44: 607, fees: { feeTokens: [{ denom: 'nanoton', fixedMinGasPrice: 0 }] }, staking: { stakingTokens: [{ denom: 'nanoton' }] }, explorers: [{ kind: 'Tonscan', url: 'https://tonscan.org/', txPage: 'https://tonscan.org/tx/${txHash}' }], images: [{ imageSync: { chainName: 'ton', baseDenom: '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 } }] }; exports.default = info;