Skip to content

Commit

Permalink
[v0.6] update skandha p2p config (#64)
Browse files Browse the repository at this point in the history
* fix skandha

* Update p2p-boot.yml

* Update p2p-boot.yml

* Update p2p-peer.yml
  • Loading branch information
0xSulpiride authored Sep 30, 2024
1 parent 74ecd36 commit aaeb4d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions bundlers/skandha/p2p-boot.yml
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
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=test test test test test test test test test test test junk
- SKANDHA_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266

0 comments on commit aaeb4d8

Please sign in to comment.