-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SIWE button * Simplify LoginModal setup. Update login ui to match web and launcher * Lowercase separator text * Update external wallet logic (WIP) * Update Thirdweb sdk to 5.11.1 * Prompt user to switch to correct network before using wallet connect * Only init WalletConnect after clicking Wallet button * Add config option to toggle wallet login * Use ecosystem wallets for external wallets flow * Improve UX on WalletConnect flow * Avoid unnecessary transition modal animation on wallet connect * Remove hardcoded chain id --------- Co-authored-by: lefarchi <[email protected]>
- Loading branch information
1 parent
cb0728a
commit 81744ef
Showing
20 changed files
with
1,455 additions
and
3,092 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "Thirdweb.Plugins", | ||
"rootNamespace": "", | ||
"references": [ | ||
"Unity.TextMeshPro" | ||
], | ||
"includePlatforms": [], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [], | ||
"versionDefines": [], | ||
"noEngineReferences": false | ||
{ | ||
"name": "Thirdweb.Plugins", | ||
"rootNamespace": "", | ||
"references": [ | ||
"Unity.TextMeshPro" | ||
], | ||
"includePlatforms": [], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [], | ||
"versionDefines": [], | ||
"noEngineReferences": false | ||
} |
Binary file not shown.
This file contains 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 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 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.