Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 7, 2025
1 parent 9fdcb4b commit 2e0232b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eth_defi/lagoon/beacon_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def deploy_beacon_proxy(
) -> Contract:
"""Deploy a new proxy contract from the beacon master contract.
- Uses [OpenZeppelin beacon proxy contract deployment pattern](https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades/)
See https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades/blob/3a4bd0d10e945e82472b306776eb5ec272571945/src/Upgrades.sol#L295
Example:
Expand Down

0 comments on commit 2e0232b

Please sign in to comment.