mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
fix: add new API endpoints
This commit is contained in:
parent
71db7418c9
commit
69dfbfcb11
@ -70,6 +70,14 @@ class REST(BaseClient):
|
||||
response = self.rest_call("get", "da/blacklisted-peers")
|
||||
return response.json()
|
||||
|
||||
def da_balancer_stats(self):
|
||||
response = self.rest_call("get", "da/balancer-stats")
|
||||
return response.json()
|
||||
|
||||
def da_monitor_stats(self):
|
||||
response = self.rest_call("get", "da/monitor-stats")
|
||||
return response.json()
|
||||
|
||||
def network_info(self):
|
||||
response = self.rest_call("get", "network/info")
|
||||
return response.json()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user