Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello committed Dec 14, 2023
1 parent 167915c commit 64d181f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zeta-app-contracts/test/MultiChainValue.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SignerWithAddress } from "@nomiclabs/hardhat-ethers/signers";
import { ZetaEth } from "@zetachain/protocol-contracts/dist/typechain-types";
import { expect } from "chai";
import { AbiCoder, defaultAbiCoder, parseEther } from "ethers/lib/utils";
import { defaultAbiCoder, parseEther } from "ethers/lib/utils";
import { ethers } from "hardhat";

import {
Expand Down

0 comments on commit 64d181f

Please sign in to comment.