Skip to content

Commit

Permalink
fix CI pipeline (#1139)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goulding <[email protected]>
  • Loading branch information
ryandgoulding authored Dec 19, 2024
1 parent f406040 commit 1d11f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1d11f16

Please sign in to comment.