Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanberckmans committed Sep 17, 2024
1 parent a7df595 commit 053fcd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/interface/src/transactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { type PartialFor } from "./PartialFor";
import { Spinner } from "./Spinner";
import { type TokenTransfer, type TokenTransferForNativeCurrency, type TokenTransferForToken, isTokenAndNotNativeCurrencyTransfer } from "./tokenTransfer";
import { useMemoObject } from "./useMemoObject";
import { wagmiConfig } from "./wagmiConfig";

// TODO build and save list of test cases to check all ExecuteTokenTransfer code paths, eg. (automatic retries, other features) X (token, native currency) X (wallets) X (chains) X (different transfer amounts including very small amounts)

Expand Down

0 comments on commit 053fcd6

Please sign in to comment.