diff --git a/Cargo.lock b/Cargo.lock index 4ed87e18..42866652 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,7 +3967,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "steward" -version = "4.1.2" +version = "4.1.3" dependencies = [ "abscissa_core", "abscissa_tokio", diff --git a/Cargo.toml b/Cargo.toml index cd117231..1cedfcc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "steward" authors = [] -version = "4.1.2" +version = "4.1.3" edition = "2021" [dependencies] diff --git a/src/cellars.rs b/src/cellars.rs index 553d876d..76100b2f 100644 --- a/src/cellars.rs +++ b/src/cellars.rs @@ -38,12 +38,17 @@ pub const TURBOSWETH_ORACLE4: (U256, &str) = ( U256([5, 0, 0, 0]), "cb265cac371970e51bec685930e1340fd919fae3", ); +pub const TURBOSWETH_ORACLE5: (U256, &str) = ( + U256([5, 0, 0, 0]), + "7acdb8096e51b2730387977bad340b9efde61342", +); -pub const ALLOWED_TURBOSWETH_PRICE_ORACLES: [(U256, &str); 4] = [ +pub const ALLOWED_TURBOSWETH_PRICE_ORACLES: [(U256, &str); 5] = [ TURBOSWETH_ORACLE1, TURBOSWETH_ORACLE2, TURBOSWETH_ORACLE3, TURBOSWETH_ORACLE4, + TURBOSWETH_ORACLE5, ]; pub const TURBOSOMM_ORACLE1: (U256, &str) = ( @@ -109,13 +114,14 @@ pub const ALLOWED_V2_0_POSITIONS: [(&str, u32); 20] = [ (CELLAR_RYUSD, 29), ]; pub const ALLOWED_V2_2_CATALOGUE_POSITIONS: [(&str, u32); 0] = []; -pub const ALLOWED_V2_5_CATALOGUE_POSITIONS: [(&str, u32); 6] = [ +pub const ALLOWED_V2_5_CATALOGUE_POSITIONS: [(&str, u32); 7] = [ (CELLAR_MORPHO_ETH_MAXIMIZER, 110000007), (CELLAR_MORPHO_ETH_MAXIMIZER, 110000008), (CELLAR_MORPHO_ETH_MAXIMIZER, 110000009), (CELLAR_MORPHO_ETH_MAXIMIZER, 110000010), (CELLAR_MORPHO_ETH_MAXIMIZER, 11500004), (CELLAR_MORPHO_ETH_MAXIMIZER, 11500005), + (CELLAR_TURBO_EETH_DEPLOYMENT_1, 10000004), ]; pub const BLOCKED_ADAPTORS: [&str; 3] = [