chain-registry
Version:
41 lines (40 loc) • 1.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'tron',
chainType: 'unknown',
status: 'live',
website: 'https://tron.network/',
networkType: 'mainnet',
prettyName: 'Tron',
slip44: 195,
fees: {
feeTokens: [{
denom: 'sun',
fixedMinGasPrice: 0
}]
},
staking: {
stakingTokens: [{
denom: 'sun'
}]
},
explorers: [{
kind: 'TRONSCAN',
url: 'https://tronscan.org/',
txPage: 'https://tronscan.org/#/transaction//${txHash}'
}],
images: [{
imageSync: {
chainName: 'tron',
baseDenom: '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
}
}]
};
exports.default = info;