Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Kiln multiClaim to new address (standalone helper contract) #166

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

0xvv
Copy link

@0xvv 0xvv commented Mar 18, 2024

When developing the new version of Kiln staking pool integration contracts we hit the max size for contracts on mainnet, to circumvent this problem we chose to extract the ExitQueueClaimHelper to a separate contract as it did not need to be in the same contract.

The standalone ExitQueueClaimHelper was deployed in this transaction : https://etherscan.io/tx/0xd661ed138bebcf49d433b8348ff42dc6bbe0f4ddd36f3fcdf22624cca09ea4e2

This pull request simply adds this new contract to Kiln's assets so multiClaim() calls can still be clear signed once they are not available on the integration contract.

The signature is left on the integration contract for now as it is still available until the upgrade.

@0xvv 0xvv requested a review from a team as a code owner March 18, 2024 14:42
@0xvv 0xvv changed the title Move Kiln multiClaim to new address (standalon helper contract) Move Kiln multiClaim to new address (standalone helper contract) Mar 18, 2024
@0xvv 0xvv force-pushed the kil-move-exit-queue-helper branch from 7ef6619 to 7b2d8b3 Compare March 18, 2024 16:21
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.

None yet

1 participant