diff --git a/setup.cfg b/setup.cfg index 9f42cfd..f3d8352 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,11 +11,11 @@ license = MIT license_files = LICENSE.txt long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8 -url = https://github.com/pyscaffold/pyscaffold/ +url = https://github.com/aleph-im/aleph-vrf/ # Add here related links, for example: project_urls = - Documentation = https://pyscaffold.org/ -# Source = https://github.com/pyscaffold/pyscaffold/ + Documentation = https://github.com/aleph-im/aleph-vrf + Source = https://github.com/aleph-im/aleph-vrf # Changelog = https://pyscaffold.org/en/latest/changelog.html # Tracker = https://github.com/pyscaffold/pyscaffold/issues # Conda-Forge = https://anaconda.org/conda-forge/pyscaffold diff --git a/src/aleph_vrf/settings.py b/src/aleph_vrf/settings.py index e3bc448..c933b31 100644 --- a/src/aleph_vrf/settings.py +++ b/src/aleph_vrf/settings.py @@ -19,7 +19,7 @@ class Settings(BaseSettings): default="corechannel", description="Key for the `corechannel` aggregate." ) FUNCTION: str = Field( - default="4992b4127d296b240bbb73058daea9bca09f717fa94767d6f4dc3ef53b4ef5ce", + default="5b899161b368d21b998a26bf2f580c03f5da7ee2bb70c71597f0972c5af7aa5e", description="VRF function to use.", ) NB_EXECUTORS: int = Field(default=32, description="Number of executors to use.")