Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Jun 26, 2024
1 parent 4a556af commit 2c066ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/actions/setKeyset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function sequencerInboxFunctionData({ keyset }: SetKeysetParameters) {
});
}

export async function SetMaxTimeVariation<TChain extends Chain | undefined>(
export async function setKeyset<TChain extends Chain | undefined>(
client: PublicClient<Transport, TChain>,
args: SetKeysetParameters,
): Promise<SetKeysetReturnType> {
Expand Down
2 changes: 1 addition & 1 deletion src/actions/setMaxTimeVariation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function sequencerInboxFunctionData(args: SetMaxTimeVariationActionParameters) {
});
}

export async function SetMaxTimeVariation<TChain extends Chain | undefined>(
export async function setMaxTimeVariation<TChain extends Chain | undefined>(
client: PublicClient<Transport, TChain>,
args: SetMaxTimeVariationActionParameters,
): Promise<SetMaxTimeVariationReturnType> {
Expand Down

0 comments on commit 2c066ec

Please sign in to comment.