Skip to content

Commit 0fccaad

Browse files
Revert "chain-spec: remove protocol id (#906)"
This reverts commit 4ac94f2.
1 parent 10c6e5f commit 0fccaad

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

node/src/chain_spec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ impl GenesisKeysConfig {
369369
let mut builder = ChainSpec::builder(wasm_binary, Default::default())
370370
.with_name(&name)
371371
.with_id(id)
372+
.with_protocol_id(id)
372373
.with_chain_type(chain_type)
373374
.with_properties(properties)
374375
.with_genesis_config_patch(genesis_patch);

node/src/chains/testnet.raw.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
1
1313
]
1414
],
15+
"protocolId": "anlogcc1",
1516
"properties": {
1617
"ss58Format": 12850,
1718
"tokenDecimals": 12,

0 commit comments

Comments
 (0)