Skip to content

Commit

Permalink
add disabledCheckMetadataHash to Cere (#3405)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohar authored Jan 31, 2025
1 parent 76133af commit ecfec25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chains/v21/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -11273,7 +11273,7 @@
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg",
"addressPrefix": 54,
"additional": {
"supportsGenericLedgerApp": true
"disabledCheckMetadataHash": true
}
},
{
Expand Down
1 change: 1 addition & 0 deletions scripts/update_generic_ledger_app_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class BlacklistedChains(Enum):
ENJIN_MATRIX_CHAIN = '3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615'
ENJIN_RELAY_CHAIN = 'd8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9'
TANGLE = '44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0'
CERE = '81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c'


def load_json_file(file_path):
Expand Down

0 comments on commit ecfec25

Please sign in to comment.