-
Notifications
You must be signed in to change notification settings - Fork 396
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 831 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 831 Bytes
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
# Base L2 ALIGN Token Deployment
# Copy this file to .env and fill in the values
# Keys
DEPLOYER_PRIVATE_KEY=
USER_PRIVATE_KEY=
# RPC URLs
BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
BASE_MAINNET_RPC_URL=https://mainnet.base.org
L1_SEPOLIA_RPC_URL=https://ethereum-sepolia-rpc.publicnode.com
L1_MAINNET_RPC_URL=https://ethereum-rpc.publicnode.com
# Token addresses
L1_TOKEN_SEPOLIA=0xd2Fd114f098b355321cB3424400f3CC6a0d75C9A
L2_TOKEN_SEPOLIA=0x4AAcFbc2C31598a560b285dB20966E00B73F9F81
L1_TOKEN_MAINNET=0x50614cc8e44f7814549c223aa31db9296e58057c
L2_TOKEN_MAINNET=
# Bridge addresses (source: https://docs.base.org/chain/base-contracts)
L1_BRIDGE_SEPOLIA=0xfd0Bf71F60660E2f608ed56e1659C450eB113120
L1_BRIDGE_MAINNET=0x3154Cf16ccdb4C6d922629664174b904d80F2C35
# Bridge amount in wei (1e18 = 1 ALIGN)
AMOUNT=1000000000000000000