Skip to content

Commit

Permalink
Merge pull request #75 from FIL-Builders/remove-wait-for-verify
Browse files Browse the repository at this point in the history
Fix: Remove 10s wait from contract verify
  • Loading branch information
xBalbinus authored Dec 3, 2024
2 parents 8714015 + 7cc755b commit 2e4cd9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/hardhat/deploy/00_deal_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ const deployDealClient: DeployFunction = async function (
const shouldVerify = process.env.VERIFY === "true";

if (shouldVerify) {
// Timeout for 10 Seconds to wait for the contract to be indexed on explorer
console.log(
"⏳ Waiting for 10 seconds for the contract to be indexed on the explorer..."
);
await new Promise((resolve) => setTimeout(resolve, 10000));

console.log("🕵️‍♂️ Verifying the contract on the explorer...");

const filecoinNetworks = ["calibration", "filecoin"];
Expand Down

0 comments on commit 2e4cd9f

Please sign in to comment.