0.7.41
This commit is contained in:
@@ -1324,7 +1324,10 @@ pub(crate) async fn demo_pipeline2_validate_local_pipeline(
|
||||
service.validate_v0_7_39_current_database().await
|
||||
},
|
||||
"0.7.40" | "0.7.40_raydium_effective_surfaces" => {
|
||||
service.validate_v0_7_39_current_database().await
|
||||
service.validate_v0_7_40_current_database().await
|
||||
},
|
||||
"0.7.41" | "0.7.41_raydium_amm_v4_swap_decoder" => {
|
||||
service.validate_v0_7_41_current_database().await
|
||||
},
|
||||
other => Err(kb_lib::Error::InvalidState(format!(
|
||||
"unsupported local pipeline validation profile: {other}"
|
||||
|
||||
Reference in New Issue
Block a user