Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
EstherLavender authored Nov 23, 2024
1 parent e8d3abf commit 9692445
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions packages/hardhat/.env.example
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

0 comments on commit 9692445

Please sign in to comment.