chore: Add USDG CAPO + ptUSDG Sep 26 Deployment Scripts - #154
Merged
Conversation
Kogaroshi
reviewed
May 28, 2026
Kogaroshi
approved these changes
May 28, 2026
avniculae
force-pushed
the
chore/pt-usdg-sep26
branch
from
June 19, 2026 16:18
1910706 to
616b268
Compare
Kogaroshi
approved these changes
Jun 19, 2026
| } | ||
|
|
||
| contract DeployOneUsd is XLayerScript { | ||
| contract DeployUSDGXLayer is XLayerScript { |
Member
There was a problem hiding this comment.
revert this or fix logic in makefile (see line 51)
Contributor
Author
There was a problem hiding this comment.
this requires a bigger PR to align all networks. I'd suggest to do this in a different PR
issue: #158
Kogaroshi
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR deploys, in order:
PriceCapAdapterStablewith a 1.04 price cap, backed by the USDG/USD Chainlink feed (0x14f0737d6b705259e521EA6E9E3506AC78dBd311), replacing the previous constant-1fixed USDG feed.USDG_ORACLE).The PT adapter references the CAPO via
GovV3Helpers.predictDeterministicAddress, so the deterministic addresses are consistent regardless of deploy order (deploy the CAPO first, then the PT feed).Deploy contracts:
DeployUSDGEthereum, thenDeployPtUSDG24Sep2026Ethereum.It also deploys the equivalent USDG CAPO on the chains where the Ink whitelabel instance sources USDG, each a
PriceCapAdapterStablewith a 1.04 price cap backed by the local USDG/USD Chainlink feed, replacing the previous constant-1fixed USDG feed:0xdb3B1fa77CF2c9597f9d4871Bed1Df03D096fdf3). Deploy contract:DeployUSDGCappedInk.0x385C6bDDE06b0E438319bF4ddBfFe51C521ABf3D). Deploy contract:DeployUSDGXLayer.