Skip to content

[ADHOC] Deploy Time-Based Incentive V2 upgrade on Worldchain#522

Open
mmackz wants to merge 1 commit intofeature/timebased-incentivesfrom
matthew/tbiV2-world-upgrade
Open

[ADHOC] Deploy Time-Based Incentive V2 upgrade on Worldchain#522
mmackz wants to merge 1 commit intofeature/timebased-incentivesfrom
matthew/tbiV2-world-upgrade

Conversation

@mmackz
Copy link
Contributor

@mmackz mmackz commented Feb 28, 2026

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:

  • Deploys TimeBasedIncentiveCampaign implementation contract at 0xe20e335C56B5bC03AaDfe81529F0FD3136E15F91
  • Deploys TimeBasedIncentiveManager implementation contract at 0xa0f08989ea0E5677e643CbdA7c772E42B386c9BF

Proxy Upgrades:

  • Upgrades the existing TimeBasedIncentiveManager proxy to use the new manager implementation
  • Registers the new campaign implementation with the manager proxy via setCampaignImplementation()

Deployment Artifacts:

  • Captures broadcast records with transaction hashes, receipts, and gas metrics for chain 480
  • Updates deployment manifest to reflect new contract addresses while maintaining alphabetical ordering

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

    • Deployed TimeBasedIncentiveCampaign and TimeBasedIncentiveManager contracts on chain 480
    • Completed contract initialization and upgrade procedures for the campaign system
  • Chores

    • Updated deployment configuration with new contract addresses

@changeset-bot
Copy link

changeset-bot bot commented Feb 28, 2026

⚠️ No Changeset found

Latest commit: 40c0f20

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "@boostxyz/test" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@coderabbitai
Copy link

coderabbitai bot commented Feb 28, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch matthew/tbiV2-world-upgrade

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the EVM label Feb 28, 2026
@jonathandiep
Copy link
Contributor

Warnings
⚠️

By using the [ADHOC] title prefix, you are bypassing best practice protections.

⚠️

Are you sure you want to be submitting a change without including a changeset? If you're just changing docs or tests, you probably don't need to. See the publishing section of the README for more info.

Generated by 🚫 dangerJS against 40c0f20

1 similar comment
@jonathandiep
Copy link
Contributor

Warnings
⚠️

By using the [ADHOC] title prefix, you are bypassing best practice protections.

⚠️

Are you sure you want to be submitting a change without including a changeset? If you're just changing docs or tests, you probably don't need to. See the publishing section of the README for more info.

Generated by 🚫 dangerJS against 40c0f20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants