Plasma Merkl: Omni reallocate + EOA operator + bizdev recipient - #2878
Merged
Merged
Conversation
Reallocate unclaimed campaign WXPL from the Balancer V3 Vault to Omni on Plasma (campaign 0x3a70b758…). Merkl needs a merkle-root update before the new recipient can claim; gen_merkl_claim_forward.py builds the follow-up claim + transfer to bizdev once proofs are available. Co-authored-by: gosuto.eth <gosuto-inzasheru@users.noreply.github.com>
Place the Vault→Omni WXPL reallocation under OmniAutoOps so merge to main auto-queues it via the Safe upload workflow. Co-authored-by: gosuto.eth <gosuto-inzasheru@users.noreply.github.com>
Phase 1 Merkl Vault→Omni WXPL reallocation is the only change shipped; claim + transfer to bizdev will follow after the merkle root updates. Co-authored-by: gosuto.eth <gosuto-inzasheru@users.noreply.github.com>
Contributor
|
Cursor Agent can help with this pull request. Just |
Contributor
|
FILENAME:
|
Contributor
|
FILENAME: |
… reports) + reformat JSON
gosuto-inzasheru
enabled auto-merge
September 7, 2026 09:36
Co-authored-by: gosuto.eth <gosuto-inzasheru@users.noreply.github.com>
OmniAutoOps: reallocate Vault→bizdev on Plasma campaign 0x3a70b758… so rewards accrue to bizdev. MaxiOps: one-time Distributor.toggleOperator for EOA 0x4BC812… so that EOA can claim for bizdev without Safe signing on each merkle-root update. Co-authored-by: gosuto.eth <gosuto-inzasheru@users.noreply.github.com>
… reports) + reformat JSON
Reallocate Vault→Omni, toggle EOA claim operator on Omni, and set WXPL claim recipient to bizdev so one OmniAutoOps Safe batch unlocks EOA claiming with tokens landing on bizdev. Co-authored-by: gosuto.eth <gosuto-inzasheru@users.noreply.github.com>
… reports) + reformat JSON
gosuto-inzasheru
deleted the
cursor/plasma-merkl-wxpl-reallocate-df74
branch
September 8, 2026 13:17
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.
Summary
Single Omni Safe payload on Plasma for Merkl campaign
0x3a70b758…(~226k unclaimed WXPL on the Vault).toggleOperatorcan only be called by the earner, so reallocating to bizdev forced a second bizdev Safe TX. This payload keeps claimable on Omni and routes funds to bizdev at claim time instead.Payload (
OmniAutoOps/…, auto-queues on merge)reallocateCampaignRewards— Vault0xbA1333…→ OmnitoggleOperator— Omni authorizes EOA0x4BC8121278056BFCaC2BD14D455659224d6dDf48to submit claimssetClaimRecipient— Omni’s claimed WXPL is sent to bizdev0xF3B4829…After Merkl’s merkle-root update, the EOA claims for Omni; WXPL lands on bizdev (no further Safe signing for claims).
Validation
eth_callsuccessfully from OmniSlack Thread