Skip to content

Commit

Permalink
feat: Add libraries (#3)
Browse files Browse the repository at this point in the history
* feat: add libraries

* fix: update addresses
  • Loading branch information
lucas-manuel authored Apr 5, 2024
1 parent 7ffe7a2 commit c2230ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,16 @@ library Ethereum {
address internal constant UI_POOL_DATA_PROVIDER = 0xF028c2F4b19898718fD0F77b9b881CbfdAa5e8Bb;
address internal constant WALLET_BALANCE_PROVIDER = 0xd2AeF86F51F92E8e49F42454c287AE4879D1BeDc;

/******************************************************************************************************************/
/*** SparkLend - Library Addresses ***/
/******************************************************************************************************************/

address internal constant BORROW_LOGIC = 0x4662C88C542F0954F8CccCDE4542eEc32d7E7e9a;
address internal constant BRIDGE_LOGIC = 0x2C54924711E479E639032704146b865E12f0C6D1;
address internal constant EMODE_LOGIC = 0x2Ad00613A66D71Ff2B0607fB3C4632C47a50DADe;
address internal constant FLASH_LOAN_LOGIC = 0x7f44e1c1dE70059D7cc483378BEFeE2a030CE247;
address internal constant LIQUIDATION_LOGIC = 0x6aEa92693C527bC2c7B3171C6f2598d67d619088;
address internal constant POOL_LOGIC = 0x1761a0f74032963B6Ad0774C5EBF4586c0bD7604;
address internal constant SUPPLY_LOGIC = 0x46256841e36b7557BB8e4c706beD38b17A9EB2c1;

}

0 comments on commit c2230ec

Please sign in to comment.