Skip to content

Commit 1af7cfa

Browse files
authored
Add base chainlink adapter (#28)
* add base chainlink adapter * alpha order * alpha order
1 parent 55efdac commit 1af7cfa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Base.sol

+4-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ library Base {
6464
/*** SSR Oracle Addresses ***/
6565
/******************************************************************************************************************/
6666

67-
address internal constant SSR_AUTH_ORACLE = 0x65d946e533748A998B1f0E430803e39A6388f7a1;
68-
address internal constant SSR_RECEIVER = 0x212871A1C235892F86cAB30E937e18c94AEd8474;
69-
address internal constant SSR_BALANCER_RATE_PROVIDER = 0x49aF4eE75Ae62C2229bb2486a59Aa1a999f050f0;
67+
address internal constant SSR_AUTH_ORACLE = 0x65d946e533748A998B1f0E430803e39A6388f7a1;
68+
address internal constant SSR_BALANCER_RATE_PROVIDER = 0x49aF4eE75Ae62C2229bb2486a59Aa1a999f050f0;
69+
address internal constant SSR_CHAINLINK_RATE_PROVIDER = 0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E;
70+
address internal constant SSR_RECEIVER = 0x212871A1C235892F86cAB30E937e18c94AEd8474;
7071

7172
/******************************************************************************************************************/
7273
/*** DSR Oracle Addresses (Legacy) ***/

0 commit comments

Comments
 (0)