Skip to content

Commit b203eb0

Browse files
committed
Rename setMaxTxGasLimit
1 parent 15c70ee commit b203eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/setMaxTxGasLimit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function arbOwnerFunctionData({ limit }: SetMaxTxGasLimitParameters) {
2626
});
2727
}
2828

29-
export async function setL1PricingRewardRecipient<TChain extends Chain | undefined>(
29+
export async function setMaxTxGasLimit<TChain extends Chain | undefined>(
3030
client: PublicClient<Transport, TChain>,
3131
args: SetMaxTxGasLimitParameters,
3232
): Promise<SetMaxTxGasLimitReturnType> {

0 commit comments

Comments
 (0)