github.com/status-im/status-go@v1.1.0/appdatabase/migrations/sql/1702999401_add_dns_discovery_url.up.sql (about)

     1  DELETE FROM cluster_nodes WHERE type = "discV5boot" AND node LIKE '%@boot.test.shards.nodes.status.im';
     2  
     3  INSERT INTO cluster_nodes(node, type, synthetic_id)
     4  VALUES ("enrtree://AMOJVZX4V6EXP7NTJPMAYJYST2QP6AJXYW76IU6VGJS7UVSNDYZG4@boot.test.shards.nodes.status.im","discV5boot","id");