Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feedback] safeOptions is not exists in Safe.init ? #685

Open
1 task
tonyfung99 opened this issue Feb 6, 2025 · 0 comments
Open
1 task

[Feedback] safeOptions is not exists in Safe.init ? #685

tonyfung99 opened this issue Feb 6, 2025 · 0 comments
Labels
nextra-feedback Feedback submitted through Nextra

Comments

@tonyfung99
Copy link

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
@tonyfung99 tonyfung99 added the nextra-feedback Feedback submitted through Nextra label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nextra-feedback Feedback submitted through Nextra
Projects
None yet
Development

No branches or pull requests

1 participant