@solana/connector 0.1.1 → 0.1.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.
@@ -1130,13 +1130,13 @@ var logger4 = createLogger("AutoConnector"), MIN_ADDRESS_LENGTH = 30, AutoConnec
1130
1130
  }
1131
1131
  if (directWallet.signTransaction) {
1132
1132
  let signTransactionFn = directWallet.signTransaction;
1133
- features["standard:signTransaction"] = {
1133
+ features["solana:signTransaction"] = {
1134
1134
  signTransaction: (tx) => signTransactionFn.call(directWallet, tx)
1135
1135
  };
1136
1136
  }
1137
1137
  if (directWallet.signMessage) {
1138
1138
  let signMessageFn = directWallet.signMessage;
1139
- features["standard:signMessage"] = {
1139
+ features["solana:signMessage"] = {
1140
1140
  signMessage: (...args) => {
1141
1141
  let msg = args[0];
1142
1142
  return signMessageFn.call(directWallet, msg);
@@ -2415,5 +2415,5 @@ function createGillTransactionSigner(connectorSigner) {
2415
2415
  }
2416
2416
 
2417
2417
  export { ClipboardErrorType, ConfigurationError, ConnectionError, ConnectorClient, ConnectorError, ConnectorErrorBoundary, DEFAULT_MAX_RETRIES, Errors, NetworkError, PUBLIC_RPC_ENDPOINTS, TransactionError, TransactionSignerError, ValidationError, WalletErrorType, copyAddressToClipboard, copySignatureToClipboard, copyToClipboard, createGillTransactionSigner, createTransactionSigner, formatAddress, formatNumber, formatSOL, formatTokenAmount, getAddressUrl, getBlockUrl, getChainIdForWalletStandard, getClusterChainId, getClusterExplorerUrl, getClusterName, getClusterRpcUrl, getClusterType, getDefaultRpcUrl, getNetworkDisplayName, getPolyfillStatus, getTokenUrl, getTransactionUrl, getUserFriendlyMessage, getWalletsRegistry, installPolyfills, isClipboardAvailable, isConfigurationError, isConnectionError, isConnectorError, isCryptoAvailable, isDevnet, isDevnetCluster, isLocalCluster, isLocalnet, isMainnet, isMainnetCluster, isNetworkError, isPolyfillInstalled, isTestnet, isTestnetCluster, isTransactionError, isTransactionSignerError, isValidationError, normalizeNetwork, toClusterId, toConnectorError, truncate, withErrorBoundary };
2418
- //# sourceMappingURL=chunk-TAAXHAV2.mjs.map
2419
- //# sourceMappingURL=chunk-TAAXHAV2.mjs.map
2418
+ //# sourceMappingURL=chunk-4K6QY4HR.mjs.map
2419
+ //# sourceMappingURL=chunk-4K6QY4HR.mjs.map