Skip to content

Commit

Permalink
feat: Add ALM addresses (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel authored Oct 23, 2024
1 parent cf8be61 commit a466fa2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,19 @@ library Base {
address internal constant TOKEN_BRIDGE = 0xee44cdb68D618d58F75d9fe0818B640BD7B8A7B7;

/******************************************************************************************************************/
/*** Spark Liquidity Layer Addresses ***/
/*** PSM Addresses ***/
/******************************************************************************************************************/

address internal constant PSM3 = 0x1601843c5E9bC251A3272907010AFa41Fa18347E;

/******************************************************************************************************************/
/*** Spark Liquidity Layer Addresses ***/
/******************************************************************************************************************/

address internal constant ALM_CONTROLLER = 0xc07f705D0C0e9F8C79C5fbb748aC1246BBCC37Ba;
address internal constant ALM_PROXY = 0x2917956eFF0B5eaF030abDB4EF4296DF775009cA;
address internal constant ALM_RATE_LIMITS = 0x983eC82E45C61a42FDDA7B3c43B8C767004c8A74;

/******************************************************************************************************************/
/*** Governance Relay Addresses ***/
/******************************************************************************************************************/
Expand Down
8 changes: 8 additions & 0 deletions src/Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ library Ethereum {
address internal constant ALLOCATOR_ROLES = 0x9A865A710399cea85dbD9144b7a09C889e94E803;
address internal constant ALLOCATOR_VAULT = 0x691a6c29e9e96dd897718305427Ad5D534db16BA;

/******************************************************************************************************************/
/*** Spark Liquidity Layer Addresses ***/
/******************************************************************************************************************/

address internal constant ALM_CONTROLLER = 0xb960F71ca3f1f57799F6e14501607f64f9B36F11;
address internal constant ALM_PROXY = 0x1601843c5E9bC251A3272907010AFa41Fa18347E;
address internal constant ALM_RATE_LIMITS = 0x7A5FD5cf045e010e62147F065cEAe59e5344b188;

/******************************************************************************************************************/
/*** Morpho Addresses ***/
/******************************************************************************************************************/
Expand Down

0 comments on commit a466fa2

Please sign in to comment.