Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 14, 2023
1 parent 79c932a commit 5e61eba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions benchmarks/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
image: ghcr.io/0xolias/simple-anvil-image:main
environment:
ANVIL_FORK_URL: "${ANVIL_FORK_URL}"
ANVIL_FORK_BLOCK_NUMBER: 17500000
ports:
- 8545:8545
graph-node:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"private": true,
"scripts": {
"bench:ponder": "pnpm --filter \"./benchmarks\" bench:ponder",
"bench:ponder:ci:": "pnpm --filter \"./benchmarks\" bench:ponder:ci",
"bench:ponder:ci": "pnpm --filter \"./benchmarks\" bench:ponder:ci",
"bench:subgraph": "pnpm --filter \"./benchmarks\" bench:subgraph",
"bench:subgraph:ci": "pnpm --filter \"./benchmarks\" bench:subgraph:ci",
"build": "pnpm --filter \"@ponder/core\" build && pnpm --filter \"./packages/*\" --filter \"!@ponder/core\" --parallel build",
"changeset:release": "pnpm build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only",
Expand Down

0 comments on commit 5e61eba

Please sign in to comment.