Commit c4a44c97 authored by BE Water's avatar BE Water Committed by GitHub

make the solidity code path correct. (#12959)

parent 99150d3d
......@@ -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`](./src/universal/Proxy.sol) contract designed to be owned by a
corresponding [`ProxyAdmin`](./src/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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment