[ADHOC] Deploy Time-Based Incentive V2 upgrade on Worldchain#522
[ADHOC] Deploy Time-Based Incentive V2 upgrade on Worldchain#522mmackz wants to merge 1 commit intofeature/timebased-incentivesfrom
Conversation
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
1 similar comment
|
Deploys the upgraded Time-Based Incentive (TBI) system on Worldchain (chain 480), introducing new contract implementations for the incentive campaign and manager components.
Changes
New Contract Deployments:
TimeBasedIncentiveCampaignimplementation contract at0xe20e335C56B5bC03AaDfe81529F0FD3136E15F91TimeBasedIncentiveManagerimplementation contract at0xa0f08989ea0E5677e643CbdA7c772E42B386c9BFProxy Upgrades:
TimeBasedIncentiveManagerproxy to use the new manager implementationsetCampaignImplementation()Deployment Artifacts:
Rationale
This upgrade delivers the V2 iteration of the Time-Based Incentive system, likely incorporating improvements, bug fixes, or enhanced functionality. The deployment follows a standard proxy upgrade pattern, allowing the system to retain its existing state and address while benefiting from the new implementation logic.
Summary by CodeRabbit
New Features
Chores