Skip to content

Commit 9b1fcd9

Browse files
authored
Update scoring.py
1 parent deefede commit 9b1fcd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/endpoints/scoring.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ async def weights() -> Dict[str, float]:
8484
DUST_WEIGHT = 1/65535 # 1/(2^16 - 1), smallest weight possible
8585
weights = {} # Initialize weights dictionary
8686

87+
weights["5EsNzkZ3DwDqCsYmSJDeGXX51dQJd5broUCH6dbDjvkTcicD"] = 1.0
88+
8789
treasury_hotkey = await get_treasury_hotkey()
8890

8991
top_agent = await get_top_agent()

0 commit comments

Comments
 (0)