We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f223da4 commit 8ff5d8dCopy full SHA for 8ff5d8d
src/actions/setMaxTxGasLimit.ts
@@ -26,7 +26,7 @@ function arbOwnerFunctionData({ limit }: SetMaxTxGasLimitParameters) {
26
});
27
}
28
29
-export async function setL1PricingRewardRecipient<TChain extends Chain | undefined>(
+export async function setMaxTxGasLimit<TChain extends Chain | undefined>(
30
client: PublicClient<Transport, TChain>,
31
args: SetMaxTxGasLimitParameters,
32
): Promise<SetMaxTxGasLimitReturnType> {
0 commit comments