Update README.md

Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
AlienTornadosaurusHex 2023-06-21 22:10:31 +00:00
parent 73c244c019
commit f678a160e3

@ -5,6 +5,7 @@ The `infrastructure-upgrade` repository. This contains `relayer-registry` contra
* [Latest Contracts](./src/v2/) * [Latest Contracts](./src/v2/)
* [Contract Tests](./test/) * [Contract Tests](./test/)
* [Test Coverage](./coverage/) * [Test Coverage](./coverage/)
* [Gas usage](./gas/all.md)
* [Storage Layout](./storage/) * [Storage Layout](./storage/)
* [Deployment Scripts](./script/) * [Deployment Scripts](./script/)
@ -19,4 +20,4 @@ yarn build
forge build forge build
``` ```
`yarn build` has to execute a script to modify a single Uniswap dependency because of a stupid version pragma, if you check it out (in `script/setup.sh`) you will just notice that it goes into the file mentioned and changes the version pragma from 0.7.0 to 0.6.12. That is all of the changes needed. `yarn build` has to execute a script to modify a single Uniswap dependency because of a stupid version pragma, if you check it out (in `script/setup.sh`) you will just notice that it goes into the file mentioned and changes the version pragma from 0.7.0 to 0.6.12. That is all of the changes needed.