Skip to content

Commit

Permalink
Merge pull request #262 from bosonprotocol/deployment-gas-redux
Browse files Browse the repository at this point in the history
  • Loading branch information
mischat authored Nov 2, 2021
2 parents c889dea + 5634a02 commit 137347d
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# API Keys
INFURA_API_KEY=0000000000000000000000000000000000000000
PROTOCOL_DEPLOYER_PRIVATE_KEY=0000000000000000000000000000000000000000
CC_TOKEN_DEPLOYER_PRIVATE_KEY=0000000000000000000000000000000000000000
ETHERSCAN_API_KEY=000000000000000000000000000000000000000
CMC_API_KEY=000000000000000000000000000000000000000

//local hardhat address #9
# Wallet keys
PROTOCOL_DEPLOYER_PRIVATE_KEY=0000000000000000000000000000000000000000
CC_TOKEN_DEPLOYER_PRIVATE_KEY=0000000000000000000000000000000000000000

# local hardhat address #9
BOSON_TOKEN=0x056b1ce5510ceefa6c33600551e55333aff8296f

//DAI token Rinkeby address
# DAI token Rinkeby address
DAI_TOKEN=0x6A9865aDE2B6207dAAC49f8bCba9705dEB0B0e6D

//ETH AND TOKEN LIMITS
# ETH AND TOKEN LIMITS
ETH_LIMIT=1000000000000000000
BOSON_TOKEN_LIMIT=1000000000000000000
DAI_TOKEN_LIMIT=1000000000000000000

//WAIT PERIOD
# WAIT PERIOD
COMPLAIN_PERIOD=120
CANCEL_FAULT_PERIOD=120

//metadata URIs
# metadata URIs
CONDITIONAL_COMMIT_TOKEN_METADATA_URI=changeme
VOUCHERSETS_METADATA_URI=changeme
VOUCHERS_METADATA_URI=changeme
VOUCHERS_METADATA_URI=changme

# Max tip in gwei - use "Fastest" setting from: https://www.etherchain.org/api/gasPriceOracle
MAX_TIP = 13.1
Loading

0 comments on commit 137347d

Please sign in to comment.