Set SwapBurner in Unlock contract on Mainnet and Polygon
Goal of the proposal
This proposal sets the Swap Burner contract address in the main Unlock factory contract on the following chains: Ethereum,Polygon.
About this proposal
A SwapBurner helper contract has been deployed on all three chains and will be added as a setting to the main Unlock contract. This will enable the “swap and burn” feature of fees collected by the protocol on these chains, following the deployment of bridged versions of UDT there.
How it works
The proposal uses a cross-chain proposal pattern that, once passed, will send the calls to multiple chains at once. This pattern has been introduced and tested in a previous proposal.
The calls
This DAO proposal contains 2 calls:
Ethereum (1) 1 call
Changes sent to the Unlock contract at 0xe79B93f8E22676774F2A8dAd469175ebd00029FA
call setSwapBurner(0xfA3F427d2691ce680f96E6916a9Dac6c9042CBd2) and set the SwapBurner contract
Polygon (137) 1 call
Changes sent to the Unlock contract at 0xE8E5cd156f89F7bdB267EabD5C43Af3d5AF2A78f
call setSwapBurner(0x52690873b22B0949A3A2c1AaD22653218460A002) and set the SwapBurner contract
The Unlock Protocol Team