@thru/wallet 0.2.28 → 0.2.30

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/react.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { B as BrowserSDK, aq as WalletAccount, P as ManageAccountsResult, b as BrowserSDKConfig, L as IThruChain, g as ConnectOptions, j as ConnectResult } from './BrowserSDK-CRQTOT8S.js';
2
- export { x as ErrorCode, Z as SDKEvent, a1 as SignMessageParams, a4 as SignMessageResult, ac as SigningSessionStorage, ae as ThruSigningContext, af as ThruSigningSession, ag as ThruSigningSessionCreateOptions, ah as ThruSigningSessionDescriptor, ak as ThruSigningSessionTimestamp, al as ThruTransactionEncoding, am as ThruTransactionIntent } from './BrowserSDK-CRQTOT8S.js';
1
+ import { B as BrowserSDK, aq as WalletAccount, P as ManageAccountsResult, b as BrowserSDKConfig, L as IThruChain, g as ConnectOptions, j as ConnectResult } from './BrowserSDK-CQd2uC--.js';
2
+ export { x as ErrorCode, Z as SDKEvent, a1 as SignMessageParams, a4 as SignMessageResult, ac as SigningSessionStorage, ae as ThruSigningContext, af as ThruSigningSession, ag as ThruSigningSessionCreateOptions, ah as ThruSigningSessionDescriptor, ak as ThruSigningSessionTimestamp, al as ThruTransactionEncoding, am as ThruTransactionIntent } from './BrowserSDK-CQd2uC--.js';
3
3
  import { Thru } from '@thru/sdk/client';
4
4
  import * as react from 'react';
5
5
  import { ReactNode } from 'react';
package/dist/react.js CHANGED
@@ -87,7 +87,7 @@ var ErrorCode = {
87
87
 
88
88
  // src/provider/IframeManager.ts
89
89
  var PRODUCTION_IFRAME_ORIGINS = [
90
- "https://wallet.thru.org",
90
+ "https://app.tid.sh",
91
91
  "https://wallet.tid.sh"
92
92
  ];
93
93
  var SLOW_REQUEST_TIMEOUT_MS = 5 * 60 * 1e3;