Voting Cycle #3: Roundup

how were you able to get the mulit-sig working with Gnosis? That is the part we are kind of stuck with

From @ScaleWeb3’s response and Gnosis’s guide:

It needs to be noted that Safes with the same addresses on L2 and sidechains work out of the box with the Web and desktop UI. However, existing Safe addresses on Eth mainnet re-created on L2/sidechains (and vice versa) do not load up within our UI. This is because they use different singleton contracts.

We found the same Gnosis Safe Proxy Factory that we used on mainnet eth and on OP link. Use the createProxyWithNonce function and use the same input data you used on mainnet eth. That will generate the safe on OP. Just make sure you have the safe’s owners on OP as well. Typically the safe’s owners are EOA,s so it shouldn’t be an issue.

1 Like

Thank you sir for your answering :smiling_face_with_three_hearts: :smiling_face_with_three_hearts: :smiling_face_with_three_hearts: