Skip to content

Commit

Permalink
Merge pull request #26 from bossm0n5t3r/update-rocket-storage-link
Browse files Browse the repository at this point in the history
Update RocketStorage.sol link in docs/eternal_storage.md
  • Loading branch information
fravoll authored Mar 15, 2023
2 parents d4bbb4b + bf60d45 commit 534fd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/eternal_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ be mitigated by a proper rule set for version changes, or decentralized ownershi

## Known Uses

The Eternal Storage pattern is used in the upgradeability strategy of [Rocket Pool](https://github.com/rocket-pool/rocketpool/blob/master/contracts/RocketStorage.sol), a decentralized proof of stake pool. They try to overcome the issue of trust loss by
disabling the direct access of the owner to the contract, after he has initialized it.
The Eternal Storage pattern is used in the upgradeability strategy of [Rocket Pool](https://github.com/rocket-pool/rocketpool/blob/master/contracts/contract/RocketStorage.sol), a decentralized proof of stake pool. They try to overcome the issue of trust loss by
disabling the direct access of the owner to the contract, after he has initialized it.

[**< Back**](https://fravoll.github.io/solidity-patterns/)

0 comments on commit 534fd18

Please sign in to comment.