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

Add explainer image for OWR and contract addresses #365

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/sc/introducing-obol-splits.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ Validators have two streams of revenue, the consensus layer rewards and the exec

### Optimistic Withdrawal Recipient

<span
style={{
backgroundColor: '#2D4D53',
borderRadius: '2px',
color: '#fff',
padding: '0.2rem',
display: 'block',
}}>
<img src="/img/obol_owr_split.png" alt="Optimistic Withdrawal Recpient graphic"></img>
</span>

This is the primary withdrawal recipient Obol uses, as it allows for the separation of reward from principal, as well as permitting the ongoing withdrawal of accruing rewards.

An Optimistic Withdrawal Recipient [contract](https://github.com/ObolNetwork/obol-splits/blob/main/src/owr/OptimisticWithdrawalRecipient.sol) takes three inputs when deployed:
Expand Down Expand Up @@ -54,7 +65,7 @@ The OptimisticWithdrawalRecipient contract is deployed via a [factory contract](
|---------|-------------------------------------------------------------------------------------------------------------------------------|
| Mainnet | [0x119acd7844cbdd5fc09b1c6a4408f490c8f7f522](https://etherscan.io/address/0x119acd7844cbdd5fc09b1c6a4408f490c8f7f522) |
| Goerli | [0xe9557FCC055c89515AE9F3A4B1238575Fcd80c26](https://goerli.etherscan.io/address/0xe9557FCC055c89515AE9F3A4B1238575Fcd80c26) |
| Holesky | |
| Holesky | [0x7fec4add6b5ee2b6c1cba232bc6db754794cb6df](https://holesky.etherscan.io/address/0x7fec4add6b5ee2b6c1cba232bc6db754794cb6df) |
| Sepolia | [0xca78f8fda7ec13ae246e4d4cd38b9ce25a12e64a](https://sepolia.etherscan.io/address/0xca78f8fda7ec13ae246e4d4cd38b9ce25a12e64a) |

### Exitable Withdrawal Recipient
Expand Down Expand Up @@ -83,7 +94,7 @@ The Immutable Split Controller [factory contract](https://github.com/ObolNetwork

| Chain | Address |
|---------|-------------------------------------------------------------------------------------------------------------------------------|
| Mainnet | |
| Mainnet | [0x49e7cA187F1E94d9A0d1DFBd6CCCd69Ca17F56a4](https://etherscan.io/address/0x49e7cA187F1E94d9A0d1DFBd6CCCd69Ca17F56a4)|
| Goerli | [0x64a2c4A50B1f46c3e2bF753CFe270ceB18b5e18f](https://goerli.etherscan.io/address/0x64a2c4A50B1f46c3e2bF753CFe270ceB18b5e18f) |
| Holesky | |
| Sepolia | |
Binary file added static/img/obol_owr_split.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading