-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 800 Bytes
/
.env.example
File metadata and controls
18 lines (16 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Integration Testing with Forking
# To run staking integration tests, you need to fork from Sepolia:
# FORK_NETWORK=<SEPOLIA_RPC>
# Live Sepolia test credentials (optional, never commit real secrets)
# STARKZAP_TESTNET_RPC_URL=https://starknet-sepolia.public.blastapi.io
# STARKZAP_TESTNET_FUNDER_ADDRESS=0x...
# STARKZAP_TESTNET_FUNDER_PRIVATE_KEY=0x...
# STARKZAP_TESTNET_PAYMASTER_URL=https://sepolia.paymaster.avnu.fi
# STARKZAP_TESTNET_PAYMASTER_API_KEY=...
# RUN_LIVE_PAYMASTER_TESTS=1
# RUN_LIVE_VESU_SEPOLIA_TESTS=1
# Optional: enable live deposit/withdraw/withdrawMax path on Sepolia Vesu
# STARKZAP_VESU_SEPOLIA_POOL_FACTORY=0x...
# Voyager API Key (for generating validator presets)
# Get your API key at https://voyager.online/docs/api/getting-started
# VOYAGER_API_KEY=<YOUR_API_KEY>