This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 128
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org requires the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
jnsdls
changed the title
refactor: update ConnectWallet component for simplified usage and import paths
refactor: ConnectWallet via v5
Jun 12, 2024
jnsdls
force-pushed
the
refactor/connect-wallet-cleanup
branch
from
June 12, 2024 06:48
a531d80
to
fbc8a54
Compare
jnsdls
force-pushed
the
refactor/connect-wallet-cleanup
branch
from
June 13, 2024 02:10
fbc8a54
to
da4ccc8
Compare
📝 Changed routes:
And 1 other route: Commit 2abc17b (https://thirdweb-dhq536k7m.thirdweb-preview.com). |
jnsdls
force-pushed
the
refactor/connect-wallet-cleanup
branch
from
June 14, 2024 01:26
da4ccc8
to
ae2ddac
Compare
jnsdls
force-pushed
the
refactor/connect-wallet-cleanup
branch
from
June 14, 2024 22:36
ae2ddac
to
b97c9b3
Compare
jnsdls
force-pushed
the
refactor/connect-wallet-cleanup
branch
from
June 16, 2024 23:52
b97c9b3
to
8fd04a6
Compare
jnsdls
force-pushed
the
refactor/connect-wallet-cleanup
branch
from
June 18, 2024 22:54
8fd04a6
to
5322112
Compare
jnsdls
force-pushed
the
refactor/connect-wallet-cleanup
branch
from
June 19, 2024 01:03
5322112
to
24c2ba6
Compare
jnsdls
force-pushed
the
update-dependencies
branch
from
June 19, 2024 02:36
8d57186
to
0b5d9d4
Compare
jnsdls
force-pushed
the
refactor/connect-wallet-cleanup
branch
from
June 19, 2024 02:36
24c2ba6
to
42c32dd
Compare
jnsdls
force-pushed
the
update-dependencies
branch
from
June 19, 2024 02:59
0b5d9d4
to
1ad5bf5
Compare
jnsdls
force-pushed
the
refactor/connect-wallet-cleanup
branch
from
June 19, 2024 03:54
42c32dd
to
2abc17b
Compare
moved: thirdweb-dev/js#3397 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PR-Codex overview
This PR focuses on updating the codebase to use the
useActiveAccount
hook instead ofuseAddress
for handling account-related functionality.Detailed summary
useAddress
withuseActiveAccount
for account-related operations in multiple files.fetchAuthToken
function exported fromuseApi.ts
.uploadContractMetadata
function to use theupload
function fromthirdweb/storage
.useActiveAccount
hook.