Skip to content

Commit

Permalink
fix: fixed basemainnet simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Dec 20, 2024
1 parent bd5f8c1 commit 7b51893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion simulations/vip-502/basemainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import vip007, {
XVS_BRIDGE_ADMIN_PROXY,
XVS_STORE,
} from "../../multisig/proposals/basemainnet/vip-007";
import vip408 from "../../vips/vip-408/bscmainnet";
import vip502 from "../../vips/vip-502/bscmainnet";
import COMPTROLLER_ABI from "../vip-502/abi/Comptroller.json";
import PRIME_ABI from "../vip-502/abi/Prime.json";
Expand All @@ -35,7 +36,7 @@ const XVS_BRIDGE = "0x3dD92fB51a5d381Ae78E023dfB5DD1D45D2426Cd";

const { basemainnet } = NETWORK_ADDRESSES;

forking(23957731, async () => {
forking(23958718, async () => {
const provider = ethers.provider;
let prime: Contract;
let plp: Contract;
Expand Down Expand Up @@ -80,6 +81,7 @@ forking(23957731, async () => {
});
});

testForkedNetworkVipCommands("vip408", await vip408());
testForkedNetworkVipCommands("vip502", await vip502());

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

0 comments on commit 7b51893

Please sign in to comment.