()
| 99 | } |
| 100 | |
| 101 | export function getAirnodeWalletPrivateKey() { |
| 102 | const airnodeWalletPrivateKey = getEnvValue('AIRNODE_WALLET_PRIVATE_KEY'); |
| 103 | if (!airnodeWalletPrivateKey) { |
| 104 | throw new Error('Missing Airnode wallet private key in environment variables.'); |
| 105 | } |
| 106 | return airnodeWalletPrivateKey; |
| 107 | } |
no test coverage detected