Skip to content

Commit 2777617

Browse files
committed
feat: set ID for VIP-543
1 parent 83c1353 commit 2777617

13 files changed

+14
-19
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

simulations/vip-545/bscmainnet.ts renamed to simulations/vip-543/bscmainnet.ts

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import {
1515
RATE_MODEL,
1616
WBNBMarketSpec,
1717
convertAmountToVTokens,
18-
vip545,
19-
} from "../../vips/vip-545/bscmainnet";
18+
vip543,
19+
} from "../../vips/vip-543/bscmainnet";
2020
import BINANCE_ORACLE_ABI from "./abi/BinanceOracle.json";
2121
import CHAINLINK_ORACLE_ABI from "./abi/ChainlinkOracle.json";
2222
import NATIVE_TOKEN_GATEWAY_ABI from "./abi/NativeTokenGateway.json";
@@ -61,14 +61,9 @@ forking(60902107, async () => {
6161
});
6262
});
6363

64-
testVip("VIP-545", await vip545(), {
64+
testVip("VIP-543", await vip543(), {
6565
callbackAfterExecution: async txResponse => {
66-
await expectEvents(
67-
txResponse,
68-
[RESILIENT_ORACLE_ABI],
69-
["TokenConfigAdded"],
70-
[1]
71-
);
66+
await expectEvents(txResponse, [RESILIENT_ORACLE_ABI], ["TokenConfigAdded"], [1]);
7267
await expectEvents(
7368
txResponse,
7469
[COMPTROLLER_ABI, VTOKEN_ABI, VTREASURY_ABI],

0 commit comments

Comments
 (0)