Remove entries from CommunityInterfacesManager initialization
Some checks failed
CI / test-backend (push) Successful in 4s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 10s
CI / build-frontend (push) Successful in 2m24s
CI / test-lang (push) Successful in 2m42s
CI / lint (push) Successful in 9m39s
Tests / test (push) Failing after 15m1s
Build Test / Build and Test (push) Successful in 29m21s
Some checks failed
CI / test-backend (push) Successful in 4s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 10s
CI / build-frontend (push) Successful in 2m24s
CI / test-lang (push) Successful in 2m42s
CI / lint (push) Successful in 9m39s
Tests / test (push) Failing after 15m1s
Build Test / Build and Test (push) Successful in 29m21s
This commit is contained in:
@@ -6,41 +6,6 @@ from typing import Any
|
||||
class CommunityInterfacesManager:
|
||||
def __init__(self):
|
||||
self.interfaces = [
|
||||
{
|
||||
"name": "noDNS1",
|
||||
"type": "TCPClientInterface",
|
||||
"target_host": "202.61.243.41",
|
||||
"target_port": 4965,
|
||||
"description": "Public TCP Relay",
|
||||
},
|
||||
{
|
||||
"name": "noDNS2",
|
||||
"type": "TCPClientInterface",
|
||||
"target_host": "193.26.158.230",
|
||||
"target_port": 4965,
|
||||
"description": "Public TCP Relay",
|
||||
},
|
||||
{
|
||||
"name": "0rbit-Net",
|
||||
"type": "TCPClientInterface",
|
||||
"target_host": "93.95.227.8",
|
||||
"target_port": 49952,
|
||||
"description": "Public TCP Relay",
|
||||
},
|
||||
{
|
||||
"name": "Quad4 TCP Node 1",
|
||||
"type": "TCPClientInterface",
|
||||
"target_host": "rns.quad4.io",
|
||||
"target_port": 4242,
|
||||
"description": "Public TCP Relay",
|
||||
},
|
||||
{
|
||||
"name": "Quad4 TCP Node 2",
|
||||
"type": "TCPClientInterface",
|
||||
"target_host": "rns2.quad4.io",
|
||||
"target_port": 4242,
|
||||
"description": "Public TCP Relay",
|
||||
},
|
||||
{
|
||||
"name": "RNS Testnet Amsterdam",
|
||||
"type": "TCPClientInterface",
|
||||
|
||||
Reference in New Issue
Block a user