Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Aug 23, 2024
1 parent b385e2b commit 4a9a0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fees/compute_fees.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def get_auction_data(self, tx_hash: HexBytes):

def get_order_data(self, uid: HexBytes, environment: str):
prefix = self.orderbook_urls[environment]
url = prefix + f"orders/{uid.hex()}"
url = prefix + f"orders/{uid.to_0x_hex()}"
response = requests.get(
url,
timeout=REQUEST_TIMEOUT,
Expand Down

0 comments on commit 4a9a0ed

Please sign in to comment.