From 449e5b522d1be23d95a0be8faa35ac2d15dac4a5 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Mon, 14 Mar 2022 15:16:24 +0000 Subject: [PATCH] Use opal in testnet --- --- a/node/cli/src/chain_spec.rs +++ b/node/cli/src/chain_spec.rs @@ -60,7 +60,7 @@ return RuntimeId::Quartz; } - if self.id().starts_with("opal") { + if self.id().starts_with("opal") || self.id() == "dev" || self.id() == "local_testnet" { return RuntimeId::Opal; } -- gitstuff