Skip to content

Commit

Permalink
Merge branch 'develop' into custom-fee-rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth authored Oct 1, 2024
2 parents 7f4161f + 10ba0af commit 96d2592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Additional Use Grant: You may use the Licensed Work in a production environment
Expansion Program Term of Use](https://docs.arbitrum.foundation/assets/files/Arbitrum%20Expansion%20Program%20Jan182024-4f08b0c2cb476a55dc153380fa3e64b0.pdf). For purposes of this
Additional Use Grant, the "Covered Arbitrum Chains" are
(a) Arbitrum One (chainid:42161), Arbitrum Nova (chainid:42170),
rbitrum Rinkeby testnet/Rinkarby (chainid:421611),Arbitrum Nitro
Arbitrum Rinkeby testnet/Rinkarby (chainid:421611),Arbitrum Nitro
Goerli testnet (chainid:421613), and Arbitrum Sepolia Testnet
(chainid:421614); (b) any future blockchains authorized to be
designated as Covered Arbitrum Chains by the decentralized autonomous
Expand Down
2 changes: 1 addition & 1 deletion src/precompiles/ArbWasm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ interface ArbWasm {
/// @notice Gets the minimum costs to invoke a program
/// @return gas amount of gas in increments of 256 when not cached
/// @return cached amount of gas in increments of 64 when cached
function minInitGas() external view returns (uint8 gas, uint8 cached);
function minInitGas() external view returns (uint64 gas, uint64 cached);

/// @notice Gets the linear adjustment made to program init costs.
/// @return percent the adjustment (100% = no adjustment).
Expand Down

0 comments on commit 96d2592

Please sign in to comment.