Skip to content

Commit 6760090

Browse files
author
Christian Gröschel
committed
update spec for chachacha
1 parent f80deec commit 6760090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/src/chain_spec.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ pub fn rococo_parachain_config(id: ParaId) -> ChainSpec {
264264
Some("dhx"),
265265
Some(properties),
266266
Extensions {
267-
relay_chain: "rococo".into(),
268-
para_id: id.into(),
267+
relay_chain: "rococo-chachacha".into(),
268+
para_id: 2_u32.into(),
269269
},
270270
)
271271
}

0 commit comments

Comments
 (0)