Conversation
|
cd4ecdd to
da4edb9
Compare
|
Looks like something is wrong based on the failing devnet with deployed contracts Digging in:
Looking at the calldata $ cast 4byte 0x58a997f6
depositERC20(address,address,uint256,uint32,bytes) |
|
Looks like the |
Puts the SystemDictator behind a standard Proxy contract. By putting the SystemDictator behind a proxy, we can work our way out of pretty much any error type. The owner of the proxy will be the controller as defined in the deploy config.
da4edb9 to
7312f43
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Description
Puts the SystemDictator behind a standard Proxy contract. By putting the SystemDictator behind a proxy, we can work our way out of pretty much any error type. The owner of the proxy will be the controller as defined in the deploy config.