-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 1.26 KB
/
.env.example
File metadata and controls
29 lines (23 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Deployment (required for forge script --broadcast)
# Private key of the deployer (becomes owner of Factory and Module).
PRIVATE_KEY=
# Executor (0x + 64 hex chars) (0x416245804952967b9EadD2F686CF6b60e574473a)
EXECUTOR_PRIVATE_KEY=
# RPC URL for the chain you are deploying to (e.g. from Alchemy, Infura, public)
ETH_RPC_URL=
ARB_RPC_URL=
# Executor = relayer: address that can call createSafeWallet (Factory) and execTask (Module).
# Set to your backend relayer address (same as EOA from RELAYER_PRIVATE_KEY in backend .env). Example: 0x416245804952967b9EadD2F686CF6b60e574473a
EXECUTOR_ADDRESS=
# Full-flow test (test/FlowForgeFullFlow.t.sol): deployed FlowForgeTestContract address
FLOWFORGE_TEST_CONTRACT=
# Safe addresses (Testnet)
ETH_SAFE_PROXY_FACTORY=0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67
ETH_SAFE_SINGLETON=0x41675C099F32341bf84BFc5382aF534df5C7461a
ARB_SAFE_PROXY_FACTORY=0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67
ARB_SAFE_SINGLETON=0x29fcB43b46531BcA003ddC8FCB67FFE91900C762
# Safe addresses (Mainnet)
# ETH_SAFE_PROXY_FACTORY=0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67
# ETH_SAFE_SINGLETON=0x41675C099F32341bf84BFc5382aF534df5C7461a
# ARB_SAFE_PROXY_FACTORY=0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67
# ARB_SAFE_SINGLETON=0x29fcB43b46531BcA003ddC8FCB67FFE91900C762