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
cosmy-wasmy/src/helpers/sign/wrapwallet.ts
Line 7 in 63600a9
It is enough to use cosmjs/[email protected].
The text was updated successfully, but these errors were encountered:
@ulbqb Yes, but since cosmy-wasmy is already using @cosmjs/amino, which contains cosmjs/crypto, it will trigger a warning if not modified.
Sorry, something went wrong.
The cause of the warning is to use different versions between our @cosmjs/crypto and @cosmjs/amino's one.
@cosmjs/crypto
@cosmjs/amino
import { HdPath,Slip10RawIndex } from "@cosmjs/amino/node_modules/@cosmjs/crypto";
I don't think this is correct usage of package. It is strange to use packages in imported package's node_modules.
No branches or pull requests
cosmy-wasmy/src/helpers/sign/wrapwallet.ts
Line 7 in 63600a9
It is enough to use cosmjs/[email protected].
The text was updated successfully, but these errors were encountered: