We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The code below should make the health_check method work for bsc.
def health_check(self): url = '{}/{}/{}/healthcheck'.format( self.base_url, self.version, self.chain_id)
Well done, hope it helps !
The code below should make the health_check method work for bsc.
def health_check(self):
url = '{}/{}/{}/healthcheck'.format(
self.base_url, self.version, self.chain_id)
Well done, hope it helps !