@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/wallet.mjs CHANGED
@@ -224,7 +224,7 @@ var init_constants = __esm({
224
224
  "src/constants.ts"() {
225
225
  "use strict";
226
226
  SDK_NAME = "@trustware/sdk";
227
- SDK_VERSION = "1.1.6-staging.1";
227
+ SDK_VERSION = "1.1.6-staging.2";
228
228
  API_ROOT = "https://bv-staging-api.trustware.io";
229
229
  API_PREFIX = "/api";
230
230
  WALLETCONNECT_PROJECT_ID = "72ea74c400f5111d43aea638d7d83a24";
@@ -266,7 +266,7 @@ var init_config = __esm({
266
266
  approachingThreshold: 5
267
267
  };
268
268
  DEFAULT_FEATURE_FLAGS = {
269
- tokensPagination: false,
269
+ tokensPagination: true,
270
270
  balanceStreaming: false,
271
271
  shouldAllowGA4: true
272
272
  };