UNPKG

chain-registry

Version:
42 lines (41 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chain_name: 'ethereum', status: 'live', website: 'https://ethereum.org/', network_type: 'mainnet', pretty_name: 'Ethereum Mainnet', chain_type: 'eip155', chain_id: '1', slip44: 60, fees: { fee_tokens: [{ denom: 'wei', fixed_min_gas_price: 0 }] }, staking: { staking_tokens: [{ denom: 'wei' }] }, explorers: [{ kind: 'Etherscan', url: 'https://etherscan.io/', tx_page: 'https://etherscan.io/tx/${txHash}' }], images: [{ image_sync: { chain_name: 'ethereum', base_denom: 'wei' }, png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg', theme: { primary_color_hex: '#303030' } }] }; exports.default = info;