Deployment: Liquidity Bootstrapping Pool V4 - #399
Merged
Merged
Conversation
# Conflicts: # CHANGELOG.md # action-ids/arbitrum/action-ids.json # action-ids/avalanche/action-ids.json # action-ids/base/action-ids.json # action-ids/gnosis/action-ids.json # action-ids/hyperevm/action-ids.json # action-ids/mainnet/action-ids.json # action-ids/monad/action-ids.json # action-ids/optimism/action-ids.json # action-ids/plasma/action-ids.json # action-ids/sepolia/action-ids.json # action-ids/xlayer/action-ids.json # addresses/arbitrum.json # addresses/avalanche.json # addresses/base.json # addresses/gnosis.json # addresses/hyperevm.json # addresses/mainnet.json # addresses/monad.json # addresses/optimism.json # addresses/plasma.json # addresses/sepolia.json # addresses/xlayer.json # deployment-txs/arbitrum.json # deployment-txs/avalanche.json # deployment-txs/base.json # deployment-txs/gnosis.json # deployment-txs/hyperevm.json # deployment-txs/mainnet.json # deployment-txs/monad.json # deployment-txs/optimism.json # deployment-txs/plasma.json # deployment-txs/sepolia.json # deployment-txs/xlayer.json
joaobrunoah
approved these changes
May 18, 2026
| TestBalancerToken, | ||
| Router: TrustedRouter, | ||
| PauseWindowDuration: 4 * YEAR, | ||
| PauseWindowDuration: 75 * 12 * MONTH, |
Member
There was a problem hiding this comment.
We changed it to 75 years?
Well, after the stable stuff, that's safer for sure.
Collaborator
Author
There was a problem hiding this comment.
I personally think 75 years is excessive, but it's how Juani deployed the other pools, so I stayed with it.
Probably 10 would be fine (25 if we want to be crazy). 75 is actually bumping up against the uint32 limit (or it will in 6 years). We might as well just do type(uint32).max at that point.
I didn't want to leave it at 4 (the old leftover value).
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.
Deployment: Liquidity Bootstrapping Pool (V4)
This is the same as V3, minus the migration features.
One code change: had to extend the pause window to the current standard (still had the old value).
Deployment tasks checklist:
readmeCHANGELOGis updatedIssue Resolution