chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
14 lines • 528 B
JavaScript
import { buildUrlWithApiKey } from '../../../InternalUtils/Utils';
export const DogecoinInfo = {
symbol: 'doge',
id: 'dogecoin',
name: 'Dogecoin',
svgLogoUrl: 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