Skip to content

Commit

Permalink
Add fork RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
EridianAlpha committed Jun 26, 2024
1 parent 1f50b9a commit d0cd80f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ INITIAL_HEALTH_FACTOR_TARGET=... # e.g. 200
INITIAL_SLIPPAGE_TOLERANCE=... # e.g. 200 (0.5%)
INITIAL_MANAGER_DAILY_INVOCATION_LIMIT=... # e.g. 20

# Fork RPC URL
FORK_RPC_URL=...

# Anvil
ANVIL_RPC_URL=...
ANVIL_PRIVATE_KEY=...

# Mainnet
MAINNET_RPC_URL=...

# Holesky
HOLESKY_PRIVATE_KEY=...
HOLESKY_PUBLIC_KEY=...
HOLESKY_RPC_URL=...

# Mainnet
MAINNET_RPC_URL=... # Required for mainnet fork testing

# API Keys
ETHERSCAN_API_KEY=...
ETHERNAL_API_TOKEN=...
Expand Down

0 comments on commit d0cd80f

Please sign in to comment.