()
| 39 | } |
| 40 | |
| 41 | export function getAirnodeWalletFromPrivateKey(): ethers.Wallet { |
| 42 | const airnodeWalletPrivateKey = getAirnodeWalletPrivateKey(); |
| 43 | return new ethers.Wallet(airnodeWalletPrivateKey); |
| 44 | } |
| 45 | |
| 46 | export function getExtendedPublicKey(masterHDNode: ethers.utils.HDNode): string { |
| 47 | return masterHDNode.derivePath("m/44'/60'/0'").neuter().extendedKey; |
no test coverage detected