Skip to content

Commit

Permalink
update example env file
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Oct 25, 2024
1 parent 433fad6 commit 179b510
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions packages/sdk/.example.env
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
# Copy this file to `.env` and fill in the values.
VITE_ANVIL_FORK_URL_OPTIMISM="https://opt-mainnet.g.alchemy.com/v2/<api-key>"
VITE_ANVIL_BLOCK_NUMBER_OPTIMISM=126951625

VITE_ANVIL_FORK_URL_BASE="https://base-mainnet.g.alchemy.com/v2/<api-key>"
VITE_ANVIL_BLOCK_NUMBER_BASE=21363706

VITE_ANVIL_FORK_URL_MAINNET="https://eth-mainnet.g.alchemy.com/v2/<api-key>"
VITE_ANVIL_BLOCK_NUMBER_MAINNET=21020558

VITE_ANVIL_FORK_URL_ARBITRUM="https://arb-mainnet.g.alchemy.com/v2/<api-key>"
VITE_ANVIL_BLOCK_NUMBER_ARBITRUM=266447962

VITE_TENDERLY_KEY="<key>"
VITE_ANVIL_ALCHEMY_KEY="<key>"

0 comments on commit 179b510

Please sign in to comment.