-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add Hippo Protocol #6253
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
Add Hippo Protocol #6253
Conversation
95986cc
to
d9db70b
Compare
"chain_type": "cosmos", | ||
"chain_id": "hippo-protocol-1", | ||
"bech32_prefix": "hippo", | ||
"slip44": 0, |
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 enter the appropriate slip44
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.
We are deliberately using cointype of 0.
https://github.com/hippo-protocol/hippo-protocol/blob/main/types/consensus/wallet.go#L18
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.
Thanks for explaining. I've updated that verification check, could you please merge master into this branch so the check is updated?
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.
Merged!
hippoprotocol/versions.json
Outdated
"consensus": { | ||
"type": "cometbft", | ||
"repo": "https://github.com/cometbft/cometbft", | ||
"version": "v0.38.7", |
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.
Looks like there are still some version value mismatches. If data is repeated in the chain.json file, then it must match the version as specified in this file.
Path: consensus.version, Reason: Value mismatch, In "codebase": v0.38.17, In currentVersion: v0.38.7
Path: consensus.tag, Reason: Value mismatch, In "codebase": v0.38.17, In currentVersion: v0.38.7
Path: language.version, Reason: Value mismatch, In "codebase": 1.23.0, In currentVersion: 1.23
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.
Updated!
Add Hippo Protocol mainnet.
https://github.com/hippo-protocol/hippo-protocol