From a8b0ccdcf402c1aa3712985be97ae528304de531 Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Thu, 26 Sep 2024 08:53:25 -0500 Subject: [PATCH] Add test RYUSD cellar share price oracle permission --- src/cellars.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cellars.rs b/src/cellars.rs index 90e204eb..b2928044 100644 --- a/src/cellars.rs +++ b/src/cellars.rs @@ -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", );