From b5fad39abc9ccbde1adffd30539442a5c9537b8e Mon Sep 17 00:00:00 2001 From: nepoche Date: Thu, 21 Apr 2022 17:37:58 +0200 Subject: [PATCH] Update the standalone egg_net to an appropriate ChainIdentifier --- standalone/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/runtime/src/lib.rs b/standalone/runtime/src/lib.rs index 29552dc45..50321bd38 100644 --- a/standalone/runtime/src/lib.rs +++ b/standalone/runtime/src/lib.rs @@ -871,7 +871,7 @@ impl pallet_dkg_metadata::Config for Runtime { } parameter_types! { - pub const ChainIdentifier: TypedChainId = TypedChainId::RococoParachain(5); + pub const ChainIdentifier: TypedChainId = TypedChainId::Substrate(1081); pub const ProposalLifetime: BlockNumber = HOURS / 5; pub const DKGAccountId: PalletId = PalletId(*b"dw/dkgac"); pub const RefreshDelay: Permill = Permill::from_percent(90);