@sodax/wallet-sdk-core 1.3.0-beta → 1.3.1-beta-rc1

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.
package/dist/index.d.cts CHANGED
@@ -243,7 +243,7 @@ type PrivateKeySolanaWalletConfig = {
243
243
  };
244
244
  type BrowserExtensionSolanaWalletConfig = {
245
245
  wallet: WalletContextState;
246
- connection: Connection;
246
+ endpoint: string;
247
247
  };
248
248
  type SolanaWalletConfig = PrivateKeySolanaWalletConfig | BrowserExtensionSolanaWalletConfig;
249
249
  declare class SolanaWalletProvider implements ISolanaWalletProvider {
package/dist/index.d.ts CHANGED
@@ -243,7 +243,7 @@ type PrivateKeySolanaWalletConfig = {
243
243
  };
244
244
  type BrowserExtensionSolanaWalletConfig = {
245
245
  wallet: WalletContextState;
246
- connection: Connection;
246
+ endpoint: string;
247
247
  };
248
248
  type SolanaWalletConfig = PrivateKeySolanaWalletConfig | BrowserExtensionSolanaWalletConfig;
249
249
  declare class SolanaWalletProvider implements ISolanaWalletProvider {