Skip to content

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

@tonyfung99

Description

@tonyfung99

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    nextra-feedbackFeedback submitted through Nextra

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions