doran/src/venues/near-intents/ingest.mjs
2026-03-28 13:04:10 +01:00

5 lines
138 B
JavaScript

import { startNearIntentsWs } from './ws.mjs';
export function startNearIntentsIngest(options) {
return startNearIntentsWs(options);
}