We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation of the safe-core-sdk has an error in the API Reference / connect section: https://github.com/gnosis/safe-core-sdk/tree/main/packages/safe-core-sdk#api-reference
safe-core-sdk
API Reference
connect
The code sample for the contractNetworks property was probably copy-pasted from the create section. I assume it should use connect instead of create.
contractNetworks
create
Documentation should read like:
const safeSdk = await Safe.connect({ ethAdapter, safeAddress, contractNetworks })
The text was updated successfully, but these errors were encountered:
True! Thank you for the catch! :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
The documentation of the
safe-core-sdk
has an error in theAPI Reference
/connect
section:https://github.com/gnosis/safe-core-sdk/tree/main/packages/safe-core-sdk#api-reference
The code sample for the
contractNetworks
property was probably copy-pasted from thecreate
section. I assume it should useconnect
instead ofcreate
.Expected result
Documentation should read like:
The text was updated successfully, but these errors were encountered: