-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy path.env.example
More file actions
29 lines (21 loc) · 809 Bytes
/
.env.example
File metadata and controls
29 lines (21 loc) · 809 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
26
27
28
29
# Authentication (use one of these)
MNEMONIC=
PRIVATE_KEY=
# RPC URLs
MAINNET_RPC_URL=
SEPOLIA_RPC_URL=
# API Keys
ETHERSCAN_API_KEY=
# Gas Reporter
REPORT_GAS=false
# ----------------------------------------------------------------------------
# ConfidentialTokensRegistry initial configuration
# ----------------------------------------------------------------------------
# The number of tokens to register initially
INITIAL_NUM_TOKENS=2
# Token and confidential token 1
INITIAL_TOKEN_ADDRESS_0=0x0000000000000000000000000000000000000001
INITIAL_CONFIDENTIAL_TOKEN_ADDRESS_0=0x0000000000000000000000000000000000000011
# Token and confidential token 2
INITIAL_TOKEN_ADDRESS_1=0x0000000000000000000000000000000000000002
INITIAL_CONFIDENTIAL_TOKEN_ADDRESS_1=0x0000000000000000000000000000000000000022