mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
b6f2aced08
* chore: add dns discovery url to list of default discv5 nodes * chore: add logs for store queries
5 lines
284 B
SQL
5 lines
284 B
SQL
DELETE FROM cluster_nodes WHERE type = "discV5boot" AND node LIKE '%@boot.test.shards.nodes.status.im';
|
|
|
|
INSERT INTO cluster_nodes(node, type, synthetic_id)
|
|
VALUES ("enrtree://AMOJVZX4V6EXP7NTJPMAYJYST2QP6AJXYW76IU6VGJS7UVSNDYZG4@boot.test.shards.nodes.status.im","discV5boot","id");
|