From 8887c39322da03b9e707742caa28d34b01bf7144 Mon Sep 17 00:00:00 2001 From: kvs96 Date: Sun, 13 Oct 2024 12:10:37 +0000 Subject: [PATCH] testnet: rotate bootnodes keys --- node/res/vara_testnet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/res/vara_testnet.json b/node/res/vara_testnet.json index 1ffb473aeb7..c2509a8096c 100644 --- a/node/res/vara_testnet.json +++ b/node/res/vara_testnet.json @@ -3,8 +3,8 @@ "id": "vara_network_testnet", "chainType": "Live", "bootNodes": [ - "/dns4/testnet-connect-1.vara-network.io/tcp/30333/p2p/12D3KooWPosEb8NoKNswzrU79YFcjD6FSVjubbawNbG9gEHEg5vn", - "/dns4/testnet-connect-2.vara-network.io/tcp/30333/p2p/12D3KooWAWEPAd5AD6TSYizF4FWc34rCvUhDKvyCNqQSkSRCLfMn" + "/dns4/testnet-connect-1.vara-network.io/tcp/30333/p2p/12D3KooWN13WbLwnFB9V9oZftpo49EvA5cABFi8CJVuczf1Py5wP", + "/dns4/testnet-connect-2.vara-network.io/tcp/30333/p2p/12D3KooWBExHKKuDq5nktbHHVhmwimfrbvmez2xd5UaEPhgQjVqu" ], "telemetryEndpoints": null, "protocolId": null,