From 8797a161c712a408053d015b8765b20e8543574b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C3=B3jtowicz?= Date: Mon, 16 Dec 2024 10:13:15 +0100 Subject: [PATCH] Delete unsuppported legacy p2p topology configuration file --- configuration/cardano/mainnet-p2p-toplogy.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 configuration/cardano/mainnet-p2p-toplogy.json diff --git a/configuration/cardano/mainnet-p2p-toplogy.json b/configuration/cardano/mainnet-p2p-toplogy.json deleted file mode 100644 index 2c2d22807aa..00000000000 --- a/configuration/cardano/mainnet-p2p-toplogy.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "LocalRoots": { - "groups": [] - }, - "PublicRoots": [ - { - "publicRoots": { - "accessPoints": [ - { - "address": "relays-new.cardano-mainnet.iohk.io", - "port": 3001 - } - ], - "advertise": false - } - } - ] -}