@veridex/sdk 1.0.0-beta.18 → 1.0.0-beta.21

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.mjs CHANGED
@@ -6730,14 +6730,6 @@ var WORMHOLE_QUERY_PROXY_URLS = {
6730
6730
  mainnet: "https://query.wormhole.com/v1/query",
6731
6731
  testnet: "https://testnet.query.wormhole.com/v1/query"
6732
6732
  };
6733
- var WORMHOLE_QUERY_RATE_LIMIT_PER_SECOND = 6;
6734
- var WORMHOLE_QUERY_CHAIN_IDS = {
6735
- ETHEREUM: 2,
6736
- POLYGON: 5,
6737
- ARBITRUM: 23,
6738
- OPTIMISM: 24,
6739
- BASE: 30
6740
- };
6741
6733
 
6742
6734
  // src/queries/hubState.ts
6743
6735
  var QueryHubStateError = class extends Error {
@@ -14750,8 +14742,6 @@ export {
14750
14742
  OPTIMISM_SEPOLIA_TOKENS,
14751
14743
  PROTOCOL_VERSION,
14752
14744
  PasskeyManager,
14753
- QueryHubStateError,
14754
- QueryPortfolioError,
14755
14745
  REPUTATION_REGISTRY_ABI,
14756
14746
  REPUTATION_REGISTRY_READ_ABI,
14757
14747
  RelayerClient,
@@ -14776,11 +14766,7 @@ export {
14776
14766
  WORMHOLE_API,
14777
14767
  WORMHOLE_CHAIN_IDS,
14778
14768
  WORMHOLE_CHAIN_IDS_FLAT,
14779
- WORMHOLE_QUERY_CHAIN_IDS,
14780
- WORMHOLE_QUERY_PROXY_URLS,
14781
- WORMHOLE_QUERY_RATE_LIMIT_PER_SECOND,
14782
14769
  WalletManager,
14783
- authenticateAndPrepare,
14784
14770
  base64URLDecode,
14785
14771
  base64URLEncode,
14786
14772
  buildChallenge,
@@ -14898,8 +14884,6 @@ export {
14898
14884
  parseVAABytes,
14899
14885
  parseVeridexError,
14900
14886
  parseVeridexPayload,
14901
- queryHubState,
14902
- queryPortfolio,
14903
14887
  retryWithBackoff,
14904
14888
  sendAuthError,
14905
14889
  sendAuthResponse,