-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce Avalanche PriceMin to 1 gwei [SHIP-4085] #15735
Merged
Merged
Conversation
This file contains 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
friedemannf
commented
Dec 17, 2024
@@ -11,9 +11,8 @@ FinalizedBlockOffset = 2 | |||
NoNewFinalizedHeadsThreshold = '1m' | |||
|
|||
[GasEstimator] | |||
PriceDefault = '25 gwei' | |||
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the PriceMax setting as it's already part of the fallback values
amaechiokolobi
approved these changes
Dec 17, 2024
friedemannf
added a commit
to smartcontractkit/ccip
that referenced
this pull request
Dec 17, 2024
https://smartcontract-it.atlassian.net/browse/SHIP-4086 Reduce the default PriceMin and PriceDefault for Avalanche to `1 gwei` to account for [ACP-125](https://github.com/avalanche-foundation/ACPs/tree/main/ACPs/125-basefee-reduction) Copy of smartcontractkit/chainlink#15735
prashantkumar1982
approved these changes
Dec 17, 2024
ogtownsend
added a commit
to smartcontractkit/ccip
that referenced
this pull request
Jan 8, 2025
Cherry picking core PRs into ccip: 1. smartcontractkit/chainlink#15828 2. smartcontractkit/chainlink#15858 3. smartcontractkit/chainlink#15735 --------- Co-authored-by: Jasmin Bakalovic <49901238+athegaul@users.noreply.github.com> Co-authored-by: joaoluisam <joao.luismoreira@smartcontract.com> Co-authored-by: Friedemann Fürst <59653747+friedemannf@users.noreply.github.com> Co-authored-by: Sishir Giri <sishirg27@gmail.com> Co-authored-by: Dmytro Haidashenko <34754799+dhaidashenko@users.noreply.github.com>
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.
https://smartcontract-it.atlassian.net/browse/SHIP-4085
Reduce the default PriceMin and PriceDefault for Avalanche to
1 gwei
to account for ACP-125