Skip to content

Commit

Permalink
fixup! feat: add simulations for 2023-09-22 payments
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka committed Sep 22, 2023
1 parent 810901c commit 9134d17
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions simulations/vip-173/simulations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ import { ethers } from "hardhat";

import { expectEvents } from "../../src/utils";
import { forking, testVip } from "../../src/vip-framework";
import {
COMMUNITY_WALLET,
PECKSHIELD_RECEIVER,
USDC,
vip173,
} from "../../vips/vip-173";
import { COMMUNITY_WALLET, PECKSHIELD_RECEIVER, USDC, vip173 } from "../../vips/vip-173";
import IERC20_ABI from "./abi/IERC20UpgradableAbi.json";
import VTREASURY_ABI from "./abi/VTreasury.json";

Expand All @@ -35,7 +30,7 @@ forking(31966000, () => {
supporter: "0x55A9f5374Af30E3045FB491f1da3C2E8a74d168D",
callbackAfterExecution: async (tx: TransactionResponse) => {
await expectEvents(tx, [VTREASURY_ABI, IERC20_ABI], ["WithdrawTreasuryBEP20", "Transfer"], [2, 2]);
}
},
});

describe("Post-VIP behavior", async () => {
Expand Down

0 comments on commit 9134d17

Please sign in to comment.