Skip to content

Commit ba72de5

Browse files
committed
Fix unused fetchRoutes
1 parent 33e307c commit ba72de5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/services/privacy-route-debug.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ describe('Privacy Route Debug - Arbitrum to Hyperliquid', () => {
183183
});
184184

185185
it('should check what token address we are actually using', async () => {
186-
// Import the actual service to see what addresses it uses
187-
const { fetchRoutes } = await import('./lifi');
188-
189186
console.log('Configured USDC addresses:');
190187
console.log('- Arbitrum USDC:', ARBITRUM_USDC);
191188
console.log('- Hyperliquid USDC (our config):', HYPERLIQUID_USDC);

0 commit comments

Comments
 (0)