We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c6e5f commit 0fccaadCopy full SHA for 0fccaad
2 files changed
node/src/chain_spec.rs
@@ -369,6 +369,7 @@ impl GenesisKeysConfig {
369
let mut builder = ChainSpec::builder(wasm_binary, Default::default())
370
.with_name(&name)
371
.with_id(id)
372
+ .with_protocol_id(id)
373
.with_chain_type(chain_type)
374
.with_properties(properties)
375
.with_genesis_config_patch(genesis_patch);
node/src/chains/testnet.raw.json
@@ -12,6 +12,7 @@
12
1
13
]
14
],
15
+ "protocolId": "anlogcc1",
16
"properties": {
17
"ss58Format": 12850,
18
"tokenDecimals": 12,
0 commit comments