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

chore/solana canary releases #2052

Merged
merged 248 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from 243 commits
Commits
Show all changes
248 commits
Select commit Hold shift + click to select a range
27ee796
Initial Solana setup
gooxpf Jan 4, 2024
f9afca6
test: github push access with fixing ts error
phoenixVS Jan 4, 2024
bdd2848
feat: solana network controller integration, fix layout, solana scaff…
phoenixVS Jan 5, 2024
1986b87
feat: added e2e tests for solana
phoenixVS Jan 5, 2024
e10a8b6
feat: set up connectors for wallets, and listener for set up user wallet
phoenixVS Jan 8, 2024
80abbdb
Fix solana build issue.
gooxpf Jan 9, 2024
e55b745
Add EIP6963 boolean to solana config interface
gooxpf Jan 9, 2024
9f580d1
Merge branch 'V3' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Jan 10, 2024
5a5a591
Resolve pulling issues from v3
gooxpf Jan 10, 2024
5813f63
feat: init connector class, set up networks (#1735)
valentyn-solana Jan 10, 2024
165ca24
fix: ts errors in universal provider, added wallet-connect
phoenixVS Jan 10, 2024
deaa420
test: resolved after connect
phoenixVS Jan 10, 2024
d3a3b47
feat: injected connector, phantom
phoenixVS Jan 11, 2024
572f0e7
feat!: phantom loader statuses
phoenixVS Jan 11, 2024
8ccdf70
feat!: connected status, error | loading modal
phoenixVS Jan 11, 2024
6380b81
Add Solana Test Interactions view, fix solana package structure.
gooxpf Jan 11, 2024
9d3c7a2
Fix solscan link
gooxpf Jan 12, 2024
8421949
Add solfaucet link to solana transaction
gooxpf Jan 12, 2024
b73734e
feat: saving connected wallet to storage
phoenixVS Jan 12, 2024
dd3d6be
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Jan 12, 2024
cc3f149
feat: refresh set reconnect automatically
phoenixVS Jan 12, 2024
33ff8a4
fix: refactored and fixed connected status before connection settled
phoenixVS Jan 12, 2024
ecc1bd4
feat!: wallet connect integration for solana mainnet
phoenixVS Jan 16, 2024
ced2f81
feat: watcher for injected wallet, separated balance source
phoenixVS Jan 18, 2024
fa6172a
chore: added sources codes
phoenixVS Jan 18, 2024
68b6b5c
feat!: wc rpc and balances
phoenixVS Jan 18, 2024
47f90e6
Add caipNetworkIdToString
gooxpf Jan 19, 2024
857a715
Feat/solana wallet adapter (#1829)
valentyn-solana Jan 24, 2024
dde31cb
feat: sign message for WalletConnect solflare and phantom
phoenixVS Jan 26, 2024
f09a282
fix(ui): balance format
phoenixVS Jan 26, 2024
38878a7
Add chain id to local storage, fix account changes from phantom wallet
gooxpf Jan 26, 2024
970789d
chore: pull networks
phoenixVS Jan 26, 2024
51c14dc
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Jan 26, 2024
f202ccd
Fix solana utils build issue, scaffold-utils
gooxpf Jan 29, 2024
7e146a7
Fix build warnings in the solana package
gooxpf Jan 29, 2024
8d3068b
Temporary removed unused types.
gooxpf Jan 29, 2024
98a8331
feat: sign message wallet connect
phoenixVS Jan 29, 2024
994ef87
resolved conflicts
phoenixVS Jan 29, 2024
f5c201b
removed unused imports
phoenixVS Jan 29, 2024
c265797
Remove unnecessary imports
gooxpf Jan 29, 2024
fc6db51
Merge remote-tracking branch 'origin/feat/solana-integration' into fe…
gooxpf Jan 29, 2024
a1951ba
Remove Unnecessary imports in solana sign message.
gooxpf Jan 29, 2024
0065a39
fix: removed erroneous import in solana client
phoenixVS Jan 29, 2024
ee066c4
test: redeployment
phoenixVS Jan 29, 2024
77cf3eb
test: removed unused const
phoenixVS Jan 29, 2024
61829c4
feat: chain related wallets api
phoenixVS Jan 31, 2024
25ad1ee
fix: lint errors for deploy
phoenixVS Jan 31, 2024
f7233cc
feat!: signing legacy and versioned transactions
phoenixVS Feb 5, 2024
08a4268
Fix network changes
gooxpf Feb 5, 2024
824f73d
Merge branch 'feat/solana-integration' of github.com:WalletConnect/we…
gooxpf Feb 5, 2024
4f3f1dc
Fix Network changes
gooxpf Feb 5, 2024
04d67de
feat: sending verioned and legacy transactions
phoenixVS Feb 5, 2024
29e0763
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Feb 5, 2024
fef6e3c
feat: wallet agnostic logic, wallet connect sign and send transaction…
phoenixVS Feb 6, 2024
053c258
feat: tests for solana and balance fixes
phoenixVS Feb 7, 2024
7941cd2
Fix selected network chain id
gooxpf Feb 7, 2024
6c5290f
fix: network switch balance|address issue, installed wallets debug fo…
phoenixVS Feb 8, 2024
24d3918
chore: removed allert
phoenixVS Feb 8, 2024
1d2d6ff
feat: network switching for wallet connect
phoenixVS Feb 8, 2024
95e20c5
feat: changing networks when wallet is not connected, removed sign ty…
phoenixVS Feb 9, 2024
68a1517
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Feb 9, 2024
959a16a
feat: trust and backpack added, wallet adapters refactoring
phoenixVS Feb 13, 2024
664ea98
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Feb 13, 2024
c670083
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Feb 13, 2024
cf26951
Increase packages version
gooxpf Feb 13, 2024
52ced52
Merge branch 'feat/solana-integration' of github.com:WalletConnect/we…
gooxpf Feb 13, 2024
592f6bb
Fix package lock.
gooxpf Feb 13, 2024
e7c732f
feat!: fixed unsupported chain modal, added trust
phoenixVS Feb 14, 2024
badc72d
fix: hotfix unused var
phoenixVS Feb 14, 2024
54204b0
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Feb 15, 2024
4ef017e
Increased package version
gooxpf Feb 15, 2024
8010b70
Fix package lock
gooxpf Feb 15, 2024
1368b0a
feat: moved connection to sol store
phoenixVS Feb 15, 2024
fc27f72
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Feb 15, 2024
622e909
feat!: provider being set correctly
phoenixVS Feb 15, 2024
41eefc4
feat!: fixed trust qr code connection on mobile
phoenixVS Feb 21, 2024
56f387f
fix: phantom change network fix
phoenixVS Feb 21, 2024
b51482f
Fix fetch wallets after network changed
gooxpf Feb 22, 2024
a717c7a
fix: connection reinit after network changed
phoenixVS Feb 22, 2024
cfc9dd8
Add warning message about wallet chain
gooxpf Feb 22, 2024
998f875
Fix warning messages
gooxpf Feb 22, 2024
695035b
Add Solana Faucet links
gooxpf Feb 22, 2024
d2ecbc7
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Feb 26, 2024
b67d876
Pull from V4, resolve package lock issues.
gooxpf Feb 26, 2024
57e97e8
fix: wallet connect send transaction to cluster
phoenixVS Feb 27, 2024
164dcd7
Return eslint config from v4
gooxpf Feb 27, 2024
2c8ce8f
Fix trust wallet adapter issue.
gooxpf Feb 27, 2024
f0da940
fix: typescript in wallet connect connector
phoenixVS Feb 27, 2024
3ec566a
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Feb 27, 2024
a24ffe1
Fix trust wallet adapter issue.
gooxpf Feb 27, 2024
d5c9ec9
fix: ts errors in base connector and wallet adapters
phoenixVS Feb 27, 2024
2c7a53d
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Feb 27, 2024
b6bf7bc
fix: solana test files ts
phoenixVS Feb 27, 2024
7a8bf29
fix: types for wallet adapter window object
phoenixVS Feb 27, 2024
2a11884
fix: client.ts ts errors
phoenixVS Feb 27, 2024
f4573fa
fix: solana utils, name servise ts lint
phoenixVS Feb 27, 2024
4c4891f
fix: disconnect() in client
phoenixVS Feb 27, 2024
d22ee00
fix: wallet connect issue after using injected wallet, removed chainI…
phoenixVS Feb 28, 2024
9e9d3b7
fix: solflare wallet fix
phoenixVS Feb 28, 2024
9e228db
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Feb 28, 2024
5b33a06
Added solana to the test Libraries
gooxpf Feb 28, 2024
9483bad
Updated package lock.
gooxpf Feb 28, 2024
ab8ffe9
fix: infinite loading on switch network with wc
phoenixVS Feb 28, 2024
16c99bc
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Feb 28, 2024
5b3731d
test: skip pairing
phoenixVS Feb 28, 2024
81f8e1c
Removed address type from solana utils and client
gooxpf Feb 28, 2024
193e571
Changed react async disconnect
gooxpf Feb 28, 2024
690059d
Fix check caip network default value
gooxpf Feb 28, 2024
2a208a3
Fix wallet test eslint issue
gooxpf Feb 28, 2024
0accec8
Removed address type from wallet connect connector
gooxpf Feb 28, 2024
83e4476
Fixed provider type in react export
gooxpf Feb 28, 2024
0693e31
fix: switching networks and balance check in send transaction (Wallet…
phoenixVS Feb 28, 2024
447bdb5
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Feb 28, 2024
2fbc33a
fix: wallet provider typings
phoenixVS Feb 28, 2024
63350b9
fix: provider request typings
phoenixVS Feb 28, 2024
edcaa9f
Fixed prittier in solana utils
gooxpf Feb 28, 2024
709fdf4
Fixed prettier
gooxpf Feb 28, 2024
eea52d8
Fixed prettier format
gooxpf Feb 28, 2024
a9ad5dc
Fix danger dependencies warning
gooxpf Feb 28, 2024
b3fb1a5
Fixed bn version in solana package
gooxpf Feb 28, 2024
1078c9d
Switched back StoryBook version in gallery
gooxpf Feb 29, 2024
c9ec934
Remove unnecessary button
gooxpf Feb 29, 2024
8600746
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Feb 29, 2024
cf68fdc
Increased version to 4.0.11
gooxpf Feb 29, 2024
26b1020
fix: tests fix for solana added
phoenixVS Feb 29, 2024
86da457
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Feb 29, 2024
7a435d8
fix: regex list of files ignored in tests
phoenixVS Feb 29, 2024
feba86a
fix: correct regex
phoenixVS Feb 29, 2024
8c23218
Fixed prettier style
gooxpf Feb 29, 2024
067a1b0
fix: siwe and email playwright solana
phoenixVS Feb 29, 2024
d543c95
fix: conflict
phoenixVS Feb 29, 2024
9af393b
Account Button / Remove unnecessary space
gooxpf Mar 1, 2024
4966d32
Merge branch 'feat/solana-integration' of github.com:WalletConnect/we…
gooxpf Mar 1, 2024
c93b7d3
fix: tests refactoring
phoenixVS Mar 1, 2024
7560050
Merge branch 'feat/solana-integration' of github.com:WalletConnect/we…
gooxpf Mar 1, 2024
b399bdc
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 1, 2024
9128ad8
Prettier fix
gooxpf Mar 1, 2024
0953674
Prettier fix
gooxpf Mar 1, 2024
05a8f0c
fix: ui elements formatting
phoenixVS Mar 1, 2024
98e71ad
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Mar 1, 2024
233befd
Resolve minor imports and prettier
gooxpf Mar 1, 2024
056f9ae
Merge remote-tracking branch 'origin/feat/solana-integration' into fe…
gooxpf Mar 1, 2024
2ab121a
Fix prettier
gooxpf Mar 1, 2024
45089da
Fix prettier
gooxpf Mar 1, 2024
6dc8642
fix: formatting
phoenixVS Mar 1, 2024
0e995fa
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 1, 2024
8d33054
Update packages/solana/src/connectors/walletAdapters.ts
valentyn-solana Mar 1, 2024
2ae83d0
fix: github suggestion fix
phoenixVS Mar 1, 2024
7d24b2a
fix: merge with V4
phoenixVS Mar 1, 2024
86d130f
Fix prettier
gooxpf Mar 1, 2024
0240c1e
fix: removed brave from solana test list and comments
phoenixVS Mar 1, 2024
0dc15fe
Merge branch 'feat/solana-integration' of github.com:WalletConnect/we…
gooxpf Mar 1, 2024
2160742
Fix prettier
gooxpf Mar 1, 2024
fb6e58d
fix: .vscode to gitignore
phoenixVS Mar 1, 2024
68f0e4f
removed vscode folder
phoenixVS Mar 1, 2024
d3adca5
fix: now we have eslint plugin for prettier, and we can format using …
phoenixVS Mar 1, 2024
ee0764a
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Mar 1, 2024
2581243
feat: solana tests fixed
phoenixVS Mar 1, 2024
aa92079
fix: added correct cluster url for testnets
phoenixVS Mar 1, 2024
dfe4853
Fix packages version
gooxpf Mar 1, 2024
adaf001
Merge remote-tracking branch 'origin/feat/solana-integration' into fe…
gooxpf Mar 1, 2024
3c33c29
fix: removed intermediate variables
phoenixVS Mar 1, 2024
510af4c
Fix account button space issue
gooxpf Mar 1, 2024
7b9686c
fix: solana rpc documentation
phoenixVS Mar 1, 2024
438384f
fix: fixed tests, async race condition
phoenixVS Mar 1, 2024
77fadc9
fix: get rid of sign with eth in solana package
phoenixVS Mar 4, 2024
4c0143f
fix: naming and structure refactoring
phoenixVS Mar 4, 2024
2afcfa5
feat: namespaces are now optional namespaces
phoenixVS Mar 4, 2024
713fb80
Moved solana scaffold utils to solana package
gooxpf Mar 4, 2024
fd6eb4e
fix: gitignore
phoenixVS Mar 4, 2024
a385dfb
Fix preperation-execution-conclusion
gooxpf Mar 4, 2024
e8b6872
Merge remote-tracking branch 'origin/feat/solana-integration' into fe…
gooxpf Mar 4, 2024
facbf2a
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 4, 2024
0d967c2
Resolve conflicts with v4 / increased to 4.0.13
gooxpf Mar 4, 2024
fe3c10c
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 4, 2024
0e36aed
fix: refactored utils
phoenixVS Mar 5, 2024
f3813d7
fix: removed project id from solana utils
phoenixVS Mar 5, 2024
4e1185c
fix: disable email ethers tests for chrome and firefox
phoenixVS Mar 5, 2024
c09c1e4
fix: ether browser options
phoenixVS Mar 6, 2024
f230fff
fix: new solana ids
phoenixVS Mar 6, 2024
5938009
fix: chain name fix
phoenixVS Mar 6, 2024
ccd0b04
Resolved rpc link connection for wallet connect mainnet
gooxpf Mar 6, 2024
b92ca2c
Merge remote-tracking branch 'origin/feat/solana-integration' into fe…
gooxpf Mar 6, 2024
c405c88
fix: removed Solana Devnet and Testnet names from caip name record, n…
phoenixVS Mar 6, 2024
83dc01f
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Mar 6, 2024
1cbce7b
fix: remove unnecessary timeout
phoenixVS Mar 6, 2024
7264ad1
fix: imports
phoenixVS Mar 6, 2024
9047f3b
fix: chains moved to store, and now are using ones from options inste…
phoenixVS Mar 6, 2024
34fc9b3
feat!: solana network images
phoenixVS Mar 6, 2024
a2587f4
test: new wallet connect link for testing
phoenixVS Mar 6, 2024
a292ad4
fix: set react wallet connect link to one that works with solana
phoenixVS Mar 6, 2024
e1bdc68
fix: brang back tests for ethers
phoenixVS Mar 6, 2024
07589af
fix: rollback https://react-wallet.walletconnect.com/
phoenixVS Mar 6, 2024
20f9350
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 7, 2024
56e26c5
Resolved package lock
gooxpf Mar 7, 2024
4cf25de
Merge branch 'feat/solana-integration' of github.com:WalletConnect/we…
gooxpf Mar 7, 2024
7f88ec6
fix: removed chains from store util
phoenixVS Mar 7, 2024
d35311d
fix: network logo fix on init load
phoenixVS Mar 11, 2024
a0b158b
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 11, 2024
e17cafe
Fix packages versions, resolve package lock issues.
gooxpf Mar 11, 2024
2856be6
Update packages/solana/src/utils/clusterFactory.ts
gooxpf Mar 12, 2024
99deafc
fix: refactoring
phoenixVS Mar 12, 2024
908be89
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Mar 12, 2024
19de9be
Change render to ternary operator
gooxpf Mar 12, 2024
1bcf455
fix: removed extra constants solana
phoenixVS Mar 12, 2024
cbf01ab
Merge branch 'feat/solana-integration' of github.com:WalletConnect/we…
gooxpf Mar 12, 2024
5ee4d4f
Change render to ternary operator
gooxpf Mar 12, 2024
19b20c2
Account Button: Change render to ternary operator
gooxpf Mar 12, 2024
761c56e
temp: camel case rename issue
phoenixVS Mar 12, 2024
d2ca543
Rename connector to connectors
gooxpf Mar 12, 2024
0b8495b
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 13, 2024
c61e0e4
Remove get chains from api controller, used network controller state
gooxpf Mar 13, 2024
498f03c
Temporary removed check installed function
gooxpf Mar 13, 2024
cff6dea
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 13, 2024
1d074de
Increased to v4.1.1
gooxpf Mar 13, 2024
5f1559e
Minor text correction
gooxpf Mar 13, 2024
d3d1fc1
fix: wallet connect reconnect issue
phoenixVS Mar 13, 2024
9509859
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Mar 13, 2024
d30e4b8
fix: removed unnecessary rdns and connector type constant clearence
phoenixVS Mar 13, 2024
77bcaa8
fix: unnecessary ?? devnet statement in client.ts
phoenixVS Mar 13, 2024
fb99f5a
bring back vscode config
phoenixVS Mar 13, 2024
76697bb
fix: refactored wallet id logic
phoenixVS Mar 13, 2024
7ba51f2
fix: .vscode configs
phoenixVS Mar 13, 2024
5d8e7f7
fix: .gitignore
phoenixVS Mar 13, 2024
63956ed
Use checkCaipNetworkUtils instead check includes
gooxpf Mar 14, 2024
c6cda14
Merge remote-tracking branch 'origin/feat/solana-integration' into fe…
gooxpf Mar 14, 2024
1e5b7d5
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 14, 2024
af5c505
fix: now connect view is correctly subscribed to wallets count and re…
phoenixVS Mar 14, 2024
500a38d
Merge branch 'feat/solana-integration' of https://github.com/WalletCo…
phoenixVS Mar 14, 2024
3eb759a
Merge branch 'V4' of github.com:WalletConnect/web3modal into feat/sol…
gooxpf Mar 14, 2024
5153732
Moved @solana/web3.js and @ethersproject/sha2 to dependencies in sola…
gooxpf Mar 15, 2024
db5ed36
feat: update scaffold util imports
enesozturk Mar 16, 2024
d95c540
chore: add file extensions for esm imports
enesozturk Mar 16, 2024
a3ec70b
refactor: add missing extensions
enesozturk Mar 16, 2024
2591789
Merge branch 'V4' into feat/solana-integration
enesozturk Mar 19, 2024
d09174f
chore: export chains
enesozturk Mar 19, 2024
92f400c
chore: disable wallet tests for solana
enesozturk Mar 19, 2024
f94628c
chore: test configs updates
enesozturk Mar 19, 2024
729313f
chore: new canary release
enesozturk Mar 16, 2024
1b90376
chore: new canary release
enesozturk Mar 18, 2024
db57a8c
feat: add first canary release
enesozturk Mar 15, 2024
b8dd246
feat: create new canary build and publish
enesozturk Mar 15, 2024
b2fa6b9
feat: add new canary release
enesozturk Mar 19, 2024
80ce5fd
Merge branch 'V4' into chore/solana-canary-releases
enesozturk Mar 27, 2024
6507cca
chore: remove changes files
enesozturk Mar 27, 2024
3830cc4
chore: update constants util
tomiir Mar 27, 2024
8dc7f8b
chore: update lockfile
tomiir Mar 27, 2024
50bf7bc
refactor: dangerjs import check logics
enesozturk Mar 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 27 additions & 0 deletions .changeset/beige-bikes-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
"@web3modal/scaffold-utils": minor
"@web3modal/scaffold": minor
"@web3modal/ethers5": minor
"@apps/laboratory": minor
"@web3modal/ethers": minor
"@web3modal/solana": minor
"@web3modal/wallet": minor
"@web3modal/wagmi": minor
"@web3modal/core": minor
"@apps/gallery": minor
"@web3modal/ui": minor
"@examples/html-ethers5": minor
"@examples/html-wagmi": minor
"@examples/next-wagmi": minor
"@examples/react-ethers5": minor
"@examples/react-wagmi": minor
"@examples/vue-ethers5": minor
"@examples/vue-wagmi": minor
"@web3modal/common": minor
"@web3modal/polyfills": minor
"@web3modal/scaffold-react": minor
"@web3modal/scaffold-vue": minor
"@web3modal/siwe": minor
---

refactor: add missing extensions on imports
27 changes: 27 additions & 0 deletions .changeset/chatty-icons-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
"@web3modal/scaffold-utils": minor
"@web3modal/scaffold": minor
"@apps/laboratory": minor
"@web3modal/ethers": minor
"@web3modal/solana": minor
"@web3modal/wallet": minor
"@web3modal/wagmi": minor
"@web3modal/core": minor
"@web3modal/ui": minor
"@apps/gallery": minor
"@examples/html-ethers5": minor
"@examples/html-wagmi": minor
"@examples/next-wagmi": minor
"@examples/react-ethers5": minor
"@examples/react-wagmi": minor
"@examples/vue-ethers5": minor
"@examples/vue-wagmi": minor
"@web3modal/common": minor
"@web3modal/ethers5": minor
"@web3modal/polyfills": minor
"@web3modal/scaffold-react": minor
"@web3modal/scaffold-vue": minor
"@web3modal/siwe": minor
---

feat: solana integration
27 changes: 27 additions & 0 deletions .changeset/fair-grapes-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
"@web3modal/scaffold-react": minor
"@web3modal/scaffold-utils": minor
"@examples/react-ethers5": minor
"@examples/html-ethers5": minor
"@web3modal/scaffold-vue": minor
"@examples/react-wagmi": minor
"@examples/vue-ethers5": minor
"@examples/html-wagmi": minor
"@examples/next-wagmi": minor
"@examples/vue-wagmi": minor
"@web3modal/polyfills": minor
"@web3modal/scaffold": minor
"@web3modal/ethers5": minor
"@apps/laboratory": minor
"@web3modal/common": minor
"@web3modal/ethers": minor
"@web3modal/solana": minor
"@web3modal/wallet": minor
"@web3modal/wagmi": minor
"@web3modal/core": minor
"@web3modal/siwe": minor
"@apps/gallery": minor
"@web3modal/ui": minor
---

feat: export solana chains from the solana package
36 changes: 36 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"mode": "exit",
"tag": "4b5257b4",
"initialVersions": {
"@apps/gallery": "4.2.0-dbbd8c44.0",
"@apps/laboratory": "4.2.0-dbbd8c44.0",
"@examples/html-ethers5": "4.2.0-dbbd8c44.0",
"@examples/html-wagmi": "4.2.0-dbbd8c44.0",
"@examples/next-wagmi": "4.2.0-dbbd8c44.0",
"@examples/react-ethers5": "4.2.0-dbbd8c44.0",
"@examples/react-wagmi": "4.2.0-dbbd8c44.0",
"@examples/vue-ethers5": "4.2.0-dbbd8c44.0",
"@examples/vue-wagmi": "4.2.0-dbbd8c44.0",
"@web3modal/common": "4.2.0-dbbd8c44.0",
"@web3modal/core": "4.2.0-dbbd8c44.0",
"@web3modal/ethers": "4.2.0-dbbd8c44.0",
"@web3modal/ethers5": "4.2.0-dbbd8c44.0",
"@web3modal/polyfills": "4.2.0-dbbd8c44.0",
"@web3modal/scaffold": "4.2.0-dbbd8c44.0",
"@web3modal/scaffold-react": "4.2.0-dbbd8c44.0",
"@web3modal/scaffold-utils": "4.2.0-dbbd8c44.0",
"@web3modal/scaffold-vue": "4.2.0-dbbd8c44.0",
"@web3modal/siwe": "4.2.0-dbbd8c44.0",
"@web3modal/solana": "4.2.0-dbbd8c44.0",
"@web3modal/ui": "4.2.0-dbbd8c44.0",
"@web3modal/wagmi": "4.2.0-dbbd8c44.0",
"@web3modal/wallet": "4.2.0-dbbd8c44.0"
},
"changesets": [
"beige-bikes-press",
"chatty-icons-perform",
"fair-grapes-tan",
"rich-seals-exercise",
"sweet-tips-happen"
]
}
27 changes: 27 additions & 0 deletions .changeset/rich-seals-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
"@web3modal/scaffold-utils": minor
"@web3modal/scaffold": minor
"@web3modal/ethers5": minor
"@apps/laboratory": minor
"@web3modal/ethers": minor
"@web3modal/solana": minor
"@web3modal/wallet": minor
"@web3modal/wagmi": minor
"@web3modal/core": minor
"@apps/gallery": minor
"@web3modal/ui": minor
"@examples/html-ethers5": minor
"@examples/html-wagmi": minor
"@examples/next-wagmi": minor
"@examples/react-ethers5": minor
"@examples/react-wagmi": minor
"@examples/vue-ethers5": minor
"@examples/vue-wagmi": minor
"@web3modal/common": minor
"@web3modal/polyfills": minor
"@web3modal/scaffold-react": minor
"@web3modal/scaffold-vue": minor
"@web3modal/siwe": minor
---

chore: new solana canary release
27 changes: 27 additions & 0 deletions .changeset/sweet-tips-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
"@web3modal/scaffold-react": minor
"@web3modal/scaffold-utils": minor
"@examples/react-ethers5": minor
"@examples/html-ethers5": minor
"@web3modal/scaffold-vue": minor
"@examples/react-wagmi": minor
"@examples/vue-ethers5": minor
"@examples/html-wagmi": minor
"@examples/next-wagmi": minor
"@examples/vue-wagmi": minor
"@web3modal/polyfills": minor
"@web3modal/scaffold": minor
"@web3modal/ethers5": minor
"@apps/laboratory": minor
"@web3modal/common": minor
"@web3modal/ethers": minor
"@web3modal/solana": minor
"@web3modal/wallet": minor
"@web3modal/wagmi": minor
"@web3modal/core": minor
"@web3modal/siwe": minor
"@apps/gallery": minor
"@web3modal/ui": minor
---

chore: new canary release
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"eslint:all",
"plugin:@typescript-eslint/stylistic-type-checked",
"plugin:@typescript-eslint/strict-type-checked",
"prettier"
"prettier",
"plugin:prettier/recommended"
],
"parserOptions": {
"project": ["tsconfig.json"]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ dist
node_modules
.DS_Store
.env
.idea
.next
out
lerna-debug.log
.env.local
.env
.turbo
playwright-report/
screenshots/
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"typescript.updateImportsOnFileMove.enabled": "always",
"css.lint.unknownAtRules": "ignore",
"css.validate": true
}
}
40 changes: 40 additions & 0 deletions apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @apps/gallery

