Skip to content

Commit

Permalink
feat: Add PSM3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel authored Oct 23, 2024
1 parent 655597a commit cf8be61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ library Base {
address internal constant SKY_GOV_RELAY = 0xdD0BCc201C9E47c6F6eE68E4dB05b652Bb6aC255;
address internal constant TOKEN_BRIDGE = 0xee44cdb68D618d58F75d9fe0818B640BD7B8A7B7;

/******************************************************************************************************************/
/*** Spark Liquidity Layer Addresses ***/
/******************************************************************************************************************/

address internal constant PSM3 = 0x1601843c5E9bC251A3272907010AFa41Fa18347E;

/******************************************************************************************************************/
/*** Governance Relay Addresses ***/
/******************************************************************************************************************/
Expand Down

0 comments on commit cf8be61

Please sign in to comment.