We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5699fab commit 8e2a4c4Copy full SHA for 8e2a4c4
.github/workflows/nextest.yml
@@ -47,7 +47,7 @@ jobs:
47
fail-fast: false
48
matrix: ${{ fromJson(needs.matrices.outputs.test-matrix) }}
49
env:
50
- ETH_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/C3JEvfW6VgtqZQa-Qp1E-2srEiIc02sD
+ ETH_RPC_URL: https://reth-ethereum.ithaca.xyz/rpc
51
CARGO_PROFILE_DEV_DEBUG: 0
52
steps:
53
- uses: actions/checkout@v4
0 commit comments