Skip to content

Commit

Permalink
Update serializeNep413 in welldone-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0529 committed Oct 6, 2023
1 parent 978a3aa commit d4ba2d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/welldone-wallet/src/lib/welldone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ import type {
SignMessageParams,
SignedMessage,
} from "@near-wallet-selector/core";
import { isCurrentBrowserSupported, waitFor } from "@near-wallet-selector/core";
import {
isCurrentBrowserSupported,
serializeNep413,
waitFor,
} from "@near-wallet-selector/core";
import type {
ViewAccessKeyParams,
WalletProvider,
Expand All @@ -22,7 +26,6 @@ import type {
import icon from "./icon";
import { signTransactions } from "@near-wallet-selector/wallet-utils";
import isMobile from "is-mobile";
import { serializeNep413 } from "./nep413";

export const STORAGE_ACCOUNT = "account";

Expand Down

0 comments on commit d4ba2d3

Please sign in to comment.