UNPKG

chaingate

Version:

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

17 lines 633 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LitecoinInfo = void 0; const Utils_1 = require("../../../InternalUtils/Utils"); exports.LitecoinInfo = { symbol: 'ltc', id: 'litecoin', name: 'Litecoin', svgLogoUrl: (0, Utils_1.buildUrlWithApiKey)('https://api.chaingate.dev/litecoin/logo'), decimals: 8, defaultDerivationPath: "m/84'/2'/0'/0/0", minimalUnitSymbol: 'satoshi', commonDerivationPaths: ["m/44'/2'/0'/0/0", "m/84'/2'/0'/0/0", "m/86'/2'/0'/0/0"], nativeTokenId: 'litecoin', nativeTokenName: 'Litecoin', }; //# sourceMappingURL=LitecoinInfo.js.map