diff --git a/ray_on_golem/reputation/updater.py b/ray_on_golem/reputation/updater.py index aed2d1ca..af5b61c8 100644 --- a/ray_on_golem/reputation/updater.py +++ b/ray_on_golem/reputation/updater.py @@ -7,7 +7,7 @@ from ray_on_golem.exceptions import RayOnGolemError from ray_on_golem.reputation import models as m -REPUTATION_SYSTEM_URI = URL("https://reputation.dev-test.golem.network/v1/") +REPUTATION_SYSTEM_URI = URL("https://reputation.golem.network/v1/") REPUTATION_SYSTEM_PROVIDER_SCORES = "providers/scores"