Skip to content

Commit 3b59063

Browse files
bingyuyappanoel
andcommitted
Update watcher/scripts/watchFt.ts
Co-authored-by: Paul Noel <35237584+panoel@users.noreply.github.com>
1 parent b8c884c commit 3b59063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

watcher/scripts/watchFt.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is for when I (@bingyuyap) needs to seed the database manually for testing
1+
// This script can be used to seed the database manually for testing
22
import * as dotenv from 'dotenv';
33
dotenv.config();
44

@@ -7,7 +7,7 @@ import { FTEVMWatcher } from '../src/watchers/FTEVMWatcher';
77
import { Network } from '@wormhole-foundation/sdk-base';
88
import { getNetwork } from '@wormhole-foundation/wormhole-monitor-common';
99

10-
const network = getNetwork();
10+
const network = getNetwork();
1111
async function watchFtSolana(network: Network, fromSlot: number, toSlot: number) {
1212
const watcher = new FTSolanaWatcher(network);
1313
const batchSize = 1000;

0 commit comments

Comments
 (0)