Skip to content

Commit

Permalink
comment on v2.0 allowed positions
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBolten committed Aug 21, 2023
1 parent 290faff commit ca9c83e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions steward/src/cellars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pub const ALLOWED_V2_0_SETUP_ADAPTORS: [(&str, &str); 1] = [(CELLAR_RYUSD, ADAPT
pub const ALLOWED_V2_2_CATALOGUE_ADAPTORS: [(&str, &str); 0] = [];
pub const ALLOWED_V2_5_CATALOGUE_ADAPTORS: [(&str, &str); 0] = [];

// due to position size limits in v2.0, positions must be added and removed from the limited list
// and thus approved positions need to be allowed to be re-added, hence this large list
pub const ALLOWED_V2_0_POSITIONS: [(&str, u32); 20] = [
(CELLAR_RYUSD, 1),
(CELLAR_RYUSD, 2),
Expand Down

0 comments on commit ca9c83e

Please sign in to comment.