Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add ALM addresses #22

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading