From 01d064138bde6a5e2aac51f6e8334a971ea6f824 Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Mon, 29 Jul 2024 10:53:44 +0800 Subject: [PATCH] Increase timeout limit --- scripts/local-deployment/deployCreatorAndCreateRollup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local-deployment/deployCreatorAndCreateRollup.ts b/scripts/local-deployment/deployCreatorAndCreateRollup.ts index bad061eb..6da7026f 100644 --- a/scripts/local-deployment/deployCreatorAndCreateRollup.ts +++ b/scripts/local-deployment/deployCreatorAndCreateRollup.ts @@ -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 =