unlock
unlock copied to clipboard
Redeploy Swap Burner
There is a mistake in the script where we deployed using the UniversalRouter address in constructor params, while we should have used the SwapRouter address on each chain.
https://github.com/unlock-protocol/unlock/blob/master/governance/scripts/deployments/swapBurner.js
We are actually going to use the UniversalRouter which is the latest Uniswap tech recommended, so changing the contract instead of the deployed script.
This has been addressed