diff --git a/Cargo.lock b/Cargo.lock index 9f3e3478..5cc82c40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4045,7 +4045,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "steward" -version = "4.2.4" +version = "4.2.6" dependencies = [ "abscissa_core", "abscissa_tokio", @@ -4106,7 +4106,7 @@ dependencies = [ [[package]] name = "steward-proto" -version = "4.2.4" +version = "4.2.6" dependencies = [ "prost", "serde", diff --git a/Cargo.toml b/Cargo.toml index 22d3d603..257b7d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["."] resolver = "2" [workspace.package] -version = "4.2.5" +version = "4.2.6" edition = "2021" [workspace.dependencies] diff --git a/src/cellars.rs b/src/cellars.rs index 21f2f68f..383751f8 100644 --- a/src/cellars.rs +++ b/src/cellars.rs @@ -143,7 +143,7 @@ pub const ALLOWED_V2_0_POSITIONS: [(&str, u32); 20] = [ (CELLAR_RYUSD, 28), (CELLAR_RYUSD, 29), ]; -pub const ALLOWED_V2_2_CATALOGUE_POSITIONS: [(&str, u32); 22] = [ +pub const ALLOWED_V2_2_CATALOGUE_POSITIONS: [(&str, u32); 24] = [ (CELLAR_RYETH, 202), (CELLAR_RYETH, 203), (CELLAR_RYETH, 204), @@ -166,14 +166,14 @@ pub const ALLOWED_V2_2_CATALOGUE_POSITIONS: [(&str, u32); 22] = [ (CELLAR_RYETH, 221), (CELLAR_RYETH, 222), (CELLAR_RYETH, 223), + (CELLAR_RYBTC, 224), + (CELLAR_RYBTC, 225), ]; -pub const ALLOWED_V2_5_CATALOGUE_POSITIONS: [(&str, u32); 8] = [ +pub const ALLOWED_V2_5_CATALOGUE_POSITIONS: [(&str, u32); 6] = [ (CELLAR_TURBO_STETH, 7000), (CELLAR_TURBO_STETH, 7001), (CELLAR_TURBO_STETH, 7500), (CELLAR_TURBO_STETH, 7501), - (CELLAR_RYBTC, 224), - (CELLAR_RYBTC, 225), (CELLAR_ETH_GROWTH, 33333), (CELLAR_ETH_GROWTH, 33334), ];