We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
As a Cosmos token holder ISBAT check whether I have any GNOT tokens allocated on Independence Day.
cosmos
g
Depends on #3899 and #4061
The text was updated successfully, but these errors were encountered:
package main import "crypto/bech32" func main() { const addr = "g1m0rgan0rla00ygmdmp55f5m0unvsvknluyg2a4" hrp, data, err := bech32.Decode(addr) if err != nil { panic(err) } s, err := bech32.Encode("cosmos", data) if err != nil { panic(err) } println(s) }
Sorry, something went wrong.
@thehowl @Kouteki
Making a PR to make the r/gnoland/coins app better and implementing this as well.
@thehowl @Kouteki Making a PR to make the r/gnoland/coins app better and implementing this as well.
@leohhhn I'll keep this issue open until that PR has been merged. Thanks!
/r/gnoland/coins
leohhhn
Successfully merging a pull request may close this issue.
Description
As a Cosmos token holder ISBAT check whether I have any GNOT tokens allocated on Independence Day.
Acceptance Criteria
cosmos
prefix to theg
prefix before querying the gno.land account balanceMisc
Depends on #3899 and #4061
The text was updated successfully, but these errors were encountered: