Skip to content

Commit

Permalink
Fix for the BTC oracle update and cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
zmanian committed Aug 31, 2024
1 parent b0decf4 commit d17b07c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["."]
resolver = "2"

[workspace.package]
version = "4.2.5"
version = "4.2.6"
edition = "2021"

[workspace.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions src/cellars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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),
];
Expand Down

0 comments on commit d17b07c

Please sign in to comment.