Skip to content

Commit 2434f4c

Browse files
committed
watcher: fix solana import
1 parent 2878541 commit 2434f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

watcher/src/watchers/SolanaWatcher.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ import { RPCS_BY_CHAIN } from '../consts';
1414
import { VaasByBlock } from '../databases/types';
1515
import { makeBlockKey, makeVaaKey } from '../databases/utils';
1616
import {
17+
Environment,
1718
isLegacyMessage,
1819
normalizeCompileInstruction,
19-
} from '@wormhole-foundation/wormhole-monitor-common/src/solana';
20+
} from '@wormhole-foundation/wormhole-monitor-common';
2021
import { Watcher } from './Watcher';
21-
import { Environment } from '@wormhole-foundation/wormhole-monitor-common';
2222

2323
const WORMHOLE_PROGRAM_ID = CONTRACTS.MAINNET.solana.core;
2424
const COMMITMENT: Commitment = 'finalized';

0 commit comments

Comments
 (0)