From bf584d8b5d0afdd6cdc581fbffe543d3e00e2c3c Mon Sep 17 00:00:00 2001 From: Lucas Manuel Date: Mon, 25 Nov 2024 10:45:30 -0500 Subject: [PATCH] feat: Add ethena minter (#23) * feat: add ethena minter * fix: formatting --- src/Ethereum.sol | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Ethereum.sol b/src/Ethereum.sol index 0a4be02..f2f410d 100644 --- a/src/Ethereum.sol +++ b/src/Ethereum.sol @@ -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 ***/ /******************************************************************************************************************/