Skip to content

Commit

Permalink
watcher: fix solana import
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Mar 12, 2024
1 parent 2878541 commit 2434f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions watcher/src/watchers/SolanaWatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import { RPCS_BY_CHAIN } from '../consts';
import { VaasByBlock } from '../databases/types';
import { makeBlockKey, makeVaaKey } from '../databases/utils';
import {
Environment,
isLegacyMessage,
normalizeCompileInstruction,
} from '@wormhole-foundation/wormhole-monitor-common/src/solana';
} from '@wormhole-foundation/wormhole-monitor-common';
import { Watcher } from './Watcher';
import { Environment } from '@wormhole-foundation/wormhole-monitor-common';

const WORMHOLE_PROGRAM_ID = CONTRACTS.MAINNET.solana.core;
const COMMITMENT: Commitment = 'finalized';
Expand Down

0 comments on commit 2434f4c

Please sign in to comment.