UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

16 lines 552 B
import { buildUrlWithApiKey } from '../../../InternalUtils/Utils'; export const AvalancheInfo = { symbol: 'avax', id: 'avalanche', name: 'Avalanche C-Chain', svgLogoUrl: buildUrlWithApiKey('https://api.chaingate.dev/avalanche/logo'), chainId: 0xa86a, decimals: 18, defaultDerivationPath: "m/44'/60'/0'/0/0", minimalUnitSymbol: 'wei', commonDerivationPaths: ["m/44'/60'/0'/0/0"], nativeTokenId: 'avalanche', nativeTokenName: 'Avalanche', supportsEIP1559: true, }; //# sourceMappingURL=AvalancheInfo.js.map