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

After upgrading from "v1.0.0" to "v2.0.0-rc3", credit class fee expects a fee in "stake" denom #590

Closed
4 tasks
kaustubhkapatral opened this issue Oct 20, 2021 · 1 comment · Fixed by #591
Closed
4 tasks
Assignees

Comments

@kaustubhkapatral
Copy link
Contributor

Summary of Bug

After upgrading the network from v1.0.0 to v2.0.0-rc3, default ecocredit params expects the fee to be in stake denom instead of uregen.

regen query ecocredit params
params:
  allowed_class_creators: []
  allowlist_enabled: false
  credit_class_fee:
  - amount: "20000000"
    denom: stake
  credit_types:
  - abbreviation: C
    name: carbon
    precision: 6
    unit: metric ton CO2 equivalent

Version

v2.0.0-rc3


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@clevinson
Copy link
Member

O wow good catch!

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

Successfully merging a pull request may close this issue.

3 participants