-
Notifications
You must be signed in to change notification settings - Fork 97
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
feat: add axlr reward denom #305
feat: add axlr reward denom #305
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are conflicts in your PR, please resolve them
app/upgrades/nextupgrade/upgrades.go
Outdated
var denoms []string | ||
keepers.CcvConsumerSubspace.Get(ctx, ccvconsumertypes.KeyRewardDenoms, &denoms) | ||
|
||
// add new denom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please specify what denom is that exactly
|
||
suite.Require().True(ccvConsumerSubspace.Has(ctx, ccvconsumertypes.KeyRewardDenoms)) | ||
|
||
var denomsBefore []string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be "ntrtn" actually, cause we have it on mainnet currently
NOTE: changed base branch to avoid merge conflicts in upgrades handler
https://hadronlabs.atlassian.net/browse/NTRN-87