Skip to content

Commit

Permalink
fix: clean unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoAguzzi committed Mar 20, 2024
1 parent 0ad9167 commit 954a377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swap/src/providers/propeller-heads/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Web3Eth from "web3-eth";
import { numberToHex, stringToHex, toBN } from "web3-utils";
import { numberToHex, toBN } from "web3-utils";
import estimateGasList from "../../common/estimateGasList";
import {
EVMTransaction,
Expand Down

0 comments on commit 954a377

Please sign in to comment.