Skip to content

Commit

Permalink
feat(alto): add alto to v0.7 bundler test executor (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed Jun 20, 2024
1 parent 7781400 commit 7ae2e79
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bundlers/alto/alto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
services:
bundler:
image: ghcr.io/pimlicolabs/alto:v1.2.0
ports: [ "3000:3000" ]
environment:
- ALTO_ENTRYPOINTS=$ENTRYPOINT
- ALTO_MAX_SIGNERS=1
- ALTO_EXECUTOR_PRIVATE_KEYS=0xc6cbc5ffad570fdad0544d1b5358a36edeb98d163b6567912ac4754e144d4edb
- ALTO_UTILITY_PRIVATE_KEY=0xc6cbc5ffad570fdad0544d1b5358a36edeb98d163b6567912ac4754e144d4edb
- ALTO_MIN_BALANCE=0
- ALTO_BUNDLE_MODE=manual
- ALTO_SAFE_MODE=true
- ALTO_ENVIRONMENT=development
- ALTO_ENABLE_DEBUG_ENDPOINTS=true
- ALTO_DEPLOY_SIMULATIONS_CONTRACT=true
- ALTO_MAX_BLOCK_RANGE=5000
- ALTO_RPC_URL=$ETH_RPC_URL

0 comments on commit 7ae2e79

Please sign in to comment.