Skip to content

Commit 3039870

Browse files
committed
Update OntakeAnchor.sol
1 parent bb75de3 commit 3039870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/protocol/contracts/layer2/based/anchor/OntakeAnchor.sol

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ abstract contract OntakeAnchor is EssentialContract, IBlockHashProvider {
3333
public
3434
pure
3535
deprecated
36-
returns (uint256 basefee_, uint64 parentGasExcess_)
36+
returns (uint256, uint64)
3737
{ }
3838

3939
function adjustExcess(
@@ -44,7 +44,7 @@ abstract contract OntakeAnchor is EssentialContract, IBlockHashProvider {
4444
public
4545
pure
4646
deprecated
47-
returns (uint64 newGasExcess_)
47+
returns (uint64)
4848
{ }
4949

5050
function calculateBaseFee(
@@ -56,7 +56,7 @@ abstract contract OntakeAnchor is EssentialContract, IBlockHashProvider {
5656
public
5757
pure
5858
deprecated
59-
returns (uint256 basefee_, uint64 parentGasExcess_)
59+
returns (uint256, uint64)
6060
{ }
6161

6262
function anchorV2(

0 commit comments

Comments
 (0)