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

skandha: ep7 support #52

Merged
merged 1 commit into from
Apr 24, 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
14 changes: 14 additions & 0 deletions bundlers/skandha/skandha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# start a standlone bundler for testing.
# bring up a the bundler with its own geth instance

services:

bundler:
ports: [ '3000:3000' ]
image: etherspot/skandha:unstable-dd7db4d
command: standalone --testingMode --api.port 3000
environment:
- SKANDHA_RPC=$ETH_RPC_URL
- SKANDHA_ENTRYPOINTS=${ENTRYPOINT}
- SKANDHA_RELAYER=test test test test test test test test test test test junk
- SKANDHA_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
8 changes: 4 additions & 4 deletions bundlers/skandha/skandha.yml-v06
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
image: etherspot/skandha
command: standalone --testingMode --api.port 3000
environment:
- SKANDHA_DEV_RPC=$ETH_RPC_URL
- SKANDHA_DEV_ENTRYPOINTS=${ENTRYPOINT}
- SKANDHA_DEV_RELAYER=test test test test test test test test test test test junk
- SKANDHA_DEV_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
- SKANDHA_RPC=$ETH_RPC_URL
- SKANDHA_ENTRYPOINTS=${ENTRYPOINT}
- SKANDHA_RELAYER=test test test test test test test test test test test junk
- SKANDHA_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
Loading