Skip to content

Commit

Permalink
feat(rundler): add rundler to v0.7 bundler test executor (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs committed May 28, 2024
1 parent e0dccf5 commit 36da52f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bundlers/rundler/rundler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
services:
bundler:
image: alchemyplatform/rundler:latest
command: node
environment:
- BUILDER_PRIVATE_KEY=c6cbc5ffad570fdad0544d1b5358a36edeb98d163b6567912ac4754e144d4edb
- NODE_HTTP=$ETH_RPC_URL
- MIN_UNSTAKE_DELAY=2
- RPC_API=eth,debug
- RUST_LOG=info
- PRIORITY_FEE_MODE_KIND=base_fee_percent
- PRIORITY_FEE_MODE_VALUE=0
- POOL_THROTTLED_ENTITY_LIVE_BLOCKS=20
- NETWORK=dev
- ENTRY_POINT_V0_6_ENABLED=false
ports:
- '3000:3000'

0 comments on commit 36da52f

Please sign in to comment.