chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
17 lines • 625 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BitcoinInfo = void 0;
const Utils_1 = require("../../../InternalUtils/Utils");
exports.BitcoinInfo = {
symbol: 'btc',
id: 'bitcoin',
name: 'Bitcoin',
svgLogoUrl: (0, Utils_1.buildUrlWithApiKey)('https://api.chaingate.dev/bitcoin/logo'),
decimals: 8,
defaultDerivationPath: "m/84'/0'/0'/0/0",
minimalUnitSymbol: 'satoshi',
commonDerivationPaths: ["m/44'/0'/0'/0/0", "m/84'/0'/0'/0/0", "m/86'/0'/0'/0/0"],
nativeTokenId: 'bitcoin',
nativeTokenName: 'Bitcoin',
};
//# sourceMappingURL=BitcoinInfo.js.map