We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5bacb commit 589062aCopy full SHA for 589062a
src/precompiles/ArbOwner.sol
@@ -211,13 +211,13 @@ interface ArbOwner {
211
* @notice Mints some amount of the native gas token for this chain to the
212
* given address.
213
*/
214
- function mintNativeToken(address to, uint64 amount) external;
+ function mintNativeToken(address to, uint256 amount) external;
215
216
/**
217
* @notice Burns some amount of the native gas token for this chain from the
218
219
220
- function burnNativeToken(address from, uint64 amount) external;
+ function burnNativeToken(address from, uint256 amount) external;
221
222
223
* @notice Sets the increased calldata price feature on or off (EIP-7623)
0 commit comments