Skip to content

Commit 69db274

Browse files
authored
Fix import for amounts (#300)
1 parent fda4e8a commit 69db274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/src/routes/tokenBridge/automatic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
contracts,
55
Amount,
66
baseUnits,
7+
amountFromBaseUnits,
78
displayAmount,
89
} from "@wormhole-foundation/sdk-base";
910
import {
@@ -25,7 +26,6 @@ import {
2526
ValidatedTransferParams,
2627
ValidationResult,
2728
} from "../types";
28-
import { amountFromBaseUnits } from "@wormhole-foundation/sdk-base/src";
2929

3030
export namespace AutomaticTokenBridgeRoute {
3131
export type Options = {

0 commit comments

Comments
 (0)