@trustware/sdk-staging 1.1.6-staging.1 → 1.1.6-staging.3

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/wallet.cjs CHANGED
@@ -240,7 +240,7 @@ var init_constants = __esm({
240
240
  "src/constants.ts"() {
241
241
  "use strict";
242
242
  SDK_NAME = "@trustware/sdk";
243
- SDK_VERSION = "1.1.6-staging.1";
243
+ SDK_VERSION = "1.1.6-staging.3";
244
244
  API_ROOT = "https://bv-staging-api.trustware.io";
245
245
  API_PREFIX = "/api";
246
246
  WALLETCONNECT_PROJECT_ID = "72ea74c400f5111d43aea638d7d83a24";
@@ -282,7 +282,7 @@ var init_config = __esm({
282
282
  approachingThreshold: 5
283
283
  };
284
284
  DEFAULT_FEATURE_FLAGS = {
285
- tokensPagination: false,
285
+ tokensPagination: true,
286
286
  balanceStreaming: false,
287
287
  shouldAllowGA4: true
288
288
  };