Skip to content

Commit

Permalink
chore: removed used method from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeyThomas committed Dec 10, 2024
1 parent d302698 commit 53b8e76
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ address constant SYSTEM_CONTEXT = address(0x000000000000000000000000000000000000
interface ISystemContext {
function gasPrice() external view returns (uint256);
function gasPerPubdataByte() external view returns (uint256 gasPerPubdataByte);
function getCurrentPubdataSpent() external view returns (uint256 currentPubdataSpent);
}

0 comments on commit 53b8e76

Please sign in to comment.