Uniswap / universal-router

Uniswap's Universal Router for NFT and ERC20 swapping
GNU General Public License v3.0
396 stars 204 forks source link

change permit2 gh url #296

Closed restlessronin closed 1 year ago

restlessronin commented 1 year ago

@hensha256 I could not link the permit2 submodule until I made this change. I then had to git submodule deinit lib/permit2 followed by git submodule init/

shuhuiluo commented 1 year ago

Closes #246.

hensha256 commented 1 year ago

Thanks for doing this! CI will fail due to this being a fork PR - so our process is that we have to merge this into a local branch and make a new PR into main so we can allow CI to run in full. I'll sort that now!