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

return promise from siweConfig.createMessage #324

Closed
wants to merge 4 commits into from

Conversation

anukul
Copy link

@anukul anukul commented Nov 28, 2023

Related - #323

Copy link

vercel bot commented Nov 28, 2023

@anukul is attempting to deploy a commit to the Aave Team on Vercel.

A member of the Team first needs to authorize it.

@anukul
Copy link
Author

anukul commented Dec 13, 2023

cc @lochie

@@ -21,7 +21,7 @@ export type SIWEConfig = {
nonce: string;
address: string;
chainId: number;
}) => string;
}) => Promise<string>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should allow for both string | Promise<string> to avoid breaking changes

Copy link

vercel bot commented Feb 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
connectkit-testbench ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2024 1:42am

lochie added a commit that referenced this pull request Jun 4, 2024
@lochie
Copy link
Member

lochie commented Jun 4, 2024

adding support for this in #387

@lochie lochie closed this Jun 4, 2024
lochie added a commit that referenced this pull request Jun 5, 2024
* viem siwe

* wagmi fix

* cleanup

* handle all chains

* use parseSiweMessage

* types

* types

* Update package.json

* user defined chain

* add public client

* include type

* use config

* update packages

* bump versions + fix types

* update packages

* better error information

* fix merge

* add async support ( #324 )

* versions

* Update CHANGELOG.md

* bump viem

* bump

* dep fix

* fix testebench

* deo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants