Skip to content

Commit 394b0a7

Browse files
committed
@0xsequence v3 SDK
update submodule signals-implicit-mode @0xsequence
1 parent 2f901cc commit 394b0a7

1,268 files changed

Lines changed: 97168 additions & 136585 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77

88
jobs:
99
build:
10-
permissions:
11-
contents: write
1210
runs-on: ubuntu-latest
1311
name: Build and Push
1412
steps:
@@ -18,7 +16,7 @@ jobs:
1816
- name: Setup PNPM
1917
uses: pnpm/action-setup@v2
2018
with:
21-
version: 9
19+
version: 8
2220
run_install: true
2321

2422
- name: Build
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Demo Dapp
1+
Demo Dapp
2+
=========
23

34
Dapp example on how to use Sequence Wallet. Covers how to connect, sign messages and send transctions.
45

@@ -27,6 +28,7 @@ Also note, sequence.js is built on top of ethers.js, and is API-compatible.
2728

2829
![Open Sequence Wallet From Dapp](./screenshots/screen-open.png)
2930

31+
3032
**Send transaction from dapp:**
3133

3234
Sequence Wallet is an Ethereum wallet supporting Ethereum mainnet, Polygon and more. Sequence will work
@@ -40,6 +42,8 @@ Notice how you can pay gas fees for a transaction in either MATIC token or USDC
4042

4143
![Transfer ERC-20 token on Polygon](./screenshots/screen-txn.png)
4244

45+
46+
4347
## LICENSE
4448

4549
Apache 2.0 or MIT (your choice)
Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,29 @@
1616
"clear:vite:cache": "rm -rf node_modules/.vite/"
1717
},
1818
"dependencies": {
19-
"0xsequence": "2.2.13",
20-
"@0xsequence/abi": "2.3.23",
21-
"@0xsequence/design-system": "^3.0.1",
19+
"0xsequence": "2.2.3",
20+
"@0xsequence/abi": "2.2.13",
21+
"@0xsequence/design-system": "^1.8.1",
2222
"@0xsequence/ethauth": "^1.0.0",
23-
"@0xsequence/network": "2.3.23",
24-
"@0xsequence/provider": "2.3.29",
25-
"@0xsequence/utils": "2.3.23",
26-
"@tanstack/react-query": "^5.90.16",
27-
"@types/node": "^22.13.4",
28-
"@types/react": "^19.0.10",
29-
"@types/react-dom": "^19.2.2",
30-
"@vanilla-extract/css": "^1.17.4",
23+
"@0xsequence/network": "2.2.13",
24+
"@0xsequence/provider": "2.2.13",
25+
"@0xsequence/utils": "2.2.13",
26+
"@types/node": "^20.11.30",
27+
"@types/react": "^18.3.7",
28+
"@types/react-dom": "^18.3.0",
29+
"@vanilla-extract/css": "^1.14.1",
3130
"ethers": "^6.13.4",
32-
"framer-motion": "^12.23.15",
33-
"react": "^19.0.0",
34-
"react-dom": "^19.2.0",
35-
"typescript": "^5.9.2",
36-
"viem": "^2.44.1",
37-
"wagmi": "0.0.0-canary-20260110074453"
31+
"framer-motion": "^9.0.1",
32+
"react": "^18.3.1",
33+
"react-dom": "^18.3.1",
34+
"typescript": "^4.5.5"
3835
},
3936
"devDependencies": {
40-
"@vanilla-extract/vite-plugin": "^5.0.2",
41-
"@vitejs/plugin-react": "^5.0.0",
42-
"vite": "^7.1.3",
37+
"@vanilla-extract/vite-plugin": "^4.0.6",
38+
"@vitejs/plugin-react": "^4.2.1",
39+
"vite": "^5.2.6",
4340
"vite-plugin-svgr": "^4.2.0",
44-
"vite-tsconfig-paths": "^5.1.4"
41+
"vite-tsconfig-paths": "^4.3.2"
4542
},
4643
"eslintConfig": {
4744
"extends": [

0 commit comments

Comments
 (0)