Skip to content

Commit

Permalink
fix: fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Dec 18, 2024
1 parent 6f95162 commit bee3407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulations/vip-502/checkXVSBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { expectEvents, initMainnetUser, setMaxStalePeriod } from "src/utils";
import { testForkedNetworkVipCommands } from "src/vip-framework";

import { RemoteBridgeEntry } from "../../vips/vip-502/bscmainnet";
import XVS_ABI from "./abi/XVS.json";
import XVS_ABI from "./abi/xvs.json";
import XVS_BRIDGE_SRC_ABI from "./abi/XVSProxyOFTSrc.json";
import RESILIENT_ORACLE_ABI from "./abi/resilientOracle.json";
import XVS_BRIDGE_ADMIN_ABI from "./abi/xvsBridgeAdmin.json";
Expand Down

0 comments on commit bee3407

Please sign in to comment.