Skip to content

Commit

Permalink
fix: alpha order
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Apr 2, 2024
1 parent 1fd2d56 commit f3d2784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ library Ethereum {
/*** SparkLend - Config Engine Addresses ***/
/******************************************************************************************************************/

address internal constant PROXY_ADMIN = 0x883A82BDd3d07ae6ACfD151020faD350df25087e;
address internal constant CONFIG_ENGINE = 0x3254F7cd0565aA67eEdC86c2fB608BE48d5cCd78;
address internal constant PROXY_ADMIN = 0x883A82BDd3d07ae6ACfD151020faD350df25087e;
address internal constant RATES_FACTORY = 0xfE57e187EF6285e90d7049e6a21571aa47cF11a2;
address internal constant TRANSPARENT_PROXY_FACTORY = 0x777803CbDD89D5D5Bc1DdD2151B51b0B07F6bf37;

Expand Down

0 comments on commit f3d2784

Please sign in to comment.