Skip to content

Commit

Permalink
update pre-bundled alto dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Mar 28, 2024
1 parent 80222e3 commit eb3f978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/react/packages/account-abstraction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"scripts": {
"build": "tsc && tsc-alias",
"dev:alto": "wait-port localhost:8545 && pnpm run start:deploy-contracts && pnpm run start:alto",
"start:alto": "node ./node_modules/alto/src/lib/cli/alto.js run --config ./alto.config.json",
"start:alto": "pnpm alto run --config ./alto.config.json",
"start:deploy-contracts": "node dist/index.js"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"alto": "git+https://github.com/pimlicolabs/alto.git#prepare-package-json",
"alto": "git+https://github.com/pimlicolabs/alto.git#bundled",
"fastify": "^4.26.2",
"permissionless": "^0.1.10",
"typescript": "5.4.2",
Expand Down

0 comments on commit eb3f978

Please sign in to comment.