Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update skandha yamls #65

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.27
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.27
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.27
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
Loading