Skip to content

Commit

Permalink
Increase timeout limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Jul 29, 2024
1 parent 03ff3b4 commit 01d0641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/local-deployment/deployCreatorAndCreateRollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function main() {

const deployerWallet = new ethers.Wallet(
deployerPrivKey,
new ethers.providers.JsonRpcProvider({url: parentChainRpc, timeout: 50000})
new ethers.providers.JsonRpcProvider({url: parentChainRpc, timeout: 100000})
)

const maxDataSize =
Expand Down

0 comments on commit 01d0641

Please sign in to comment.