Skip to content

Commit

Permalink
api: disable ethIndexer for now (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinbhardwaj authored May 28, 2024
1 parent 0e2ce3f commit 495f4b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/daimo-api/src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ async function main() {
[noteIndexer, requestIndexer, foreignCoinIndexer],
[homeCoinIndexer]
);
shovelWatcher.slowAdd(ethIndexer);

// Disable ethIndexer for now
// shovelWatcher.slowAdd(ethIndexer);

// Initialize in background
(async () => {
Expand Down

0 comments on commit 495f4b9

Please sign in to comment.