forked from OffchainLabs/token-bridge-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env-sample
24 lines (19 loc) · 823 Bytes
/
.env-sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## RPC endpoint
BASECHAIN_RPC=""
## Deployer key used for deploying creator or creating token bridge
BASECHAIN_DEPLOYER_KEY=""
## WETH address on the basechain. It will be set and used in the TokenBridgeCreator
BASECHAIN_WETH=""
## Gas limit for deploying child chain factory needs to be provided to the TokenBridgeCreator when templates are set.
## If this param is not provided then gas limit will be estimated using SDK from child chain (specified by ORBIT_RPC and ROLLUP_ADDRESS)
GAS_LIMIT_FOR_L2_FACTORY_DEPLOYMENT=6000000
## Contract verification
ARBISCAN_API_KEY=""
### Vars for creating token bridge from existing TokenBridgeCreator
## Rollup on top of which token bridge will be created
ROLLUP_ADDRESS=""
ORBIT_RPC=""
ROLLUP_OWNER=""
L1_TOKEN_BRIDGE_CREATOR=""
# needed for verification
L1_RETRYABLE_SENDER=""