From 1d11f163e60e96edc209b5e61af2b39ddcb28797 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Thu, 19 Dec 2024 11:44:38 -0500 Subject: [PATCH] fix CI pipeline (#1139) Signed-off-by: Ryan Goulding --- .../hardhat.config.with-valid-and-invalid-rpcs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/devtools-evm-hardhat-test/hardhat.config.with-valid-and-invalid-rpcs.ts b/tests/devtools-evm-hardhat-test/hardhat.config.with-valid-and-invalid-rpcs.ts index b79e13c84..82f5629f9 100644 --- a/tests/devtools-evm-hardhat-test/hardhat.config.with-valid-and-invalid-rpcs.ts +++ b/tests/devtools-evm-hardhat-test/hardhat.config.with-valid-and-invalid-rpcs.ts @@ -24,7 +24,7 @@ const config: HardhatUserConfig = { }, arbSepolia: { eid: EndpointId.ARBSEP_V2_TESTNET, - url: 'https://arbitrum-sepolia.blockpi.network/v1/rpc/public', + url: 'https://sepolia-rollup.arbitrum.io/rpc', accounts: { mnemonic: MNEMONIC, initialIndex: 0,