Skip to content

Commit

Permalink
♻️ Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 14, 2023
1 parent d4b6172 commit feff100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function deployUsingPrivateKey() {
// The preconfigured pre-signed transaction is the default version using 3 million gas.
// IMPORTANT: This function is enabled in the main entry point of the script! Thus, every
// `npx hardhat run --no-compile --network <NETWORK_NAME> scripts/deploy.ts` invocation
// will use the `deployUsingPrivateKey` function.
// will use the `deployUsingPresignedTransaction` function.
async function deployUsingPresignedTransaction() {
// Ensure a correct pre-signed transaction is used
if (!signedTxHashes.includes(hre.ethers.keccak256(signedTx))) {
Expand Down

0 comments on commit feff100

Please sign in to comment.