Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Dec 5, 2023
1 parent 4f9ca1e commit fce1cdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions migrations/7_pol_migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,11 @@ module.exports = async function(deployer, _, _) {

// Deploy contracts.
console.log('> Deploying POL token contracts...')
const governance = await Governance.at(contractAddresses.root.GovernanceProxy)
const polTokenAmountInMigrationContract = oneEther.mul(web3.utils.toBN('1000000000000000000')).toString()
const { polToken, polygonMigration } = await deployPOLToken(governance, polTokenAmountInMigrationContract)

console.log('\n> Updating DepositManager...')
const governance = await Governance.at(contractAddresses.root.GovernanceProxy)


const depositManagerProxy = await DepositManagerProxy.at(contractAddresses.root.DepositManagerProxy)
const newDepositManager = await deployNewDepositManager(depositManagerProxy)

Expand Down

0 comments on commit fce1cdd

Please sign in to comment.