-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8d3abf
commit 9692445
Showing
1 changed file
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
# Template for Hardhat environment variables. | ||
# Update with your own private key / address | ||
DEPLOYER_PRIVATE_KEY=0xefxxxxxxxxxxxxx | ||
OWNER_ADDRESS=0x7B7df6b9f9836Bc4dxxxxxxx | ||
|
||
# To use this template, copy this file, rename it .env, and fill in the values. | ||
# used for creating the contracts | ||
DLP_NAME=DLP_NAME | ||
DLP_PUBLIC_KEY=DLP_PUBLIC_KEY | ||
DLP_PROOF_INSTRUCTION=DLP_PROOF_INSTRUCTION | ||
DLP_TOKEN_NAME=DLP_TOKEN_NAME | ||
DLP_TOKEN_SYMBOL=DLP_TOKEN_SYMBOL | ||
DLP_FILE_REWARD_FACTOR=10000000000000000000 | ||
|
||
# If not set, we provide default values (check `hardhat.config.ts`) so developers can start prototyping out of the box, | ||
# but we recommend getting your own API Keys for Production Apps. | ||
#core contracts | ||
ROOT_CONTRACT_ADDRESS=0x896af4A3dA3F2C226AE121dC1a00c20Ee1aA5691 | ||
DATA_REGISTRY_CONTRACT_ADDRESS=0xEA882bb75C54DE9A08bC46b46c396727B4BFe9a5 | ||
TEE_POOL_CONTRACT_ADDRESS=0xF084Ca24B4E29Aa843898e0B12c465fAFD089965 | ||
|
||
# To access the values stored in this .env file you can use: process.env.VARIABLENAME | ||
ALCHEMY_API_KEY= | ||
DEPLOYER_PRIVATE_KEY= | ||
ETHERSCAN_API_KEY= | ||
# Change the file name to .env | ||
SATORI_RPC_URL=http://rpc.satori.vana.org | ||
SATORI_API_URL=https://api.satori.vanascan.io/api | ||
SATORI_BROWSER_URL=https://satori.vanascan.io | ||
|
||
MOKSHA_RPC_URL=https://rpc.moksha.vana.org | ||
MOKSHA_API_URL=https://rpc.moksha.vana.org/api | ||
MOKSHA_BROWSER_URL=https://moksha.vanascan.io |