mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
Rococo: Build two versions of the wasm binary (#2229)
One for local networks with `fast-runtime` feature activated (1 minute sessions) and one without the feature activated that will be the default that runs with 1 hour long sessions.
This commit is contained in:
@@ -1068,7 +1068,7 @@ fn rococo_local_testnet_genesis() -> serde_json::Value {
|
||||
#[cfg(feature = "rococo-native")]
|
||||
pub fn rococo_local_testnet_config() -> Result<RococoChainSpec, String> {
|
||||
Ok(RococoChainSpec::builder(
|
||||
rococo::WASM_BINARY.ok_or("Rococo development wasm not available")?,
|
||||
rococo::fast_runtime_binary::WASM_BINARY.ok_or("Rococo development wasm not available")?,
|
||||
Default::default(),
|
||||
)
|
||||
.with_name("Rococo Local Testnet")
|
||||
|
||||
Reference in New Issue
Block a user