Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: remove unused import
  • Loading branch information
kev1n-peters committed Oct 6, 2025
commit 199c69015db19c131fbde396c7c57bc64fc1d2c7
1 change: 0 additions & 1 deletion src/utils/sdkv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
TBTCBridge,
chainToPlatform,
} from '@wormhole-foundation/sdk';
import { getWrappedNativeToken } from './wrappedNativeTokens';
import type { NttRoute } from '@wormhole-foundation/sdk-route-ntt';
import type { CCTPv2ExecutorRoute } from '@wormhole-labs/cctp-executor-route';
import { Connection } from '@solana/web3.js';
Expand Down
Loading