UNPKG

chaingate

Version:

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

19 lines 624 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FantomInfo = void 0; const Utils_1 = require("../../../InternalUtils/Utils"); exports.FantomInfo = { symbol: 'ftm', id: 'fantom', name: 'Fantom', svgLogoUrl: (0, Utils_1.buildUrlWithApiKey)('https://api.chaingate.dev/fantom/logo'), chainId: 0xfa, decimals: 18, defaultDerivationPath: "m/44'/60'/0'/0/0", minimalUnitSymbol: 'wei', commonDerivationPaths: ["m/44'/60'/0'/0/0"], nativeTokenId: 'fantom', nativeTokenName: 'Fantom', supportsEIP1559: true, }; //# sourceMappingURL=FantomInfo.js.map