Commit 52da36d
authored
feat: wagmi 2.x support (#332)
* initial migration wip
* fix: queryprovider + unsupported chains check
* move localstorage into try
* Update yarn.lock
* update examples
* update wallet configs, new web3 provider, fix cbw id, update useWallet hook, update uri methods
* fix: mipd wallets
* update typescript
* bump nextjs example
* eslint
* update examples
* test
* remove log
* remove dev
* packages
* config types
* typescript and dependencies fun
* replace legacy wallet configs with new source
* update cra example
* remove need for mipd library
* Update CHANGELOG.md
* mm cleanup + changelog
* remove mm duplicates
* better set up for duplicate wallets
* update dependencies
* nextjs app example
* ck config
* fix: directory name
* fix: siwe and examples
* fix: testbench
* fix: example
* remove cta
* wallet customisation: prototype
* better support for custom wallets (beta feature)
* fix: siwe provider
* remove unnecessary import
* revert xApiKey to xId
* revert xApiKey to xId
* fix: flagged wallets qr codes and detection
* package.json cleanup
* missing package.json update
* update examples
* fix: import
* rename file
* rename file
* Update CHANGELOG.md
* rename supportedChains to chainConfigs, as all chains are supported
* testbench
* move transport wip
* package version bump
* clean up config1 parent 35aeecd commit 52da36d
File tree
112 files changed
+8366
-35228
lines changed- examples
- cra
- src
- components
- nextjs-app
- app
- styles
- nextjs-siwe
- src/pages
- nextjs
- components
- pages
- testbench
- src
- components
- pages
- vite
- src
- components
- packages
- connectkit
- src
- components
- BalanceButton
- Common
- Avatar
- ChainSelectList
- ChainSelect
- Chain
- ConnectorList
- Modal
- ConnectButton
- ConnectModal
- ConnectWithInjector
- NetworkButton
- Pages
- Connectors
- DownloadApp
- MobileConnectors
- Profile
- SwitchNetworks
- contexts/web3
- constants
- hooks
- connectors
- siwe
- utils
- wallets
- connectors
- cra-template
- template
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
112 files changed
+8366
-35228
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
1 | 19 | | |
2 | 20 | | |
3 | 21 | | |
| |||
0 commit comments