Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed May 1, 2024
1 parent b5482a4 commit 46ff21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/AxelarQueryAPI.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AssetConfig } from "../assets/types";
import { formatUnits, parseUnits } from "ethers/lib/utils";
import { parseUnits } from "ethers/lib/utils";
import { loadAssets } from "../assets";
import { DEFAULT_L1_EXECUTE_DATA, EnvironmentConfigs, getConfigs } from "../constants";
import { RestService } from "../services";
Expand Down

0 comments on commit 46ff21f

Please sign in to comment.