Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced Relayer Example - TS error: no exported member 'missedVaas' #202

Open
drichar opened this issue Sep 6, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@drichar
Copy link

drichar commented Sep 6, 2023

Description and context

Following the Advanced Relayer Example instructions, npm run start to start the relayer results in a TypeScript compile error:

src/app.ts:8:3 - error TS2305: Module '"@wormhole-foundation/relayer-engine"' has no exported member 'missedVaas'.

Version

@wormhole-foundation/relayer-engine v0.2.2

Steps to reproduce

  1. Clone repository and install dependencies
  2. Start background services in example-app (testnet Spy and Redis)
  3. Run npm run start

Experienced behavior

TypeScript fails to compile and shows the error above

Expected behavior

Relayer successfully starts

@drichar drichar added the bug Something isn't working label Sep 6, 2023
@cauta
Copy link

cauta commented Sep 29, 2023

i faced the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants