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

Adding new + updated addresses from Jan 9, 2025 spell #26

Merged
merged 4 commits into from
Jan 13, 2025
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
17 changes: 16 additions & 1 deletion src/Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ library Base {
/*** Token Addresses ***/
/******************************************************************************************************************/

address internal constant CBBTC = 0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf;
address internal constant SKY = 0x60e3c701e65DEE30c23c9Fb78c3866479cc0944a;
address internal constant SUSDS = 0x5875eEE11Cf8398102FdAd704C9E96607675467a;
address internal constant USDC = 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913;
Expand All @@ -31,13 +32,27 @@ library Base {
/*** Spark Liquidity Layer Addresses ***/
/******************************************************************************************************************/

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

address internal constant ALM_FREEZER = 0x90D8c80C028B4C09C0d8dcAab9bbB057F0513431;
address internal constant ALM_RELAYER = 0x8a25A24EDE9482C4Fc0738F99611BE58F1c839AB;

/******************************************************************************************************************/
/*** Aave Addresses ***/
/******************************************************************************************************************/

address internal constant ATOKEN_USDC = 0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB;

/******************************************************************************************************************/
/*** Morpho Addresses ***/
/******************************************************************************************************************/

address internal constant MORPHO = 0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb;
address internal constant MORPHO_DEFAULT_IRM = 0x46415998764C29aB2a25CbeA6254146D50D22687;
address internal constant MORPHO_VAULT_SUSDC = 0x7BfA7C4f149E7415b73bdeDfe609237e29CBF34A;

/******************************************************************************************************************/
/*** Governance Relay Addresses ***/
/******************************************************************************************************************/
Expand Down
10 changes: 9 additions & 1 deletion src/Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library Ethereum {
/*** Spark Liquidity Layer Addresses ***/
/******************************************************************************************************************/

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

Expand All @@ -68,6 +68,13 @@ library Ethereum {

address internal constant ETHENA_MINTER = 0xe3490297a08d6fC8Da46Edb7B6142E4F461b62D3;

/******************************************************************************************************************/
/*** Aave Addresses ***/
/******************************************************************************************************************/

address internal constant ATOKEN_CORE_USDS = 0x32a6268f9Ba3642Dda7892aDd74f1D34469A4259;
address internal constant ATOKEN_CORE_USDC = 0x98C23E9d8f34FEFb1B7BD6a91B7FF122F4e16F5c;

/******************************************************************************************************************/
/*** Blackrock BUIDL Addresses ***/
/******************************************************************************************************************/
Expand All @@ -78,6 +85,7 @@ library Ethereum {
/*** Morpho Addresses ***/
/******************************************************************************************************************/

address internal constant MORPHO = 0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb;
address internal constant MORPHO_DEFAULT_IRM = 0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC;
address internal constant MORPHO_SUSDE_ORACLE = 0x5D916980D5Ae1737a8330Bf24dF812b2911Aae25;
address internal constant MORPHO_USDE_ORACLE = 0xaE4750d0813B5E37A51f7629beedd72AF1f9cA35;
Expand Down
Loading