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 p2p configs #63

Merged
merged 4 commits into from
Sep 30, 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
10 changes: 5 additions & 5 deletions bundlers/skandha/p2p-boot.yml-v06
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ services:
volumes:
- ./bootDataDir/peer-id.json:/root/.skandha/db/peer-id.json
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_RELAYERS=test test test test test test test test test test test junk
- SKANDHA_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266


bundler-verify:
Expand All @@ -31,4 +31,4 @@ services:
depends_on:
bundler:
condition: service_started
command: echo docker exec runbundler-bundler-1 cat /root/.skandha/db/enr
command: echo docker exec runbundler-bundler-1 cat /root/.skandha/db/enr
8 changes: 4 additions & 4 deletions bundlers/skandha/p2p-peer.yml-v06
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
p2p:
ipv4_address: $BUNDLER2_IP
environment:
- SKANDHA_DEV_RPC=$ETH_RPC_URL
- SKANDHA_DEV_ENTRYPOINTS=${ENTRYPOINT}
- SKANDHA_DEV_RELAYER=junk junk junk junk junk junk junk junk junk junk junk test
- SKANDHA_DEV_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
- SKANDHA_RPC=$ETH_RPC_URL
- SKANDHA_ENTRYPOINTS=${ENTRYPOINT}
- SKANDHA_RELAYERS=junk junk junk junk junk junk junk junk junk junk junk test
- SKANDHA_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266

Loading