-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from bosonprotocol/deployment-gas-redux
- Loading branch information
Showing
2 changed files
with
420 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,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 |
Oops, something went wrong.