Skip to content

Commit

Permalink
fix: update block number for testnet vip
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Dec 18, 2024
1 parent 3e322cc commit 3abf509
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions simulations/vip-502/bsctestnet.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { expectEvents } from "../../src/utils";
import { forking, testVip } from "../../src/vip-framework";
import vip408 from "../../vips/vip-408/bsctestnet";
import vip502 from "../../vips/vip-502/bsctestnet";
import OMNICHAIN_PROPOSAL_SENDER_ABI from "../vip-502/abi/OmnichainProposalSender.json";

forking(46598366, async () => {
testVip("VIP-408 Multichain Governance", await vip408(), {});
forking(46602737, async () => {
testVip("VIP-502 Transfer ownership to Governance", await vip502(), {
callbackAfterExecution: async txResponse => {
await expectEvents(
Expand Down

0 comments on commit 3abf509

Please sign in to comment.