mirror of https://github.com/nucypher/nucypher.git
Updates remote regstry source url to reference the main branch on nucypher/nuypher github.
parent
b50e754c31
commit
35845d9185
|
@ -74,7 +74,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}/main/nucypher/blockchain/eth/contract_registry/{self.registry_name}"
|
||||
return url
|
||||
|
||||
def decode(self, response: Response, endpoint: str) -> RegistryData:
|
||||
|
|
Loading…
Reference in New Issue