Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Feb 29, 2024
1 parent 184f26a commit 9d320b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
Environment,
} from "../types";
import { EvmChain } from "../../constants/EvmChain";
import { GasToken } from "../../constants/GasToken";
import {
AxelarRecoveryApi,
ExecuteParams,
Expand All @@ -21,7 +20,6 @@ import {
import EVMClient from "./client/EVMClient";
import IAxelarExecutable from "../abi/IAxelarExecutable";
import { ContractReceipt, ContractTransaction, ethers } from "ethers";
import { nativeGasTokenSymbol } from "../../constants";
import { AxelarQueryAPI } from "../AxelarQueryAPI";
import rpcInfo from "./constants/chain";
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
EvmWalletDetails,
} from "../../types";
import { EvmChain } from "../../../constants/EvmChain";
import { GasToken } from "../../../constants/GasToken";
import { createNetwork, utils } from "@axelar-network/axelar-local-dev";
import { Contract, ContractReceipt, ContractTransaction, ethers, Wallet } from "ethers";
import DistributionExecutable from "../abi/DistributionExecutable.json";
Expand Down

0 comments on commit 9d320b3

Please sign in to comment.