Skip to content

Commit

Permalink
add disabled minting to deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Aug 21, 2023
1 parent 7c5f3e8 commit 7af72dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/01-after-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const func: DeployFunction = async function ({
const poolConfigurator = await getPoolConfiguratorProxy();
await waitForTx(await poolConfigurator.setPoolPause(false));
console.log("- Pool unpaused and accepting deposits.");

await hre.run("disable-faucet-native-testnets");
console.log("- Faucet disabled minting and reserve disabled for borrowing");
}

if (process.env.TRANSFER_OWNERSHIP === "true") {
Expand Down

0 comments on commit 7af72dc

Please sign in to comment.