From a8c9211aaaacf3861a962bfb2be2aa15c1dc9c4f Mon Sep 17 00:00:00 2001 From: Michal Date: Sun, 8 Oct 2023 21:31:37 +0200 Subject: [PATCH] fix mock --- apps/wallet-mobile/src/yoroi-wallets/mocks/wallet.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/wallet-mobile/src/yoroi-wallets/mocks/wallet.ts b/apps/wallet-mobile/src/yoroi-wallets/mocks/wallet.ts index 6adf04435b..5dd81102d7 100644 --- a/apps/wallet-mobile/src/yoroi-wallets/mocks/wallet.ts +++ b/apps/wallet-mobile/src/yoroi-wallets/mocks/wallet.ts @@ -82,6 +82,9 @@ const wallet: YoroiWallet = { collateralId: '22d391c7a97559cb4784bd975214919618acce75cde573a7150a176700e76181:2', } }, + signSwapCancellationWithLedger: async () => { + throw new Error('not implemented: signSwapCancellationWithLedger') + }, setCollateralId: () => { throw new Error('not implemented: createUnsignedTx') },