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

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonDos committed Feb 1, 2024
1 parent 55a8db7 commit 203a1d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const networks = () => {
},
};
} else if (process.env.LOCAL_NETWORK) {
console.log("using local hardhat network, so we don't overload infura");
console.log("using local hardhat network");
return {
hardhat: {
blockGasLimit: 20000000,
Expand Down
2 changes: 2 additions & 0 deletions test/integration/root/DepositManagerUpdate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ describe('DepositManagerUpdate @skip-on-coverage', async function () {

await polygonMigrationTest.setTokenAddresses(matic.rootERC20.address, pol.address)

deployer.mapToken(pol.address, matic.childToken.address)

// mint POL to PolygonMigrationTest
await pol.mint(polygonMigrationTest.address, amount.toString())
})
Expand Down

0 comments on commit 203a1d1

Please sign in to comment.