-
Notifications
You must be signed in to change notification settings - Fork 79
Replace litConnectModal with Wagmi #751
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
Closed
Closed
Changes from 2 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c235094
replace litConnectModal with wagmi
anshss 94c091a
Merge branch 'master' into anshs
Ansonhkg 429b95c
fix: linting errs
anshss c2e4e6d
refactor: litConnectModal as deafult
anshss 456ad3b
chore: update version to `7.0.4`
Ansonhkg 6711032
feat: wagmi as optional
anshss 9fd958c
fmt
Ansonhkg 1525da4
Merge pull request #753 from LIT-Protocol/v7.0.4-Publish
Ansonhkg 412264b
fmt
Ansonhkg 382d38d
Merge branch 'master' into anshs
Ansonhkg 39af557
docs: improve package descriptions in READMEs
devin-ai-integration[bot] b3f6537
docs: update core package READMEs with improved descriptions and exam…
devin-ai-integration[bot] dd4a818
docs: update auth package READMEs with improved descriptions
devin-ai-integration[bot] 14b4c41
docs: update PKP package READMEs with improved documentation
devin-ai-integration[bot] 873aacf
docs: improve package descriptions and standardize README formatting
devin-ai-integration[bot] 19054af
docs: improve root README.md organization and clarity
devin-ai-integration[bot] 5884685
docs: fix formatting issues in README.md
devin-ai-integration[bot] 7893a7c
doc: clean up devin's work
Ansonhkg 763bd14
fmt
Ansonhkg fee3b14
doc: cleanup Devin's work
Ansonhkg 862199b
fix logger test
susumutomita 30f3217
fix wrapped keys test issue760
susumutomita 9f0bcde
docs: address reviewer feedback on README
devin-ai-integration[bot] 45efa33
chore: fix formatting
devin-ai-integration[bot] 6cd6f07
Update packages/pkp-base/README.md
Ansonhkg 90ee710
chore: apply prettier formatting
devin-ai-integration[bot] 35137ce
feat: fix feedback devin missed
FedericoAmura 0801de0
feat: fix feedback devin missed
FedericoAmura b1ed607
Merge pull request #761 from susumutomita/fix/wrapped-keys-test-issue760
Ansonhkg 71a8f2d
Merge pull request #759 from susumutomita/bugfix/logger-tests-issue758
Ansonhkg 6fb9791
Merge pull request #754 from LIT-Protocol/devin/1735845077-update-rea…
Ansonhkg e1fd8bd
Merge branch 'master' into anshs
Ansonhkg f1d068d
fix(ci): update Rust version to 1.83.0 for wasm compatibility
Ansonhkg d4e1a64
Merge pull request #766 from LIT-Protocol/feature/lit-4129-js-sdk-fix…
Ansonhkg 309512b
Merge branch 'master' into anshs
Ansonhkg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we throw a
ParamsMissingError
or anotherLitError
? 🙏🏻Same on all other
throw Error
lines