Skip to content

Commit 30eea7c

Browse files
committed
CoW Swap order UID debugging
1 parent 48621a8 commit 30eea7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eth_defi/cow/order.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ def post_order(
113113
crap_json["signature"] = "0x"
114114
crap_json["signingScheme"] = SigningScheme.PRESIGN.name.lower()
115115
# Short: If you do not care about appData, set this field to "{}" and make sure that the order you signed for this request had its appData field set to 0xb48d38f93eaa084033fc5970bf96e559c33c4cdc07d889ab00b4d63f9590739d.
116-
crap_json["appData"] = "{}" #
117-
crap_json["appDataHash"] = "0xb48d38f93eaa084033fc5970bf96e559c33c4cdc07d889ab00b4d63f9590739d" #
116+
# crap_json["appData"] = "{}"
118117

119118
logger.info(f"Posting CowSwap order to {final_url}: %s", pformat(crap_json))
120119

0 commit comments

Comments
 (0)