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