UniswapV2 contracts
This is needed for Gwyneth testing. Currently available repository: https://github.com/taikoxyz/uniswap-v2-deploy was good till today, but it is lacking smart contracts (deploys from bytecode) and thus smart contract verification is not possible.
After prereuqisites (such as nodes are up and running) install uniswap and tokens accordingly.
(If L1 or other network is running on localhost 32002)
$ forge script script/UniswapDeployer.s.sol --rpc-url http://localhost:32002 --broadcast --legacy
$ forge script script/DeployTokens.s.sol --rpc-url http://localhost:32002 --broadcast --legacy