UNPKG

chain-registry

Version:
40 lines (39 loc) 1.14 kB
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' } }] }; export default info;