We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2878541 commit 2434f4cCopy full SHA for 2434f4c
watcher/src/watchers/SolanaWatcher.ts
@@ -14,11 +14,11 @@ import { RPCS_BY_CHAIN } from '../consts';
14
import { VaasByBlock } from '../databases/types';
15
import { makeBlockKey, makeVaaKey } from '../databases/utils';
16
import {
17
+ Environment,
18
isLegacyMessage,
19
normalizeCompileInstruction,
-} from '@wormhole-foundation/wormhole-monitor-common/src/solana';
20
+} from '@wormhole-foundation/wormhole-monitor-common';
21
import { Watcher } from './Watcher';
-import { Environment } from '@wormhole-foundation/wormhole-monitor-common';
22
23
const WORMHOLE_PROGRAM_ID = CONTRACTS.MAINNET.solana.core;
24
const COMMITMENT: Commitment = 'finalized';
0 commit comments