Skip to content

Commit

Permalink
Update selectors to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaman1337 committed Jul 18, 2024
1 parent c9cc2ce commit f95e657
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions protocol/scripts/bips.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ async function bipSeedGauge(mock = true, account = undefined, verbose = true) {
}

async function bipMigrateUnripeBeanEthToBeanSteth(
mock = true,
mock = false,
account = undefined,
verbose = true,
oracleAccount = undefined
Expand Down Expand Up @@ -329,19 +329,19 @@ async function bipMigrateUnripeBeanEthToBeanSteth(
EnrootFacet: ["LibSilo"]
},
initFacetName: "InitMigrateUnripeBeanEthToBeanSteth",
selectorsToRemove: [],
selectorsToRemove: ['0x208c2c98', '0xbb02e10b'],
bip: false,
object: !mock,
verbose: verbose,
account: account,
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 f95e657

Please sign in to comment.