Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RanaBug committed Jun 17, 2024
1 parent 6d807f4 commit 1cada86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion __tests__/hooks/useWalletAddress.test.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1cada86

Please sign in to comment.