@funkit/core 2.3.0 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { type Address, type Hex, type JsonRpcAccount, type PrivateKeyAccount, type TransactionReceipt, type WalletClient } from 'viem';
2
- import type { Wallet } from '../apis/types';
2
+ import { type Wallet } from '@funkit/api-base';
3
3
  import { type TransactionData, type TransactionParams } from '../common';
4
4
  import type { EnvOption } from '../config';
5
5
  import { Chain, type Operation } from '../data';