Skip to content

Commit

Permalink
feat: update to add new addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Oct 3, 2024
1 parent 83e5f77 commit d7fba9f
Showing 1 changed file with 12 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

0 comments on commit d7fba9f

Please sign in to comment.