Skip to content

Commit

Permalink
Rename setMaxTxGasLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Jul 2, 2024
1 parent 57392d4 commit 3ff7711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/setMaxTxGasLimit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function arbOwnerFunctionData({ limit }: SetMaxTxGasLimitParameters) {
});
}

export async function setL1PricingRewardRecipient<TChain extends Chain | undefined>(
export async function setMaxTxGasLimit<TChain extends Chain | undefined>(
client: PublicClient<Transport, TChain>,
args: SetMaxTxGasLimitParameters,
): Promise<SetMaxTxGasLimitReturnType> {
Expand Down

0 comments on commit 3ff7711

Please sign in to comment.