@trustware/sdk-staging 1.1.6-staging.1 → 1.1.6-staging.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.
package/dist/core.mjs CHANGED
@@ -44,7 +44,7 @@ var init_config = __esm({
44
44
  approachingThreshold: 5
45
45
  };
46
46
  DEFAULT_FEATURE_FLAGS = {
47
- tokensPagination: false,
47
+ tokensPagination: true,
48
48
  balanceStreaming: false,
49
49
  shouldAllowGA4: true
50
50
  };
@@ -57,7 +57,7 @@ var init_constants = __esm({
57
57
  "src/constants.ts"() {
58
58
  "use strict";
59
59
  SDK_NAME = "@trustware/sdk";
60
- SDK_VERSION = "1.1.6-staging.1";
60
+ SDK_VERSION = "1.1.6-staging.2";
61
61
  API_ROOT = "https://bv-staging-api.trustware.io";
62
62
  API_PREFIX = "/api";
63
63
  WALLETCONNECT_PROJECT_ID = "72ea74c400f5111d43aea638d7d83a24";