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 =