v0.0.10, ic-use-siwe-identity
kristoferlund
released this
18 Mar 20:56
·
45 commits
to main
since this release
Changed
- The
login
function now returns aPromise
that resolves to theIdentity
of the logged in user. New signature:login: () => Promise<DelegationIdentity | undefined>
. - Upgraded wagmi to v2.5.7.
- This introduces TanStack Query as an additional dependency.
- Also, this means the signture for
signMessageStatus
has changed slightly tosignMessageStatus: "error" | "idle" | "pending" | "success"
.
- Upgraded viem to v2.8.4