We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5bbce commit 0b42f98Copy full SHA for 0b42f98
1 file changed
src/collectors/starkware.py
@@ -8,7 +8,7 @@ class starkware_collector():
8
9
def __init__(self, https_url, provider):
10
self.labels = [
11
- 'websocket_url', 'https_url', 'provider', 'blockchain',
+ 'https_url', 'provider', 'blockchain',
12
'network_name', 'network_type'
13
]
14
self.labels_values = [
0 commit comments