diff --git a/packages/coin98-wallet/src/lib/coin98-wallet.spec.ts b/packages/coin98-wallet/src/lib/coin98-wallet.spec.ts index 90507b0c3..0463fd48e 100644 --- a/packages/coin98-wallet/src/lib/coin98-wallet.spec.ts +++ b/packages/coin98-wallet/src/lib/coin98-wallet.spec.ts @@ -38,8 +38,8 @@ const mockCoin98WalletOnWindow = () => { 86, 38, 222, 143, 115, 251, 107, 14, 115, 59, 92, 98, 66, 174, 173, 124, 209, 189, 191, 180, 89, 25, 125, 254, 97, 240, 178, 98, 65, 70, 238, 108, 105, 122, 165, 249, 193, 70, 118, 194, 126, 218, 117, 100, - 250, 124, 202, 161, 173, 12, 232, 146, 105, 194, 138, 35, 207, 53, - 84, 218, 45, 220, 10, 4, + 250, 124, 202, 161, 173, 12, 232, 146, 105, 194, 138, 35, 207, 53, 84, + 218, 45, 220, 10, 4, ]), publicKey, }), diff --git a/packages/coin98-wallet/src/lib/coin98-wallet.ts b/packages/coin98-wallet/src/lib/coin98-wallet.ts index a2479d230..a7c7821f8 100644 --- a/packages/coin98-wallet/src/lib/coin98-wallet.ts +++ b/packages/coin98-wallet/src/lib/coin98-wallet.ts @@ -108,11 +108,11 @@ const Coin98Wallet: WalletBehaviourFactory = async ({ }, async signMessage({ - message, - nonce, - recipient, - state - }: SignMessageParams): Promise{ + message, + nonce, + recipient, + state, + }: SignMessageParams): Promise { if (!_state.wallet) { throw new Error("Wallet is not installed"); } diff --git a/packages/coin98-wallet/src/lib/injected-coin98-wallet.ts b/packages/coin98-wallet/src/lib/injected-coin98-wallet.ts index c500ba26a..4467e3728 100644 --- a/packages/coin98-wallet/src/lib/injected-coin98-wallet.ts +++ b/packages/coin98-wallet/src/lib/injected-coin98-wallet.ts @@ -1,4 +1,7 @@ -import type { SignedMessage, SignMessageParams } from "@near-wallet-selector/core"; +import type { + SignedMessage, + SignMessageParams, +} from "@near-wallet-selector/core"; import type { Signer } from "near-api-js/lib/signer"; interface IConnectParams {