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: no explorer link yet
  • Loading branch information
kev1n-peters committed Jan 13, 2026
commit 09d48c0c61abec597c1544d5f0e794e5d9a712c9
3 changes: 3 additions & 0 deletions src/utils/sdkv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ export function getExplorerInfos(
name: 'USDC.range Explorer',
},
];
} else if (routeName === 'BaseBridgeRoute') {
// Base Bridge transactions are not indexed on Wormholescan yet
return [];
} else {
return [getWormholescanExplorerInfo(txHash)];
}
Expand Down
Loading