Skip to content

Commit

Permalink
(chore): bump USDCTokenPool version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Aug 5, 2024
1 parent 49cfead commit f7f57ad
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-shirts-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ccip": patch
---

#internal
5 changes: 5 additions & 0 deletions contracts/.changeset/clean-kings-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chainlink/contracts-ccip": patch
---

#internal
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/pools/USDC/USDCTokenPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ contract USDCTokenPool is TokenPool, ITypeAndVersion {
uint32 sourceDomain;
}

string public constant override typeAndVersion = "USDCTokenPool 1.4.0";
string public constant override typeAndVersion = "USDCTokenPool 1.5.0-dev";

// We restrict to the first version. New pool may be required for subsequent versions.
uint32 public constant SUPPORTED_USDC_VERSION = 0;
Expand Down
Loading

0 comments on commit f7f57ad

Please sign in to comment.