Skip to content

frog@0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 23:47
· 65 commits to main since this release
d994a44

Minor Changes

  • #398 88b5361 Thanks @dalechyn! - Removed chainId property from the .signature handler response. See more.
    app.signature('/sign', (c) =>
      c.signTypedData({
    -   chainId: 'eip155:8543',
        /**/
      })

Patch Changes

  • #398 88b5361 Thanks @dalechyn! - Fixed a bug where Button.Signature would not set a correct post_url.