Skip to content

Commit

Permalink
update skandha yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Oct 1, 2024
1 parent aaeb4d8 commit 323e4d1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
4 changes: 3 additions & 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
image: etherspot/skandha:v1-1.5.26
command: node --testingMode --api.port 3000
--p2p.enrHost $BUNDLER_IP
--redirectRpc --executor.bundlingMode manual
Expand All @@ -22,6 +22,8 @@ services:
- SKANDHA_ENTRYPOINTS=${ENTRYPOINT}
- SKANDHA_RELAYERS=test test test test test test test test test test test junk
- SKANDHA_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
- SKANDHA_CANONICAL_MEMPOOL=Qmf7P3CuhzSbpJa8LqXPwRzfPqsvoQ6RG7aXvthYTzGxb2
- SKANDHA_CANONICAL_ENTRY_POINT=${ENTRYPOINT}


bundler-verify:
Expand Down
4 changes: 3 additions & 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
image: etherspot/skandha:v1-1.5.26
command: node --testingMode --api.port 3000
--redirectRpc --executor.bundlingMode manual
--p2p.enrHost $BUNDLER2_IP
Expand All @@ -19,4 +19,6 @@ services:
- SKANDHA_ENTRYPOINTS=${ENTRYPOINT}
- SKANDHA_RELAYERS=test test test test test test test test test test test junk
- SKANDHA_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
- SKANDHA_CANONICAL_MEMPOOL=Qmf7P3CuhzSbpJa8LqXPwRzfPqsvoQ6RG7aXvthYTzGxb2
- SKANDHA_CANONICAL_ENTRY_POINT=${ENTRYPOINT}

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.17
image: etherspot/skandha:v1-1.5.26
command: standalone --testingMode --api.port 3000
environment:
- SKANDHA_RPC=$ETH_RPC_URL
Expand Down
18 changes: 9 additions & 9 deletions runbundler/run2bundlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,7 @@ services:
extends:
file: $BUNDLER_YML
service: bundler-verify

bundler2:
extends:
file: $BUNDLER2_YML
service: bundler
depends_on:
deployer:
condition: service_completed_successfully


bundler-waiter:
image: curlimages/curl
command: "/waitForBundler $BUNDLER_URL"
Expand All @@ -62,6 +54,14 @@ services:
deployer:
condition: service_completed_successfully

bundler2:
extends:
file: $BUNDLER2_YML
service: bundler
depends_on:
deployer:
condition: service_completed_successfully

bundler-waiter2:
image: curlimages/curl
command: "/waitForBundler $BUNDLER2_URL"
Expand Down

0 comments on commit 323e4d1

Please sign in to comment.