Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit e972e0f

Browse files
fix: lowercase
1 parent 57dab4f commit e972e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trades.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _query_omen_xdai_subgraph() -> dict[str, Any]:
170170
while True:
171171
query = omen_xdai_trades_query.substitute(
172172
creator=creator.lower(),
173-
fpmm_creator=FPMM_CREATOR,
173+
fpmm_creator=FPMM_CREATOR.lower(),
174174
first=QUERY_BATCH_SIZE,
175175
skip=skip
176176
)

0 commit comments

Comments
 (0)