Skip to content

Commit

Permalink
bump anvil fork block number
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfresh committed Mar 8, 2024
1 parent 92c014e commit 7093bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ VITE_PRIVATE_ALCHEMY_API_KEY=REPLACE_WITH_YOUR_ALCHEMY_API_KEY

# PUBLIC ENV VARS, add to `.env`:
VITE_ANVIL_MAINNET_FORK_ENDPOINT=https://eth-mainnet.alchemyapi.io/v2/$VITE_PRIVATE_ALCHEMY_API_KEY
VITE_ANVIL_MAINNET_FORK_BLOCK_NUMBER=17680029
VITE_ANVIL_MAINNET_FORK_BLOCK_NUMBER=19364398
```

2. Build the SDK from `/packages/sdk`
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# PUBLIC ENV VARS, add to `.env`:
VITE_ANVIL_MAINNET_FORK_ENDPOINT=https://eth-mainnet.alchemyapi.io/v2/$PRIVATE_ALCHEMY_API_KEY
VITE_ANVIL_MAINNET_FORK_BLOCK_NUMBER=18430645
VITE_ANVIL_MAINNET_FORK_BLOCK_NUMBER=19364398

# PRIVATE KEYS, add to .env.local, do not commit:
VITE_PRIVATE_ALCHEMY_API_KEY=
Expand Down

0 comments on commit 7093bba

Please sign in to comment.