Skip to content

Commit

Permalink
Add test RYUSD cellar share price oracle permission
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Sep 26, 2024
1 parent dd380e5 commit a8b0ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cellars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub const TURBOSWETH_ORACLE6: (U256, &str) = (

pub const TEST_RYUSD_ORACLE: (U256, &str) = (
// need the real id
U256([2, 0, 0, 0]),
U256([4, 0, 0, 0]),
"ddf603866d6d8d207c6200552655df1ebde5a641",
);

Expand Down

0 comments on commit a8b0ccd

Please sign in to comment.