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
Ref: #68 (comment)
We need to add amino types to the amino map in packages/api/scripts/aminos.js. This will enable amino signing.
packages/api/scripts/aminos.js
export const AMINO_MAP = { // TODO: add amino types // '/ibc.applications.transfer.v1.MsgTransfer': { // aminoType: 'cosmos-sdk/MsgTransfer' // } };
The text was updated successfully, but these errors were encountered:
Please add your planning poker estimate with Zenhub @ryanchristo
Sorry, something went wrong.
Cross-referencing my comment in the groups-ui repository: regen-network/groups-ui#10 (comment)
Looks like this is a known issue and may have been resolved...
hyperweb-io/telescope#281
ryanchristo
No branches or pull requests
Ref: #68 (comment)
We need to add amino types to the amino map in
packages/api/scripts/aminos.js
. This will enable amino signing.The text was updated successfully, but these errors were encountered: