0.5.1-pre.007

This commit is contained in:
2026-08-10 09:28:57 +02:00
parent 34a670eaec
commit a2820062eb
81 changed files with 3357 additions and 2381 deletions

View File

@@ -1,5 +1,5 @@
// file: ks-pipeline-demo-scenarios/src/metadata/metaplex_token_metadata/fixture.rs
// version: 20
// version: 21
//! Native Metaplex Token Metadata fixture preparation for Devnet demos.
@@ -120,7 +120,7 @@ pub async fn prepare_metaplex_create_fixture(
"Metaplex fixture endpoint roles must not be empty",
));
}
if !profile.wallet.devnet_send_enabled {
if !profile.execution.devnet_send_enabled {
return std::result::Result::Err(ks_core::Error::config(
"Metaplex fixture preparation requires devnet_send_enabled=true",
));