Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
recorrect the smart contract files structure (ethereum-optimism#11191)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickck11 authored Jul 22, 2024
1 parent 2de262e commit 834eec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Spacers MUST be `private`.

All contracts should be assumed to live behind proxies (except in certain special circumstances).
This means that new contracts MUST be built under the assumption of upgradeability.
We use a minimal [`Proxy`](./contracts/universal/Proxy.sol) contract designed to be owned by a
corresponding [`ProxyAdmin`](./contracts/universal/ProxyAdmin.sol) which follow the interfaces
We use a minimal [`Proxy`](./src/universal/Proxy.sol) contract designed to be owned by a
corresponding [`ProxyAdmin`](./src/universal/ProxyAdmin.sol) which follow the interfaces
of OpenZeppelin's `Proxy` and `ProxyAdmin` contracts, respectively.

Unless explicitly discussed otherwise, you MUST include the following basic upgradeability
Expand Down

0 comments on commit 834eec7

Please sign in to comment.