## 4.2.0-4b5257b4.1

### Minor Changes

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436) Thanks [@enesozturk](https://github.com/enesozturk)! - refactor: add missing extensions on imports

- feat: export solana chains from the solana package

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07) Thanks [@enesozturk](https://github.com/enesozturk)! - chore: new solana canary release

### Patch Changes

- Updated dependencies [[`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436), [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07)]:
- @web3modal/ui@4.2.0-4b5257b4.1
- @web3modal/common@4.2.0-4b5257b4.1

## 4.2.0-dbbd8c44.0

### Minor Changes

- refactor: add missing extensions on imports

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-dbbd8c44.0
- @web3modal/common@4.2.0-dbbd8c44.0

## 4.2.0-500a38.0

### Minor Changes

- feat: solana integration

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-500a38.0
- @web3modal/common@4.2.0-500a38.0

## 4.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/gallery",
"version": "4.1.1",
"version": "4.2.0-4b5257b4.1",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@web3modal/common": "4.1.1",
"@web3modal/ui": "4.1.1",
"@web3modal/common": "4.2.0-4b5257b4.1",
"@web3modal/ui": "4.2.0-4b5257b4.1",
"lit": "3.1.0",
"storybook": "7.6.7"
},
Expand Down
44 changes: 44 additions & 0 deletions apps/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# @apps/laboratory

## 4.2.0-4b5257b4.1

### Minor Changes

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436) Thanks [@enesozturk](https://github.com/enesozturk)! - refactor: add missing extensions on imports

- feat: export solana chains from the solana package

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07) Thanks [@enesozturk](https://github.com/enesozturk)! - chore: new solana canary release

### Patch Changes

- Updated dependencies [[`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436), [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07)]:
- @web3modal/ethers@4.2.0-4b5257b4.1
- @web3modal/solana@4.2.0-4b5257b4.1
- @web3modal/wagmi@4.2.0-4b5257b4.1
- @web3modal/siwe@4.2.0-4b5257b4.1

## 4.2.0-dbbd8c44.0

### Minor Changes

- refactor: add missing extensions on imports

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-dbbd8c44.0
- @web3modal/common@4.2.0-dbbd8c44.0

## 4.2.0-500a38.0

### Minor Changes

- feat: solana integration

### Patch Changes

- Updated dependencies []:
- @web3modal/ethers@4.2.0-500a38.0
- @web3modal/solana@4.2.0-500a38.0
- @web3modal/wagmi@4.2.0-500a38.0
- @web3modal/siwe@4.2.0-500a38.0

## 4.1.1

### Patch Changes
Expand Down
10 changes: 6 additions & 4 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/laboratory",
"version": "4.1.1",
"version": "4.2.0-4b5257b4.1",
"private": true,
"scripts": {
"dev:laboratory": "next dev",
Expand All @@ -23,10 +23,12 @@
"@emotion/styled": "11.11.0",
"@sentry/browser": "7.92.0",
"@sentry/react": "7.92.0",
"@solana/web3.js": "1.87.6",
"@tanstack/react-query": "5.17.19",
"@web3modal/ethers": "4.1.1",
"@web3modal/siwe": "4.1.1",
"@web3modal/wagmi": "4.1.1",
"@web3modal/ethers": "4.2.0-4b5257b4.1",
"@web3modal/siwe": "4.2.0-4b5257b4.1",
"@web3modal/solana": "4.2.0-4b5257b4.1",
"@web3modal/wagmi": "4.2.0-4b5257b4.1",
"framer-motion": "10.17.9",
"next": "14.0.4",
"next-auth": "4.24.5",
Expand Down