Skip to content

Commit

Permalink
feat: Add PSM, USDC, CCTP for base (#19)
Browse files Browse the repository at this point in the history
* feat: add psm

* feat: update to add new addresses
  • Loading branch information
lucas-manuel authored Oct 3, 2024
1 parent b7d7e08 commit f041e1c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ pragma solidity >=0.8.0;

library Base {

/******************************************************************************************************************/
/*** Token Addresses ***/
/******************************************************************************************************************/

address internal constant USDC = 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913;

/******************************************************************************************************************/
/*** Bridging Addresses ***/
/******************************************************************************************************************/

address internal constant CCTP_TOKEN_MESSENGER = 0x1682Ae6375C4E4A97e4B583BC394c861A46D8962;

/******************************************************************************************************************/
/*** Governance Relay Addresses ***/
/******************************************************************************************************************/
Expand Down
1 change: 1 addition & 0 deletions src/Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ library Ethereum {
address internal constant DAI_USDS = 0x3225737a9Bbb6473CB4a45b7244ACa2BeFdB276A;
address internal constant PAUSE_PROXY = 0xBE8E3e3618f7474F8cB1d074A26afFef007E98FB;
address internal constant POT = 0x197E90f9FAD81970bA7976f33CbD77088E5D7cf7;
address internal constant PSM = 0xf6e72Db5454dd049d0788e411b06CfAF16853042; // Lite PSM
address internal constant VAT = 0x35D1b3F3D7966A1DFe207aa4514C12a259A0492B;

/******************************************************************************************************************/
Expand Down

0 comments on commit f041e1c

Please sign in to comment.