chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
16 lines • 534 B
JavaScript
import { buildUrlWithApiKey } from '../../../InternalUtils/Utils';
export const EthereumInfo = {
symbol: 'eth',
id: 'ethereum',
name: 'Ethereum',
svgLogoUrl: buildUrlWithApiKey('https://api.chaingate.dev/ethereum/logo'),
chainId: 0x01,
decimals: 18,
defaultDerivationPath: "m/44'/60'/0'/0/0",
minimalUnitSymbol: 'wei',
commonDerivationPaths: ["m/44'/60'/0'/0/0"],
nativeTokenId: 'ethereum',
nativeTokenName: 'Ethereum',
supportsEIP1559: true,
};
//# sourceMappingURL=EthereumInfo.js.map