Skip to content

Commit 2f901cc

Browse files
committed
wagmi-project - 0xsequence Demo Dapp Sequence Wallet is an Ethereum wallet supporting Ethereum mainnet, Polygon and more. Sequence will work
1 parent defb4da commit 2f901cc

5,768 files changed

Lines changed: 163700 additions & 971155 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.

.gitignore

Lines changed: 33 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,41 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

3-
node_modules/
4-
cache/
5-
build/
6-
dist/
3+
# Dependencies
4+
node_modules
5+
.pnp
6+
.pnp.js
77

8-
test_chain/
8+
# Local env files
9+
.env
10+
.env.local
11+
.env.development.local
12+
.env.test.local
13+
.env.production.local
914

10-
*.js.map
11-
PROD.env
12-
13-
.DS_Store
14-
.vscode
15-
.idea
16-
*.iml
17-
.cache
18-
package-lock.json
15+
# Testing
1916
coverage
20-
.rts2_cache*
2117

18+
# Turbo
19+
.turbo
20+
21+
# Vercel
22+
.vercel
23+
24+
# Build Outputs
25+
.next/
26+
out/
27+
build
28+
dist
29+
30+
31+
# Debug
32+
npm-debug.log*
2233
yarn-debug.log*
2334
yarn-error.log*
24-
lerna-debug.log*
2535

26-
.nyc_output/
36+
# Misc
37+
.DS_Store
38+
*.pem
39+
40+
# Husky
41+
.husky/

.prettierrc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"tabWidth": 2,
3-
"useTabs": false,
2+
"printWidth": 120,
43
"semi": false,
5-
"singleQuote": true,
6-
"trailingComma": "none",
7-
"arrowParens": "avoid",
8-
"printWidth": 130
4+
"singleQuote": true
95
}

extras/docs/app/layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { Metadata } from 'next'
22
import localFont from 'next/font/local'
3-
import { Analytics } from '@vercel/analytics/next'
43
import './globals.css'
54

65
const geistSans = localFont({
@@ -24,10 +23,7 @@ export default function RootLayout({
2423
}>) {
2524
return (
2625
<html lang="en">
27-
<body className={`${geistSans.variable} ${geistMono.variable}`}>
28-
{children}
29-
<Analytics />
30-
</body>
26+
<body className={`${geistSans.variable} ${geistMono.variable}`}>{children}</body>
3127
</html>
3228
)
3329
}

extras/docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@repo/ui": "workspace:*",
16-
"@vercel/analytics": "^1.5.0",
17-
"next": "16.1.5",
16+
"next": "^15.4.8",
1817
"react": "^19.1.0",
1918
"react-dom": "^19.1.0"
2019
},

extras/web/app/layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { Metadata } from 'next'
22
import localFont from 'next/font/local'
3-
import { Analytics } from '@vercel/analytics/next'
43
import './globals.css'
54

65
const geistSans = localFont({
@@ -24,10 +23,7 @@ export default function RootLayout({
2423
}>) {
2524
return (
2625
<html lang="en">
27-
<body className={`${geistSans.variable} ${geistMono.variable}`}>
28-
{children}
29-
<Analytics />
30-
</body>
26+
<body className={`${geistSans.variable} ${geistMono.variable}`}>{children}</body>
3127
</html>
3228
)
3329
}

extras/web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@repo/ui": "workspace:*",
16-
"@vercel/analytics": "^1.5.0",
17-
"next": "16.1.5",
16+
"next": "^15.4.10",
1817
"react": "^19.1.0",
1918
"react-dom": "^19.1.0"
2019
},

lefthook.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pre-commit:
44
glob: '**/*.{js,jsx,ts,tsx,json,md,yml,yaml}'
55
run: pnpm prettier --write {staged_files} && git add {staged_files}
66

7-
pre-push:
8-
commands:
9-
build:
10-
run: pnpm build:packages
11-
test:
12-
run: pnpm test
7+
pre-push:
8+
commands:
9+
build:
10+
run: pnpm build:packages
11+
test:
12+
run: pnpm test

lib/signals-implicit-mode/foundry.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ out = "out"
44
libs = ["lib"]
55
via-ir = false
66
solc = "0.8.28"
7-
optimizer_runs = 200000
8-
7+
evm_version = "paris"
98

109
[fmt]
1110
# Explicitly define all formatting rules

lib/signals-implicit-mode/lib/sequence-v3/lib/erc2470-libs/.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
# Run Solhint on all staged .sol files
1616
SOL_FILES=$(git diff --cached --name-only --diff-filter=ACM | grep ".sol$")
1717
status=0
18-
if [ -n "$SOL_FILES" ]; then
18+
if [ -n "$var" ]; then
1919
npx solhint $SOL_FILES
2020
status=$?
2121
fi

lib/signals-implicit-mode/lib/sequence-v3/lib/erc2470-libs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If the `SingletonDeployer` has not yet been deployed on chain, that will be done
4141
> [!NOTE]
4242
> The `SingletonDeployer` has a fixed gas cost which may not be compatible with all networks. If deployment fails, check the gas settings of the network.
4343
> A network base fee exceeding 100 gwei will cause the deployment to fail.
44-
> Networks requiring additional gas costs (L2, etc) will require additional funds for the factory deployer.
44+
> Networks requiring additions gas costs (L2, etc) will require additional funds for the factory deployer.
4545
4646
Ensure you have your private key set in your `.env` file:
4747

0 commit comments

Comments
 (0)