tnb-hd-wallet
Version:
A hd wallet that derives public and private keys from a 12 word mnemonic phrase with support
26 lines (25 loc) • 518 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.cryptoCurrencies = void 0;
exports.cryptoCurrencies = {
bitcoin: {
purpose: 44,
coinType: 0,
curve: "secp256k1",
},
binance: {
purpose: 44,
coinType: 714,
curve: "secp256k1"
},
ethereum: {
purpose: 44,
coinType: 60,
curve: "secp256k1"
},
thenewboston: {
purpose: 44,
coinType: 2002,
curve: "ed25519"
}
};