Skip to content

Commit

Permalink
Adds documentation comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Elizondo committed Jun 7, 2024
1 parent 13dde9e commit b614aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parsers/web3/parse_web3_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function isCoinbaseShortZidTransaction(blockNumber: Number, affiliateAddress: St
}

function isAfterZidBytesReduction(blockNumber: Number): Boolean {
// Approximate block numbers after ZID reduction from 16 to 12 bytes.
switch (CHAIN_ID) {
case 1: // Ethereum
return blockNumber >= 20040654;
Expand Down

0 comments on commit b614aed

Please sign in to comment.