Chris Carella
@ccarella.eth
running into a technical issue with Safe and wondering if anyone has run into this: 2 weeks ago Safe disabled multisig tx's with delegate call: https://github.com/safe-global/safe-transaction-service/releases. We were using safe to initialize our smart contracts which use proxies. Supposedly we can add exceptions by deploying a guard module, which I have never done. Anyone running into this to or have any caveats when using modules with a safe?
2 replies
6 recasts
6 reactions
calldata
@calldata
If your target (proxy) is doing a delegatecall, those are still supported. What’s not supported is operation=1 aka delegatecall from the multisig itself.
1 reply
0 recast
1 reaction
Matt
@mattcasey
I have been looking at this and now I think the problem we are having is because we are sending multiple transactions at once, and it requires delegating to the MultiSend contract.
0 reply
0 recast
0 reaction