Skip to content

Commit 8e2a4c4

Browse files
authored
chore: replace alchemy in CI (#10191)
1 parent 5699fab commit 8e2a4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848
matrix: ${{ fromJson(needs.matrices.outputs.test-matrix) }}
4949
env:
50-
ETH_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/C3JEvfW6VgtqZQa-Qp1E-2srEiIc02sD
50+
ETH_RPC_URL: https://reth-ethereum.ithaca.xyz/rpc
5151
CARGO_PROFILE_DEV_DEBUG: 0
5252
steps:
5353
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)