Skip to content

Commit

Permalink
refactor: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed Sep 16, 2024
1 parent 13f3a7a commit 3d461d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2118,4 +2118,4 @@
"stateMutability": "nonpayable",
"type": "function"
}
]
]
2 changes: 1 addition & 1 deletion multisig/simulations/opsepolia/vip-006/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import { forking, pretendExecutingVip } from "src/vip-framework";
import vip006 from "../../../proposals/opsepolia/vip-006";
import ERC20_ABI from "./abi/ERC20.json";
import PRIME_ABI from "./abi/Prime.json";
import COMPTROLLER_ABI from "./abi/comptroller.json";
import PRIME_LIQUIDITY_PROVIDER_ABI from "./abi/PrimeLiquidityProvider.json";
import XVS_ABI from "./abi/XVS.json";
import XVS_VAULT_ABI from "./abi/XVSVault.json";
import COMPTROLLER_ABI from "./abi/comptroller.json";

const { opsepolia } = NETWORK_ADDRESSES;

Expand Down

0 comments on commit 3d461d1

Please sign in to comment.