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
The existing GAMM pools on mainnet, have denom metadata not satisfy validate basic (already fixed in 3D), so please correct them during migration.
The text was updated successfully, but these errors were encountered:
old metadata:
dymd --node https://rpc-dym-migration-test-2.mzonder.com:443 q bank denom-metadata --denom gamm/pool/13 metadata: base: gamm/pool/13 denom_units: - aliases: - attopoolshare denom: gamm/pool/13 exponent: 0 - aliases: [] denom: GAMM-13 exponent: 18 description: The share token of the gamm pool 13 display: GAMM-13 name: "" symbol: "" uri: "" uri_hash: ""
new (fixed) metadata:
dymd --node https://rpc-dym-migration-test-2.mzonder.com:443 q bank denom-metadata --denom gamm/pool/14 metadata: base: gamm/pool/14 denom_units: - aliases: - attopoolshare denom: gamm/pool/14 exponent: 0 - aliases: [] denom: GAMM-14 exponent: 18 description: The share token of the gamm pool 14 display: GAMM-14 name: gamm/pool/14 symbol: GAMM-14 uri: "" uri_hash: ""
missing display and name for old pools @VictorTrustyDev correct?
Sorry, something went wrong.
No branches or pull requests
The existing GAMM pools on mainnet, have denom metadata not satisfy validate basic (already fixed in 3D), so please correct them during migration.
The text was updated successfully, but these errors were encountered: