Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Aug 1, 2024
1 parent 2b96b8c commit 05a6677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployL2-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async function deployContract() {
await verifyContract(impl, [config, startTime, storageCost, dcfFactor]);

// wait for contract finalized
intervalId = setInterval(function (){
var intervalId = setInterval(async function (){
const block = await hre.ethers.provider.getBlock("finalized");
console.log(
"finalized block number is",
Expand Down

0 comments on commit 05a6677

Please sign in to comment.