infrastructure-upgrade/README.md
AlienTornadosaurusHex ce43bb4787 Remove unnecessary files
Signed-off-by: AlienTornadosaurusHex <>
2023-06-22 16:49:22 +00:00

23 lines
726 B
Markdown

# relayer-registry
The `relayer-registry` infra repository.
* [Latest Contracts](./src/v2/)
* [Contract Tests](./test/)
* [Test Coverage](./coverage/)
* [Gas usage](./gas/all.md)
* [Storage Layout](./storage/)
* [Deployment Scripts](./script/)
## Install
```bash
git clone --recurse-submodules https://git.tornado.ws/AlienTornadosaurusHex/relayer-registry
cd relayer-registry
yarn
forge install
yarn 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.