@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/constants.cjs +1 -1
- package/dist/constants.mjs +1 -1
- package/dist/core.cjs +2 -2
- package/dist/core.cjs.map +1 -1
- package/dist/core.mjs +2 -2
- package/dist/core.mjs.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/wallet.cjs +2 -2
- package/dist/wallet.cjs.map +1 -1
- package/dist/wallet.mjs +2 -2
- package/dist/wallet.mjs.map +1 -1
- package/dist/widget.cjs +3 -3
- package/dist/widget.cjs.map +1 -1
- package/dist/widget.mjs +3 -3
- package/dist/widget.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -68,7 +68,7 @@ var init_config = __esm({
|
|
|
68
68
|
approachingThreshold: 5
|
|
69
69
|
};
|
|
70
70
|
DEFAULT_FEATURE_FLAGS = {
|
|
71
|
-
tokensPagination:
|
|
71
|
+
tokensPagination: true,
|
|
72
72
|
balanceStreaming: false,
|
|
73
73
|
shouldAllowGA4: true
|
|
74
74
|
};
|
|
@@ -434,7 +434,7 @@ var init_constants = __esm({
|
|
|
434
434
|
"src/constants.ts"() {
|
|
435
435
|
"use strict";
|
|
436
436
|
SDK_NAME = "@trustware/sdk";
|
|
437
|
-
SDK_VERSION = "1.1.6-staging.
|
|
437
|
+
SDK_VERSION = "1.1.6-staging.2";
|
|
438
438
|
API_ROOT = "https://bv-staging-api.trustware.io";
|
|
439
439
|
GTM_ID = "GTM-TZDGNCXB";
|
|
440
440
|
API_PREFIX = "/api";
|
|
@@ -6653,7 +6653,7 @@ function useTrustwareConfig() {
|
|
|
6653
6653
|
approachingThreshold: 5
|
|
6654
6654
|
},
|
|
6655
6655
|
features: {
|
|
6656
|
-
tokensPagination:
|
|
6656
|
+
tokensPagination: true,
|
|
6657
6657
|
balanceStreaming: false,
|
|
6658
6658
|
shouldAllowGA4: true
|
|
6659
6659
|
}
|