UNPKG

chaingate

Version:

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

17 lines 625 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BitcoinCashInfo = void 0; const Utils_1 = require("../../../InternalUtils/Utils"); exports.BitcoinCashInfo = { symbol: 'bch', id: 'bitcoinCash', name: 'Bitcoin Cash', svgLogoUrl: (0, Utils_1.buildUrlWithApiKey)('https://api.chaingate.dev/bitcoincash/logo'), decimals: 8, defaultDerivationPath: "m/44'/145'/0'/0/0", minimalUnitSymbol: 'satoshi', commonDerivationPaths: ["m/44'/145'/0'/0/0"], nativeTokenId: 'bitcoincash', nativeTokenName: 'Bitcoin Cash', }; //# sourceMappingURL=BitcoinCashInfo.js.map