-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(protocol): add comment for EIP-1559 (#16389)
Co-authored-by: Brecht Devos <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ import "../thirdparty/solmate/LibFixedPointMath.sol"; | |
|
||
/// @title Lib1559Math | ||
/// @notice Implements e^(x) based bonding curve for EIP-1559 | ||
/// @dev See https://ethresear.ch/t/make-eip-1559-more-like-an-amm-curve/9082 | ||
/// @dev See https://ethresear.ch/t/make-eip-1559-more-like-an-amm-curve/9082 but some minor | ||
/// difference as stated in docs/eip1559_on_l2.md. | ||
/// @custom:security-contact [email protected] | ||
library Lib1559Math { | ||
error EIP1559_INVALID_PARAMS(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.