20 lines
526 B
Plaintext
20 lines
526 B
Plaintext
# RPC Endpoints
|
|
RPC_MAINNET=https://eth-mainnet.g.alchemy.com/v2/YOUR_KEY
|
|
RPC_ARBITRUM=https://arb-mainnet.g.alchemy.com/v2/YOUR_KEY
|
|
RPC_OPTIMISM=https://opt-mainnet.g.alchemy.com/v2/YOUR_KEY
|
|
RPC_BASE=https://base-mainnet.g.alchemy.com/v2/YOUR_KEY
|
|
|
|
# Wallet
|
|
PRIVATE_KEY=your_private_key_here
|
|
|
|
# Flashbots (optional)
|
|
FLASHBOTS_RELAY=https://relay.flashbots.net
|
|
|
|
# Executor Contract (deploy first, then update)
|
|
EXECUTOR_ADDR=
|
|
|
|
# Tenderly (optional, for fork simulation)
|
|
TENDERLY_PROJECT=
|
|
TENDERLY_USERNAME=
|
|
TENDERLY_ACCESS_KEY=
|