mirror of https://github.com/nucypher/nucypher.git
Fix bug in contract registry github url.
parent
c93fc2884f
commit
e1564c741a
|
@ -73,7 +73,7 @@ class GithubRegistrySource(RegistrySource):
|
|||
|
||||
def get_publication_endpoint(self) -> str:
|
||||
"""Get the GitHub endpoint for the registry publication."""
|
||||
url = f"{self._BASE_URL}/development/nucypher/blockchain/eth/contract_registry/{self.registry_name}/"
|
||||
url = f"{self._BASE_URL}/development/nucypher/blockchain/eth/contract_registry/{self.registry_name}"
|
||||
return url
|
||||
|
||||
def decode(self, response: Response, endpoint: str) -> RegistryData:
|
||||
|
|
Loading…
Reference in New Issue