Skip to content

Commit

Permalink
feat: Add ethena minter (#23)
Browse files Browse the repository at this point in the history
* feat: add ethena minter

* fix: formatting
  • Loading branch information
lucas-manuel authored Nov 25, 2024
1 parent a466fa2 commit bf584d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ library Ethereum {
address internal constant ALM_PROXY = 0x1601843c5E9bC251A3272907010AFa41Fa18347E;
address internal constant ALM_RATE_LIMITS = 0x7A5FD5cf045e010e62147F065cEAe59e5344b188;

/******************************************************************************************************************/
/*** Ethena Addresses ***/
/******************************************************************************************************************/

address internal constant ETHENA_MINTER = 0xe3490297a08d6fC8Da46Edb7B6142E4F461b62D3;

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

0 comments on commit bf584d8

Please sign in to comment.