File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ class SharedSettings(BaseSettings):
7474
7575 SCORING_API_PORT : int = Field (8095 , env = "SCORING_API_PORT" )
7676 # Hard-code MC validator axon, since it might be overwritten in the metagraph.
77- MC_VALIDATOR_HOTKEY : str = Field ("5Cg5QgjMfRqBC6bh8X4PDbQi7UzVRn9eyWXsB8gkyfppFPPy " , env = "MC_VALIDATOR_HOTKEY" )
78- MC_VALIDATOR_AXON : str = Field ("184.105.5.17 :42174" , env = "MC_VALIDATOR_AXON" )
77+ MC_VALIDATOR_HOTKEY : str = Field ("5CGLCBndTR1BvQZzn429ckT8GyxduzyjMgt4K1UVTYa8gKfb " , env = "MC_VALIDATOR_HOTKEY" )
78+ MC_VALIDATOR_AXON : str = Field ("184.105.215.196 :42174" , env = "MC_VALIDATOR_AXON" )
7979
8080 # ==== API =====
8181 # Hotkey used to run api, defaults to Macrocosmos
82- API_HOTKEY : str = Field ("5Cg5QgjMfRqBC6bh8X4PDbQi7UzVRn9eyWXsB8gkyfppFPPy " , env = "API_HOTKEY" )
82+ API_HOTKEY : str = Field ("5CGLCBndTR1BvQZzn429ckT8GyxduzyjMgt4K1UVTYa8gKfb " , env = "API_HOTKEY" )
8383 # Scoring request rate limit in seconds.
8484 SCORING_RATE_LIMIT_SEC : float = Field (5 , env = "SCORING_RATE_LIMIT_SEC" )
8585 # Scoring queue threshold when rate-limit start to kick in, used to query validator API with scoring requests.
You can’t perform that action at this time.
0 commit comments