Skip to content
New issue

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

Data Correction Request: denom metadata of existing GAMM on mainnet #1631

Open
VictorTrustyDev opened this issue Dec 8, 2024 · 1 comment

Comments

@VictorTrustyDev
Copy link
Contributor

VictorTrustyDev commented Dec 8, 2024

The existing GAMM pools on mainnet, have denom metadata not satisfy validate basic (already fixed in 3D), so please correct them during migration.

@mtsitrin
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants