Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Sep 14, 2023
1 parent cf85763 commit ce2f0ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions simulations/vip-169/vip-169-testnet/simulation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { ethers } from "hardhat";

import { expectEvents } from "../../../src/utils";
import { forking, testVip } from "../../../src/vip-framework";
import REWARDS_DISTRIBUTOR_ABI from "./abi/REWARDS_DISTRIBUTOR.json";
import { vip169Testnet } from "../../../vips/vip-169/vip-169-testnet";
import REWARDS_DISTRIBUTOR_ABI from "./abi/REWARDS_DISTRIBUTOR.json";

const HAY_REWARDS_DISTRIBUTOR = "0x2aBEf3602B688493fe698EF11D27DCa43a0CE4BE";
const SD_REWARDS_DISTRIBUTOR = "0x37fA1e5613455223F09e179DFAEBba61d7505C97";
Expand Down Expand Up @@ -37,10 +37,7 @@ forking(33312614, () => {
await expectEvents(
txResponse,
[REWARDS_DISTRIBUTOR_ABI],
[
"SupplyLastRewardingBlockUpdated",
"BorrowLastRewardingBlockUpdated",
],
["SupplyLastRewardingBlockUpdated", "BorrowLastRewardingBlockUpdated"],
[2, 2],
);
},
Expand Down
7 changes: 2 additions & 5 deletions simulations/vip-169/vip-169/simulation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { ethers } from "hardhat";

import { expectEvents } from "../../../src/utils";
import { forking, testVip } from "../../../src/vip-framework";
import REWARDS_DISTRIBUTOR_ABI from "./abi/REWARDS_DISTRIBUTOR.json";
import { vip169 } from "../../../vips/vip-169/vip-169";
import REWARDS_DISTRIBUTOR_ABI from "./abi/REWARDS_DISTRIBUTOR.json";

const HAY_REWARDS_DISTRIBUTOR = "0xA31185D804BF9209347698128984a43A67Ce6d11";
const SD_REWARDS_DISTRIBUTOR = "0xBE607b239a8776B47159e2b0E9E65a7F1DAA6478";
Expand Down Expand Up @@ -37,10 +37,7 @@ forking(31715160, () => {
await expectEvents(
txResponse,
[REWARDS_DISTRIBUTOR_ABI],
[
"SupplyLastRewardingBlockUpdated",
"BorrowLastRewardingBlockUpdated",
],
["SupplyLastRewardingBlockUpdated", "BorrowLastRewardingBlockUpdated"],
[2, 2],
);
},
Expand Down

0 comments on commit ce2f0ea

Please sign in to comment.