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

feat: replace wcm with appkit, create options mapping function #5564

Draft
wants to merge 26 commits into
base: v2.0
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e8decc1
feat: replace wcm with appkit, create options mapping function
tomiir Dec 19, 2024
326e1f5
chore: remove viem
tomiir Dec 19, 2024
6539f9c
chore: debugging
tomiir Jan 20, 2025
58360af
chore: update rollup and appkit deps
tomiir Jan 20, 2025
24ecd20
Update with v2.0
tomiir Jan 20, 2025
38d9720
chore: update lock
tomiir Jan 20, 2025
1366d17
chore: update to appkit basic canary 2
tomiir Jan 24, 2025
88acc25
chore: use basic setuop
tomiir Jan 24, 2025
55fecf9
chore: include optionalChains with chains
magiziz Jan 29, 2025
3a45293
chore: update to appkit canary 3
tomiir Jan 30, 2025
04c7da3
chore: update appkit, remove viem
tomiir Jan 30, 2025
2bac726
chore: update lock
tomiir Jan 30, 2025
ba1e8b9
Merge branch 'v2.0' of github.com:WalletConnect/walletconnect-monorep…
tomiir Jan 30, 2025
aed4f5d
chore: update lock
tomiir Jan 30, 2025
8ed165a
chore: type issue
tomiir Jan 30, 2025
44cae9c
chore: update to appkit basic canary 5
tomiir Jan 31, 2025
d3bdbfc
chore: update ak to preview 6
tomiir Feb 4, 2025
55f7da1
chore: set color mix strength to 0
magiziz Feb 5, 2025
d0673d1
chore: open appkit modal before connecting
magiziz Feb 6, 2025
f547225
chore: show error message when error is thrown
magiziz Feb 7, 2025
b01a3b6
chore: remove close call
magiziz Feb 7, 2025
68347c6
Merge pull request #5632 from WalletConnect/chore/optimize-appkit
magiziz Feb 7, 2025
bb839cd
chore: update ak basic canary
tomiir Feb 7, 2025
b893705
chore: add manual control
tomiir Feb 7, 2025
1b0c275
chore: update to appkit core canary 1
tomiir Feb 11, 2025
222ad50
chore: update to ak preview core 2
tomiir Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ npm-debug.log*
lerna-debug.log
*.lerna_backup

# Bundle
**/bundle-stats.html

# Runtime data
pids
*.pid
Expand Down
9 changes: 2 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"npmClient": "npm",
"packages": [
"packages/*",
"providers/*"
],
"packages": ["packages/*", "providers/*"],
"command": {
"run": {
"ignore": [
"packages/web3wallet"
]
"ignore": ["packages/web3wallet"]
}
},
"version": "2.18.0"
Expand Down
Loading
Loading