Skip to content

Commit

Permalink
remove spurious bootpeers
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Oct 9, 2023
1 parent 166938d commit add77a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/nitro/anthony.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chainurl = "wss://wss.calibration.node.glif.io/apigw/lotus/rpc/v0"
chainstartblock = 915929
chainauthtoken = ""

bootpeers = "/ip4/67.207.88.72/tcp/3005/p2p/16Uiu2HAmDQj9XnHPD1d4GzS1K3DhmM5Z1cSGLfVTwVcNVdEsAN3Q,/ip4/192.81.214.172/tcp/3005/p2p/16Uiu2HAmMZD9hwtMBBDpbE3qEigb4FF1YDAjePLCVR6RQZYo6RPJ"
bootpeers = "/ip4/67.207.88.72/tcp/3005/p2p/16Uiu2HAmDQj9XnHPD1d4GzS1K3DhmM5Z1cSGLfVTwVcNVdEsAN3Q"

tlscertfilepath = "/app/certs/live/anthony-node.statechannels.org/fullchain.pem"
tlskeyfilepath = "/app/certs/live/anthony-node.statechannels.org/privkey.pem"
tlskeyfilepath = "/app/certs/live/anthony-node.statechannels.org/privkey.pem"
2 changes: 1 addition & 1 deletion docker/nitro/brad.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chainurl = "wss://wss.calibration.node.glif.io/apigw/lotus/rpc/v0"
chainstartblock = 915929
chainauthtoken = ""

bootpeers = "/ip4/67.207.88.72/tcp/3005/p2p/16Uiu2HAmDQj9XnHPD1d4GzS1K3DhmM5Z1cSGLfVTwVcNVdEsAN3Q,/ip4/134.122.114.102/tcp/3005/p2p/16Uiu2HAmUPifMQSzPGmt3UdTc86bMuebBJ26e2xBWus7xmQ5zhMt"
bootpeers = "/ip4/67.207.88.72/tcp/3005/p2p/16Uiu2HAmDQj9XnHPD1d4GzS1K3DhmM5Z1cSGLfVTwVcNVdEsAN3Q"

tlscertfilepath = "/app/certs/live/brad-node.statechannels.org/fullchain.pem"
tlskeyfilepath = "/app/certs/live/brad-node.statechannels.org/privkey.pem"

0 comments on commit add77a3

Please sign in to comment.