You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a lido custom script to create a file for clusters that contains a cluster invite, rewards address (Obol Split Wrapper Reward Address/ObolLidoSplit), splitter address (0xSplit Address/SplitWallet ).
🛠️ Proposed solution
Build a method to create a splitter for Lido cluster operators where ObolRAF is not a recipient, since its the feeRecipient of the ObolLidoSplit with 12.5% split. Will be similar to createObolTotalSplit in our sdk without the ObolRAF split so it can be refactored if put in the sdk. Split should be even for all the cluster operators?
2.Build a method to deploy ObolLidoSplit (The contract that does wrapping from stEth to wstEth cause splitter doesnt support a rebasing token) by calling createSplit from ObolLidoSplitFactory and passing the splitter address.
Holesky and Mainnet addresses for ObolLidoSplitFactory can be find in obol-splits readme.
The script should set the Lido withdrawal vault and Lido Execution Layer Rewards Vault addresses as withdrawal_address/fee_recipient_address in the cluster configuration.
Holesky and Mainnet addresses can be found here https://operatorportal.lido.fi/modules/community-staking-module
For major overhaul of docs, design doc link:
🧪 Tests
Netlify deployment build tests passing
👐 Additional acceptance criteria
❌ Out of Scope
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
We need a lido custom script to create a file for clusters that contains a cluster invite, rewards address (Obol Split Wrapper Reward Address/ObolLidoSplit), splitter address (0xSplit Address/SplitWallet ).
🛠️ Proposed solution
2.Build a method to deploy ObolLidoSplit (The contract that does wrapping from stEth to wstEth cause splitter doesnt support a rebasing token) by calling createSplit from ObolLidoSplitFactory and passing the splitter address.
Holesky and Mainnet addresses for ObolLidoSplitFactory can be find in obol-splits readme.
Holesky and Mainnet addresses can be found here https://operatorportal.lido.fi/modules/community-staking-module
🧪 Tests
👐 Additional acceptance criteria
❌ Out of Scope
The text was updated successfully, but these errors were encountered: