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 bee3407 commit 3e322cc
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,9 +8,9 @@ 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_BRIDGE_SRC_ABI from "./abi/XVSProxyOFTSrc.json";
import RESILIENT_ORACLE_ABI from "./abi/resilientOracle.json";
import XVS_ABI from "./abi/xvs.json";
import XVS_BRIDGE_ADMIN_ABI from "./abi/xvsBridgeAdmin.json";

const XVS_HOLDER = "0x000000000000000000000000000000000000dEaD";
Expand Down

0 comments on commit 3e322cc

Please sign in to comment.