-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
# YieldNest Protocol | ||
|
||
## Holesky v0.0.1 | ||
|
||
### Implementations | ||
|
||
# Basic multisig-based flow | ||
| Contract Name | Contract Address | | ||
|----------------------------|-------------------------------------------| | ||
| ynETH | 0xfd35fdf7bf29ef93dda281b14d39d2bfc7d3150e | | ||
| StakingNodesManager | 0x844217581da1e0cf74bab131bc268838937c638d | | ||
| RewardsReceiver | 0x1fbedf3773418f20b9dfeafcd9d263030eb0e42f | | ||
| RewardsReceiver | 0xe7acc0533c650ad0cc11f57f81c38fa19634b1d7 | | ||
| StakingNode | 0x31ac316f7e7002fbbe52552612824dfd6a12c663 | | ||
| YieldNestOracle | 0x78e15e2f82ca181e63b8c5789a97001132462a69 | | ||
| RewardsDistributor | 0xb6ec4d9f71e437c672147c576f1c70ba5da8d159 | | ||
|
||
``` | ||
ynETH ERC4626 | ||
| | ||
withdrawETH | ||
| | ||
v | ||
+--------+ ETH +-------------------+ | ||
|Multisig|---------->|Ethereum Staking | | ||
+--------+ |Contract | | ||
| |(eigenPod as | | ||
| |withdrawal address)| | ||
| +-------------------+ | ||
| | | ||
| v | ||
| +-------------------+ | ||
| |Delegation to | | ||
+--------------->EigenLayer Node | | ||
| |Operator | | ||
| +-------------------+ | ||
| | ||
v | ||
+--------+ | ||
|eigenPod| | ||
+--------+ | ||
### Proxies | ||
|
||
``` | ||
| Contract Name | Contract Address | | ||
|----------------------------|-------------------------------------------| | ||
| ynETH Proxy | 0xd9029669bc74878bcb5be58c259ed0a277c5c16e | | ||
| ynETHProxyAdmin | 0x4ed4d42a2001d240e20304f58c626a63a3eb7ff4 | | ||
| StakingNodesManager Proxy | 0xc2387ebb4ea66627e3543a771e260bd84218d6a1 | | ||
| StakingNodesManager ProxyAdmin | 0xb0165e7584ebf6d76f0dd95e58dea6bdd759f238 | | ||
| RewardsDistibutor Proxy | 0x82915eff62af9fcc0d0735b8681959e069e3f2d8 | | ||
| RewardsDistibutor ProxyAdmin | 0xc0300eefe38a393681b6eca7912985a165d37c0e | | ||
| YieldNestOracle Proxy | 0xe13ea7327507a9f8e3d3ef74635ecb1e375ed98c | | ||
| YieldNestOracle ProxyAdmin | 0x16b0b532c7512035a812c59b04e65f135ad12142 | | ||
| ExecutionLayerReceiver Proxy | 0xa5e9e1ceb4cc1854d0e186a9b3e67158b84ad072 | | ||
| ExecutionLayer Reciever ProxyAdmin | 0x319f70591f72c5d69823dfc673acdfefd6aee5a1 | | ||
| ConsensusLayerReceiver Proxy | 0x706eed02702ffe9cbefd6a65e63f3c2b59b7ef2d | | ||
| ConsensusLayerReceiver ProxyAdmin | 0x6234fd395c1f090334606efbf3cbf3be46fcf177 | |