Skip to content

Commit

Permalink
add poll arg to silius p2p
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Mar 29, 2024
1 parent 43e4721 commit 4f2cb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundlers/silius/p2p-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
--http --http.addr 0.0.0.0
--http.port 3000
--http.api eth,debug,web3
--poll-interval "5"
--enable-p2p
--p2p.addr $BUNDLER_IP
--p2p.baddr $BUNDLER_IP
Expand Down
1 change: 1 addition & 0 deletions bundlers/silius/p2p-peer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
--http --http.addr 0.0.0.0
--http.port 3000
--http.api eth,debug,web3
--poll-interval "5"
--enable-p2p
--bootnodes $BOOT_ENR
--p2p.addr $BUNDLER2_IP
Expand Down

0 comments on commit 4f2cb03

Please sign in to comment.