Skip to content

Commit

Permalink
Add back oracle deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaman1337 committed Jul 18, 2024
1 parent d958cf9 commit 45afeaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions protocol/scripts/bips.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,11 @@ async function bipMigrateUnripeBeanEthToBeanSteth(
verify: false
});

// if (oracleAccount == undefined) {
// oracleAccount = await impersonateSigner("0x30a1976d5d087ef0BA0B4CDe87cc224B74a9c752", true); // Oracle deployer
// await mintEth(oracleAccount.address);
// }
// await deployContract("UsdOracle", oracleAccount, verbose);
if (oracleAccount == undefined) {
oracleAccount = await impersonateSigner("0x30a1976d5d087ef0BA0B4CDe87cc224B74a9c752", true); // Oracle deployer
await mintEth(oracleAccount.address);
}
await deployContract("UsdOracle", oracleAccount, verbose);
}

exports.bip29 = bip29;
Expand Down

0 comments on commit 45afeaf

Please sign in to comment.