Skip to content

Create Pool booster central registry and Merkl pool booster on Mainnet - #2676

Merged
sparrowDom merged 5 commits into
masterfrom
sparrowDom/boosterSetupMainnet
Oct 6, 2025
Merged

Create Pool booster central registry and Merkl pool booster on Mainnet#2676
sparrowDom merged 5 commits into
masterfrom
sparrowDom/boosterSetupMainnet

Conversation

@sparrowDom

Copy link
Copy Markdown
Member

Code Change Checklist

To be completed before internal review begins:

  • The contract code is complete
  • Executable deployment file
  • Fork tests that test after the deployment file runs
  • Unit tests *if needed
  • The owner has done a full checklist review of the code + tests

@github-actions

github-actions Bot commented Oct 2, 2025

Copy link
Copy Markdown
Warnings
⚠️ 👀 This PR needs at least 2 reviewers

Generated by 🚫 dangerJS against b7863fd

@codecov

codecov Bot commented Oct 2, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 35.82%. Comparing base (c267e54) to head (b7863fd).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2676      +/-   ##
==========================================
- Coverage   38.28%   35.82%   -2.46%     
==========================================
  Files         112      112              
  Lines        5331     5331              
  Branches     1412     1412              
==========================================
- Hits         2041     1910     -131     
- Misses       3289     3420     +131     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

"PoolBoosterFactoryMerkl",
[
oeth.address,
addresses.mainnet.Timelock,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it could be nice to set the strategist here instead of the Timelock, because if for any reason the bribe creation fail, you will have to wait 5 days to create a new one.

@sparrowDom sparrowDom Oct 3, 2025

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes changed 👍 : 2090743

await withConfirmation(
cPoolBoostCentralRegistryProxy
.connect(sDeployer)["initialize(address,address,bytes)"](
dPoolBoostCentralRegistry.address,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should start the strategist as governor and change it later, when we are ready

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only to approve and remove factories. Is there any benefit to going initially with the strategist?

clement-ux
clement-ux previously approved these changes Oct 3, 2025

@clement-ux clement-ux left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea to rename oSonic to oToken!

Looks good to me 👍

Comment thread contracts/utils/addresses.js
shahthepro
shahthepro previously approved these changes Oct 3, 2025
@sparrowDom
sparrowDom merged commit e7c95c2 into master Oct 6, 2025
13 of 19 checks passed
@sparrowDom
sparrowDom deleted the sparrowDom/boosterSetupMainnet branch October 6, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants