Add DENTNet to generic Polkadot app supported chains#1942
Merged
valentinfernandez1 merged 2 commits intopolkadot-js:masterfrom Aug 22, 2025
Merged
Add DENTNet to generic Polkadot app supported chains#1942valentinfernandez1 merged 2 commits intopolkadot-js:masterfrom
valentinfernandez1 merged 2 commits intopolkadot-js:masterfrom
Conversation
166f5f4 to
129fe0d
Compare
ljuanto
approved these changes
Dec 13, 2024
ljuanto
approved these changes
Dec 15, 2024
| @@ -49,6 +49,9 @@ export const knownGenesis: KnownGenesis = { | |||
| darwinia: [ | |||
| '0xe71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6' | |||
| ], | |||
There was a problem hiding this comment.
dentnet: [
'0x0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7'
],
| darwinia: [ | ||
| '0xe71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6' | ||
| ], | ||
| dentnet: [ |
There was a problem hiding this comment.
dentnet: [
'0x0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7'
],
ljuanto
approved these changes
Dec 15, 2024
Contributor
|
@henrikdent What is the status of this PR, no PJS reviewer was assigned. Is this still needed? If it is I'll be happy to review it. |
Contributor
Author
|
Hi @valentinfernandez1, thanks - yes, we'd still like to have it reviewed. |
valentinfernandez1
approved these changes
Aug 22, 2025
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DENTNet has the CheckMetadataHash extension and supports the generic Ledger application. This PR is to enable it in polkadot-js apps and extension.