From 1cada862a34d358868c37a1ac8e1ee3129330ad1 Mon Sep 17 00:00:00 2001 From: RanaBug Date: Mon, 17 Jun 2024 17:30:00 +0100 Subject: [PATCH] minor fix --- CHANGELOG.md | 1 - __tests__/hooks/useWalletAddress.test.js | 1 - 2 files changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b785556..90435bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ - Added Etherspot Modular SDK `installModule` and `uninstallModule` to hook `useEtherspotModules` - `EtherspotContextProvider` updated with choice of instantiatiating the Prime SDK or Modular SDK - Added `isModular` to context `EtherspotContextProvider` -- ### Breaking Changes - Etherspot Modular SDK implemented to Transaction Kit as the default SDK diff --git a/__tests__/hooks/useWalletAddress.test.js b/__tests__/hooks/useWalletAddress.test.js index 1f07aff..4be5a5a 100644 --- a/__tests__/hooks/useWalletAddress.test.js +++ b/__tests__/hooks/useWalletAddress.test.js @@ -1,6 +1,5 @@ import { renderHook, waitFor } from '@testing-library/react'; import { ethers } from 'ethers'; -import { Factory as ModularFactory } from '@etherspot/modular-sdk'; import { Factory } from '@etherspot/prime-sdk'; // hooks