UNPKG

chaingate

Version:

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

19 lines 659 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AvalancheInfo = void 0; const Utils_1 = require("../../../InternalUtils/Utils"); exports.AvalancheInfo = { symbol: 'avax', id: 'avalanche', name: 'Avalanche C-Chain', svgLogoUrl: (0, Utils_1.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