Skip to content

Commit

Permalink
Merge pull request #74 from FIL-Builders/fix-sequential-deployments
Browse files Browse the repository at this point in the history
Fix: Nonce too low error on 2nd contract deploy
  • Loading branch information
xBalbinus authored Nov 27, 2024
2 parents e9ae592 + cd5f7fd commit 8714015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hardhat/deploy/00_deal_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const deployDealClient: DeployFunction = async function (
// autoMine: can be passed to the deploy function to make the deployment process faster on local networks by
// automatically mining the contract deployment transaction. There is no effect on live networks.
autoMine: true,
waitConfirmations: 3,
});

console.log("🚀 DealClient deployed at: ", DealClient.address);
Expand Down

0 comments on commit 8714015

Please sign in to comment.