nim-waku: setup ENRTREE for sandbox fleet

This commit is contained in:
Anton Iakimov 2024-03-08 16:48:16 +01:00
parent ec103eb5a9
commit 85f55e5801
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,10 @@ nim_waku_store_vacuum: true
# DNS Discovery # DNS Discovery
nim_waku_dns_disc_enabled: true 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 # Enable websockets in Waku
# Could run into the issue of overflowing ENR, might have to disable this. # Could run into the issue of overflowing ENR, might have to disable this.