-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.template
32 lines (27 loc) · 1.16 KB
/
.env.template
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
### COMMON ###
# Deployer or owner private key (ingored for default network "hardhat")
PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000000
# Infura API key to access blockchain RPC
INFURA_API_KEY=abc
# Etherscan API key (https://etherscan.io/) to verify contracts on ethereum mainnet and testnets
ETHERSCAN_API_KEY=abc
# Polyscan API key (https://polygonscan.com/) to verify contracts on polygon mainnet and testnets
POLYSCAN_API_KEY=abc
### SCRIPT SPECIFIC ###
### deploy-native ###
## iExec contract address used for oracle updates
# IEXEC_HUB_ADDRESS=0x...
## Targeted owner address for the contract VerifiedResultOracle
# TARGET_OWNER=0x...
### deploy-x-chain ###
## Authorized reporter address for the contract SingleReporterOracle
# AUTHORIZED_REPORTER=0x...
### update-env-native
## VerifiedResultOracle contract address
# ORACLE_ADDRESS=0x...
## task must run with specified app to update the oracle
# AUTHORIZED_APP=0x...
## task must run on specified workerpool to update the oracle
# AUTHORIZED_WORKERPOOL=0x...
## task must run with tag to update the oracle
# REQUIRED_TAG=0x0000000000000000000000000000000000000000000000000000000000000003