revert: Remove Alchemy fallback causing crashes

- getFallbackConnection() code was causing execute endpoint to crash
- Reverting to Helius-only configuration
- Need to investigate root cause before re-adding fallback
This commit is contained in:
mindesbunister
2025-11-14 20:10:21 +01:00
parent 6445a135a8
commit db0961d04e
2 changed files with 5 additions and 27 deletions

View File

@@ -470,13 +470,6 @@ export class DriftService {
return this.connection
}
/**
* Get fallback connection (Alchemy for trade execution)
*/
getFallbackConnection(): Connection | null {
return this.fallbackConnection || null
}
/**
* Get user instance
*/