Skip to content

Commit 24b676c

Browse files
committed
temp
1 parent 532d15d commit 24b676c

File tree

135 files changed

+24826
-71354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+24826
-71354
lines changed

web-modal-sdk/account-abstraction-examples/aa-modal-quick-start/package-lock.json

Lines changed: 174 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-modal-sdk/account-abstraction-examples/aa-modal-quick-start/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
7+
"start": "vite",
78
"dev": "vite",
89
"build": "tsc -b && vite build",
910
"lint": "eslint .",
1011
"preview": "vite preview"
1112
},
1213
"dependencies": {
13-
"@web3auth/account-abstraction-provider": "9.4.5",
14-
"@web3auth/base": "9.4.5",
15-
"@web3auth/ethereum-provider": "9.4.5",
16-
"@web3auth/modal": "9.4.5",
14+
"@web3auth/account-abstraction-provider": "9.5.0-alpha.1",
15+
"@web3auth/base": "9.5.0-alpha.1",
16+
"@web3auth/ethereum-provider": "9.5.0-alpha.1",
17+
"@web3auth/modal": "9.5.0-alpha.1",
18+
"@web3auth/wallet-services-plugin": "^9.5.0-alpha.1",
1719
"ethers": "^6.13.3",
1820
"react": "^18.3.1",
1921
"react-dom": "^18.3.1"

0 commit comments

Comments
 (0)