Skip to content

Commit

Permalink
Merge pull request #348 from colman-mbuya/main
Browse files Browse the repository at this point in the history
Update predeploys.md
  • Loading branch information
tynes authored Aug 20, 2024
2 parents b99abd6 + c77cd9e commit 9ce5e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/protocol/fjord/predeploys.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function getL1FeeUpperBound(uint256 unsignedTxSize) external view returns (uint2
}
uint256 l1FeeScaled = baseFeeScalar() * l1BaseFee() * 16 + blobBaseFeeScalar() * blobBaseFee();
return uint256(estimatedSize) * feeScaled / (10 ** (DECIMALS * 2));
return uint256(estimatedSize) * l1FeeScaled / (10 ** (DECIMALS * 2));
}
```

Expand Down

0 comments on commit 9ce5e57

Please sign in to comment.