We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c884c commit 3b59063Copy full SHA for 3b59063
watcher/scripts/watchFt.ts
@@ -1,4 +1,4 @@
1
-// This file is for when I (@bingyuyap) needs to seed the database manually for testing
+// This script can be used to seed the database manually for testing
2
import * as dotenv from 'dotenv';
3
dotenv.config();
4
@@ -7,7 +7,7 @@ import { FTEVMWatcher } from '../src/watchers/FTEVMWatcher';
7
import { Network } from '@wormhole-foundation/sdk-base';
8
import { getNetwork } from '@wormhole-foundation/wormhole-monitor-common';
9
10
-const network = getNetwork();
+const network = getNetwork();
11
async function watchFtSolana(network: Network, fromSlot: number, toSlot: number) {
12
const watcher = new FTSolanaWatcher(network);
13
const batchSize = 1000;
0 commit comments