Skip to content

Commit

Permalink
fix: relayer-engine import
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed May 21, 2024
1 parent 4612646 commit 2c5e0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/collector/wormhole/wormhole-engine.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
ParsedVaaWithBytes,
StandardRelayerApp,
StandardRelayerContext,
} from '@catalabs/relayer-engine';
} from '@wormhole-foundation/relayer-engine';
import { decodeWormholeMessage } from 'src/collector/wormhole/wormhole.utils';
import { add0X } from 'src/common/utils';
import { workerData } from 'worker_threads';
Expand Down
2 changes: 1 addition & 1 deletion src/collector/wormhole/wormhole-recovery.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { workerData } from 'worker_threads';
import {
ParsedVaaWithBytes,
parseVaaWithBytes,
} from '@catalabs/relayer-engine';
} from '@wormhole-foundation/relayer-engine';
import { decodeWormholeMessage } from './wormhole.utils';
import { add0X } from 'src/common/utils';
import { AmbPayload } from 'src/store/types/store.types';
Expand Down

0 comments on commit 2c5e0f0

Please sign in to comment.