Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Jul 29, 2024
1 parent 01d0641 commit ad988b9
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: 100000})
new ethers.providers.JsonRpcProvider({url: parentChainRpc, timeout: 240* 1000})
)

const maxDataSize =
Expand Down

0 comments on commit ad988b9

Please sign in to comment.