We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deefede commit 9b1fcd9Copy full SHA for 9b1fcd9
api/src/endpoints/scoring.py
@@ -84,6 +84,8 @@ async def weights() -> Dict[str, float]:
84
DUST_WEIGHT = 1/65535 # 1/(2^16 - 1), smallest weight possible
85
weights = {} # Initialize weights dictionary
86
87
+ weights["5EsNzkZ3DwDqCsYmSJDeGXX51dQJd5broUCH6dbDjvkTcicD"] = 1.0
88
+
89
treasury_hotkey = await get_treasury_hotkey()
90
91
top_agent = await get_top_agent()
0 commit comments