Skip to content

Commit

Permalink
chore: clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Dec 16, 2021
1 parent 28bdd26 commit 4a09b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transactions_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ def _process_transfer_event(event, token_entity) -> dict:
cache_address(receiver)
price = _get_price(event, token_entity)
if (
# NOTE magic.get_price() returns erroneous price due to erroneous ppfs
token_entity.token.address == '0x7F83935EcFe4729c4Ea592Ab2bC1A32588409797'
and event.block_number == 12869164
):
# NOTE magic.get_price() returns erroneous price due to erroneous ppfs
price = 99999
txhash = event.transaction_hash.hex()
return {
Expand Down

0 comments on commit 4a09b17

Please sign in to comment.