Skip to content

Commit

Permalink
Merge pull request #270 from bosonprotocol/deploy-1.0.0-rc.3
Browse files Browse the repository at this point in the history
Deploy to ropsten
  • Loading branch information
zajck authored Nov 3, 2021
2 parents 2d957eb + 76d0d56 commit 000b9e9
Show file tree
Hide file tree
Showing 5 changed files with 1,265 additions and 288 deletions.
5 changes: 1 addition & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ const INFURA_KEY = process.env.INFURA_API_KEY;
const PROTOCOL_DEPLOYER_PRIVATE_KEY = process.env.PROTOCOL_DEPLOYER_PRIVATE_KEY;
const CC_TOKEN_DEPLOYER_PRIVATE_KEY = process.env.CC_TOKEN_DEPLOYER_PRIVATE_KEY;
const CMC_API_KEY = process.env.CMC_API_KEY;
const ACCOUNTS =
PROTOCOL_DEPLOYER_PRIVATE_KEY && CC_TOKEN_DEPLOYER_PRIVATE_KEY
? [PROTOCOL_DEPLOYER_PRIVATE_KEY, CC_TOKEN_DEPLOYER_PRIVATE_KEY]
: [];
const ACCOUNTS = [PROTOCOL_DEPLOYER_PRIVATE_KEY, CC_TOKEN_DEPLOYER_PRIVATE_KEY];

const lazyImport = async (module) => {
return await import(module);
Expand Down
Loading

0 comments on commit 000b9e9

Please sign in to comment.