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
Version: v1.1.1
Recently, I encountered an TypeScript build error while try using anchor-earn.
node_modules/@anchor-protocol/anchor-earn/dist/facade/types.d.ts:7:24 - error TS2305: Module '"@terra-money/terra.js"' has no exported member 'StdTx'.
The text was updated successfully, but these errors were encountered:
The version of terra.js is specifying ^2.0.10, which makes npm to fetch v2.1.23.
^2.0.10
v2.1.23
anchor-earn/package.json
Line 33 in 07adbfa
Sorry, something went wrong.
No branches or pull requests
Version: v1.1.1
Recently, I encountered an TypeScript build error while try using anchor-earn.
The text was updated successfully, but these errors were encountered: