Skip to content

Commit

Permalink
Deployment script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMTO committed May 18, 2021
1 parent ddb4c0e commit 3068bb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/deployLMCV2Kovan.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ const deploy = async (network, secret, etherscanApiKey) => {
LMCFactoryInstance = await deployer.deploy(LMCFactory, {})
}

// Set Transfered and receiver
// let enable = await LMCFactoryInstance.enableReceivers("0xAF38aD58d5145ceb66c66D4F33466eAF2ECf1353", ["0x0b0519b4af1355dc72e2a7567c13883a88c715d0"])
// await logTx(enable)
// return

// Deploy Percentage Calculator if not deployed
let percentageCalculator;

Expand Down

0 comments on commit 3068bb3

Please sign in to comment.