Skip to content

Commit

Permalink
[rebase] Update pnpm lock and HexInput from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
hariria committed Feb 9, 2024
1 parent dfa9fc3 commit 3ed6598
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/transactions/transactionBuilder/transactionBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import {
} from "../types";
import { convertArgument, fetchEntryFunctionAbi, standardizeTypeTags } from "./remoteAbi";
import { memoizeAsync } from "../../utils/memoize";
import { AnyNumber, SigningScheme } from "../../types";
import { AnyNumber, HexInput, SigningScheme } from "../../types";
import { getFunctionParts, isScriptDataInput } from "./helpers";
import { WebAuthnSignature } from "../../core/crypto/webauthn";
import { getSigningMessage } from "../../internal/transactionSubmission";
Expand Down

0 comments on commit 3ed6598

Please sign in to comment.