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