Add nip06 private key generation
This commit is contained in:
@ -85,6 +85,11 @@ export const ZapperSpam = [
|
||||
"e1ff3bfdd4e40315959b08b4fcc8245eaa514637e1d4ec2ae166b743341be1af", // benthecarman
|
||||
];
|
||||
|
||||
/**
|
||||
* NIP06-defined derivation path for private keys
|
||||
*/
|
||||
export const DerivationPath = "m/44'/1237'/0'/0/0";
|
||||
|
||||
/**
|
||||
* Regex to match email address
|
||||
*/
|
||||
|
Reference in New Issue
Block a user