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

Feat extended safe info #580

Merged
merged 4 commits into from
Jun 12, 2024
Merged

Feat extended safe info #580

merged 4 commits into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. chore: update yarn.lock

    compojoom committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6738a87 View commit details
    Browse the repository at this point in the history
  2. feat: getInfo endpoint returns extended Safe Info

    api-kit’s getSafeInfo endpoint returns way more information than our
    communicator’s getInfo endpoint. This causes some dapps to use the
    getInfo endpoint for just the readOnly flag (when running in an iframe)
    and then to do api-kit getSafeInfo for the nonce and other props.
    By returning nearly the same information from the getInfo endpoint we
    make developers live easier.
    
    .
    compojoom committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ee5cb36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e61087 View commit details
    Browse the repository at this point in the history
  4. chore: generate dist files

    compojoom committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    60e8ed1 View commit details
    Browse the repository at this point in the history