Skip to content

Commit

Permalink
remove deps from balances task
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 16, 2023
1 parent d9cedf0 commit a7ed59d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/balances.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import { getEndpoints, networks } from "@zetachain/networks";
import { getAddress } from "@zetachain/protocol-contracts";
import ZetaEth from "@zetachain/protocol-contracts/abi/evm/Zeta.eth.sol/ZetaEth.json";
import ZRC20 from "@zetachain/protocol-contracts/abi/zevm/ZRC20.sol/ZRC20.json";
import * as dotenv from "dotenv";
import { ethers } from "ethers";
import { task } from "hardhat/config";
import { HardhatRuntimeEnvironment } from "hardhat/types";
import ora from "ora";
Expand Down

0 comments on commit a7ed59d

Please sign in to comment.