Skip to content

Commit

Permalink
Changed casing for current eth to ETH
Browse files Browse the repository at this point in the history
  • Loading branch information
sgzsh269 authored and kahkeng committed Aug 15, 2023
1 parent 8c54890 commit 8ad1cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/opensea.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _exec_request():
)
for item in obj['orders']:
price_value = int(item["current_price"])
currency = "eth"
currency = "ETH"
price_str = f"{utils.w3.from_wei(price_value, 'ether')} {currency}"
listing = NFTListing(
chain=chain,
Expand Down

0 comments on commit 8ad1cea

Please sign in to comment.