chain-registry
Version:
39 lines (38 loc) • 1.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'ethereum',
status: 'live',
website: 'https://ethereum.org/',
networkType: 'mainnet',
prettyName: 'Ethereum Mainnet',
chainType: 'eip155',
chainId: '1',
slip44: 60,
fees: {
feeTokens: [{
denom: 'wei',
fixedMinGasPrice: 0
}]
},
staking: {
stakingTokens: [{
denom: 'wei'
}]
},
explorers: [{
kind: 'Etherscan',
url: 'https://etherscan.io/',
txPage: 'https://etherscan.io/tx/${txHash}'
}],
images: [{
imageSync: {
chainName: 'ethereum',
baseDenom: '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'
}]
};
exports.default = info;