-
Notifications
You must be signed in to change notification settings - Fork 11
/
.env.example
39 lines (28 loc) · 835 Bytes
/
.env.example
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
30
31
32
33
34
35
36
37
38
39
## Etherscan API key ##
## for verification of contracts on deployment ##
ETHERSCAN_API_KEY=
## Alchemy API key ##
## for deployment ##
ALCHEMY_API_KEY=
## Infura API key
WEB3_INFURA_PROJECT_ID=
## Ethereum node endpoint ##
ETH_RPC_URL=
## EOA Contract Deployer ##
ETH_FROM=
## Block gas limit (max: 15M ie 15000000) ##
ETH_GAS=15000000
## Solidity Compiler Version ##
SOLC_VERSION=0.8.14
# AJNA token address for target chain
AJNA_TOKEN=0xaadebCF61AA7Da0573b524DE57c67aDa797D46c5
# path to the JSON keystore file for your deployment account
DEPLOY_KEY=
# Default token precisions for (invariant) testing
QUOTE_PRECISION = 18
COLLATERAL_PRECISION = 18
# Default bucket Index for (invariant) testing
BUCKET_INDEX_ERC20 = 2570
BUCKET_INDEX_ERC721 = 850
# Default no of buckets to use for (invariant) testing
NO_OF_BUCKETS = 3