Skip to content

Commit b82005f

Browse files
authored
tests: up fork block number (#3541)
* chore: up alto * chore: up * chore: up * tests: up fork block number * up * up * up * chore: up * up * up * up * up * up
1 parent ab85949 commit b82005f

40 files changed

+1843
-2154
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"prepare": "pnpm simple-git-hooks",
2929
"prepublishOnly": "bun scripts/prepublishOnly.ts",
3030
"size": "size-limit",
31-
"test": "vitest -c ./test/vitest.config.ts dev",
31+
"test": "vitest -c ./test/vitest.config.ts",
3232
"test:build": "publint --strict ./src && attw --pack ./src --ignore-rules false-esm",
3333
"test:chains": "vitest test/scripts/chains.test.ts",
3434
"test:ci": "CI=true vitest -c ./test/vitest.config.ts --coverage --retry=3 --bail=1",
@@ -53,7 +53,7 @@
5353
"@changesets/cli": "^2.27.9",
5454
"@ethereumjs/rlp": "^5.0.2",
5555
"@paulmillr/trusted-setups": "^0.1.2",
56-
"@pimlico/alto": "0.0.4",
56+
"@pimlico/alto": "0.0.15",
5757
"@size-limit/preset-big-lib": "^11.1.6",
5858
"@types/bun": "^1.1.11",
5959
"@types/node": "^22.13.13",
@@ -65,7 +65,7 @@
6565
"knip": "^5.33.3",
6666
"micro-eth-signer": "^0.14.0",
6767
"permissionless": "^0.2.14",
68-
"prool": "0.0.23",
68+
"prool": "0.0.24",
6969
"publint": "^0.2.11",
7070
"sherif": "^0.8.4",
7171
"simple-git-hooks": "^2.11.1",

0 commit comments

Comments
 (0)