Skip to content

Commit

Permalink
info example
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Svarz committed Oct 15, 2024
1 parent 2fdd386 commit 9ded073
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Use `src/Entrypoint.sol` with Foundry.

I.e. ideal for the immutable part of the upgradeable project architecture.

# Example usage

https://github.com/radeksvarz/uupsentrypoint_example

Deployed on Sepolia: https://eth-sepolia.blockscout.com/address/0xC0bf4d3F67B0B516930B28A90fe4022F20bEbE96?tab=contract

# Compatibility

Compatible replacement of:
Expand Down
1 change: 1 addition & 0 deletions src/Entrypoint.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity ^0.8.20;

/**
* @notice Entrypoint ERC-1967 proxy and storage contract for the UUPS based architecture
* @author @radeksvarz
* @author Adapted from OpenZeppelin
* @dev Enables to call initialization function to avoid frontrunning
*/
Expand Down

0 comments on commit 9ded073

Please sign in to comment.