Skip to content

Commit

Permalink
update alto, run from source
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 11, 2024
1 parent ec73e9e commit b9425d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/entrykit/mprocs.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
procs:
anvil:
shell: anvil --dump-state playground/anvil-state.json
cbsw-deploy:
deploy-factory:
cwd: ../../../coinbase-smart-wallet
shell: make deploy
aa-deploy:
deploy-bundler:
cwd: ../../../alto
shell: pnpm ts-node scripts/localDeployer/index.ts
paymaster-deploy:
deploy-paymaster:
cwd: ../../../quarry-paymaster/packages/contracts
# TODO: pick or mine a nice salt for paymaster
shell: pnpm mud deploy --salt 0x && pnpm fund:paymaster:local && pnpm fund:service:local
game-deploy:
deploy-game:
cwd: ../../test/mock-game-contracts
shell: pnpm deploy:local --salt 0x
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/entrykit/mprocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ procs:
# shell: pnpm run dev --filter=!@latticexyz/entrykit
bundler:
cwd: ../../../alto
shell: ./alto --config ../mud/packages/entrykit/playground/alto.config.json
shell: pnpm ts-node src --config ../mud/packages/entrykit/playground/alto.config.json
issuer:
cwd: ../../../quarry-paymaster/packages/service
shell: pnpm start
Expand Down
4 changes: 2 additions & 2 deletions packages/entrykit/playground/alto.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"entrypoints": "0x0000000071727De22E5E9d8BAf0edAc6f37da032,0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
"executor-private-keys": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6",
"utility-private-keys": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6",
"entrypoint-simulation-contract": "0x74Cb5e4eE81b86e70f9045036a1C5477de69eE87",
"utility-private-key": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6",
"entrypoint-simulation-contract": "0xBbe8A301FbDb2a4CD58c4A37c262ecef8f889c47",
"rpc-url": "http://0.0.0.0:8545",
"port": 4337,
"safe-mode": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/entrykit/playground/anvil-state.json

Large diffs are not rendered by default.

0 comments on commit b9425d9

Please sign in to comment.