Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Oct 1, 2024
1 parent 323e4d1 commit f2b7dba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundlers/skandha/p2p-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:

bundler:
ports: [ '3000:3000' ]
image: etherspot/skandha:v1-1.5.26
image: etherspot/skandha:v1-1.5.27
command: node --testingMode --api.port 3000
--p2p.enrHost $BUNDLER_IP
--redirectRpc --executor.bundlingMode manual
Expand Down
2 changes: 1 addition & 1 deletion bundlers/skandha/p2p-peer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:

bundler:
ports: [ "3001:3000" ]
image: etherspot/skandha:v1-1.5.26
image: etherspot/skandha:v1-1.5.27
command: node --testingMode --api.port 3000
--redirectRpc --executor.bundlingMode manual
--p2p.enrHost $BUNDLER2_IP
Expand Down
2 changes: 1 addition & 1 deletion bundlers/skandha/skandha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:

bundler:
ports: [ '3000:3000' ]
image: etherspot/skandha:v1-1.5.26
image: etherspot/skandha:v1-1.5.27
command: standalone --testingMode --api.port 3000
environment:
- SKANDHA_RPC=$ETH_RPC_URL
Expand Down

0 comments on commit f2b7dba

Please sign in to comment.