From ee4d17bb86a98cef713177884ec74e6407af9d08 Mon Sep 17 00:00:00 2001 From: sanchaymittal Date: Tue, 14 Mar 2023 18:28:04 +0700 Subject: [PATCH] update: blocknumber --- test/optimism/connext/connext.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/optimism/connext/connext.test.ts b/test/optimism/connext/connext.test.ts index 5671bd93..e6fb6ed7 100644 --- a/test/optimism/connext/connext.test.ts +++ b/test/optimism/connext/connext.test.ts @@ -39,7 +39,7 @@ describe("Connext Connector [Optimism]", function () { forking: { // @ts-ignore jsonRpcUrl: hre.config.networks.hardhat.forking.url, - blockNumber: 7093500 + blockNumber: 80768349 } } ]