Skip to content

Commit

Permalink
Update watcher/scripts/watchFt.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Noel <[email protected]>
  • Loading branch information
bingyuyap and panoel committed Aug 30, 2024
1 parent bdce39e commit 45d2d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions watcher/scripts/watchFt.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 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
import * as dotenv from 'dotenv';
dotenv.config();

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

const network = getNetwork();
const network = getNetwork();
async function watchFtSolana(network: Network, fromSlot: number, toSlot: number) {
const watcher = new FTSolanaWatcher(network);
const batchSize = 1000;
Expand Down

0 comments on commit 45d2d2d

Please sign in to comment.