Skip to content

Commit

Permalink
.github/workflows/test.yml: update fork block
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Oct 11, 2023
1 parent 5877c65 commit d75375d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: yarn devchain &
env:
MAINNET_RPC_URL: https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161
FORK_BLOCK: 18114118
FORK_BLOCK: 18329921
FORK_NETWORK: mainnet
- run: yarn deploy:run --network localhost
env:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
TS_NODE_SKIP_IGNORE: true
MAINNET_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/${{ secrets.ALCHEMY_MAINNET_KEY }}
FORK_NETWORK: mainnet

plugin-tests-base:
name: 'Plugin Tests (Base)'
runs-on: ubuntu-latest
Expand Down

0 comments on commit d75375d

Please sign in to comment.