nim-waku: setup ENRTREE for sandbox fleet
This commit is contained in:
parent
ec103eb5a9
commit
85f55e5801
|
@ -44,7 +44,10 @@ nim_waku_store_vacuum: true
|
|||
|
||||
# DNS Discovery
|
||||
nim_waku_dns_disc_enabled: true
|
||||
nim_waku_dns_disc_url: 'enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im'
|
||||
nim_waku_dns_disc_url_map:
|
||||
test: 'enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im'
|
||||
sandbox: 'enrtree://AIRVQ5DDA4FFWLRBCHJWUWOO6X6S4ZTZ5B667LQ6AJU6PEYDLRD5O@sandbox.waku.nodes.status.im'
|
||||
nim_waku_dns_disc_url: '{{ nim_waku_dns_disc_url_map[stage] }}'
|
||||
|
||||
# Enable websockets in Waku
|
||||
# Could run into the issue of overflowing ENR, might have to disable this.
|
||||
|
|
Loading…
Reference in New Issue