set chain_id in test runtime

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2024-09-28 19:17:41 +02:00
parent 287272b789
commit 066acc4663
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -82,4 +82,5 @@ impl pallet_revive::Config for Runtime {
type InstantiateOrigin = EnsureSigned<AccountId32>;
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
type Debug = ();
type ChainId = ConstU64<420_420_420>;
}