Skip to content

Commit

Permalink
chore: revert adhoc change
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujia6139 committed Nov 6, 2023
1 parent e3c43ad commit 8ffd6ee
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scripts/dev/1.ad-hoc.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
import rawBRE from "hardhat";
import {upgradeNToken} from "../upgrade/ntoken";
import {deployUiPoolDataProvider} from "../../helpers/contracts-deployments";
import {getNToken} from "../../helpers/contracts-getters";

const adHoc = async () => {
console.time("ad-hoc");
await deployUiPoolDataProvider(
"0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
"0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419"
);
await upgradeNToken(false);
const nBAYC = await getNToken("0x7285e8F0186a0A41E73ceF7603AD7b80A2d5a793");
await nBAYC.revokeDelegation("0x00000000000076A84feF008CDAbe6409d2FE638B");
console.timeEnd("ad-hoc");
};

Expand Down

0 comments on commit 8ffd6ee

Please sign in to comment.