Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Feb 2, 2024
1 parent dfc0eab commit e590bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { getEndpoints } from "@zetachain/networks";
import axios, { AxiosResponse } from "axios";
import { task } from "hardhat/config";
import { HardhatRuntimeEnvironment } from "hardhat/types";
import { ZetaConnectorBase__factory } from "../typechain-types";

import { ZetaConnectorBase__factory } from "../typechain-types";
import { ERC20Custody__factory } from "../typechain-types/factories/contracts/evm/ERC20Custody__factory";
import { SystemContract__factory } from "../typechain-types/factories/contracts/zevm/SystemContract.sol/SystemContract__factory";

Expand Down

0 comments on commit e590bee

Please sign in to comment.