Initial commit: add .gitignore and README
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user