Skip to content

Commit

Permalink
add hardhat fallback accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Apr 16, 2024
1 parent 8a036bc commit 121f5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const config: HardhatUserConfig = {
},
configTestnet: {
url: process.env.NEXT_PUBLIC_NILLION_BLOCKCHAIN_RPC_ENDPOINT,
accounts: [process.env.NEXT_PUBLIC_NILLION_WALLET_PRIVATE_KEY || ""],
accounts: [process.env.NEXT_PUBLIC_NILLION_WALLET_PRIVATE_KEY || deployerPrivateKey],
},
},
// configuration for harhdat-verify plugin
Expand Down

0 comments on commit 121f5ce

Please sign in to comment.