We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the Advanced Relayer Example instructions, npm run start to start the relayer results in a TypeScript compile error:
npm run start
src/app.ts:8:3 - error TS2305: Module '"@wormhole-foundation/relayer-engine"' has no exported member 'missedVaas'.
@wormhole-foundation/relayer-engine v0.2.2
example-app
TypeScript fails to compile and shows the error above
Relayer successfully starts
The text was updated successfully, but these errors were encountered:
i faced the same error
Sorry, something went wrong.
No branches or pull requests
Description and context
Following the Advanced Relayer Example instructions,
npm run start
to start the relayer results in a TypeScript compile error:Version
@wormhole-foundation/relayer-engine v0.2.2
Steps to reproduce
example-app
(testnet Spy and Redis)npm run start
Experienced behavior
TypeScript fails to compile and shows the error above
Expected behavior
Relayer successfully starts
The text was updated successfully, but these errors were encountered: