### Feedback ``` await Safe.init({ provider: RPC_URL, signer: SIGNER_PRIVATE_KEY, safeOptions: { owners: [SIGNER_ADDRESS], threshold: 1 } }) ``` I think it probably mixed up the params with `createSafeClient` in the example? ### How can this issue be resolved? Changing it to use `predictedSafe` instead? ### Are you interested in working on this? - [ ] I would like to implement/fix this issue