Go to file
AlienTornadosaurusHex 307cc33d8c router will call staking reward addition
Signed-off-by: AlienTornadosaurusHex <>
2023-06-20 13:14:36 +00:00
.github/workflows init 2023-04-08 18:46:18 +00:00
.vscode init 2023-04-08 18:46:18 +00:00
coverage router will call staking reward addition 2023-06-20 13:14:36 +00:00
deprecated Move deprected to top level 2023-06-16 22:47:51 +00:00
gas router will call staking reward addition 2023-06-20 13:14:36 +00:00
lib init 2023-04-08 18:46:18 +00:00
script Move deprected to top level 2023-06-16 22:47:51 +00:00
src router will call staking reward addition 2023-06-20 13:14:36 +00:00
storage router will call staking reward addition 2023-06-20 13:14:36 +00:00
test Mostly finalize design 2023-06-20 12:47:48 +00:00
.env.example use uniswap v2 for twap 2023-06-16 01:12:39 +00:00
.gitignore use uniswap v2 for twap 2023-06-16 01:12:39 +00:00
.gitmodules init 2023-04-08 18:46:18 +00:00
.solhint.json init 2023-04-08 18:46:18 +00:00
foundry.toml use uniswap v2 for twap 2023-06-16 01:12:39 +00:00
package.json Start testing contracts 2023-06-10 00:14:20 +00:00
README.md make updating fees safer, trash gas reports because foundry issues 2023-06-17 20:08:51 +00:00
remappings.txt use uniswap v2 for twap 2023-06-16 01:12:39 +00:00

relayer-registry

The relayer-registry infra repository.

Install

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.