Skip to content

Commit 1bf829c

Browse files
committed
index
1 parent e823598 commit 1bf829c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

packages/client/src/index.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// Copyright (c) 2018-2024 Coinbase, Inc. <https://www.coinbase.com/>
2-
import { CoinbaseWalletSDK } from './CoinbaseWalletSDK';
3-
export default CoinbaseWalletSDK;
2+
import { MWPClient } from './MWPClient';
3+
export default MWPClient;
44

5-
export type { CoinbaseWalletProvider } from './EIP1193Provider';
6-
export { CoinbaseWalletSDK } from './CoinbaseWalletSDK';
5+
export { handleResponse } from './components/communicator';
76
export type { AppMetadata, Preference, ProviderInterface } from './core/provider/interface';
7+
export { EIP1193Provider } from './EIP1193Provider';
8+
export { MWPClient } from './MWPClient';

0 commit comments

Comments
 (0)