@nexus-cross/crossx-sdk-core 2.2.1-beta.2 → 2.2.2-beta.1
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/constants.d.ts +1 -1
- package/dist/crossx.global +8 -8
- package/dist/index.cjs +1 -1
- package/dist/index.js +148 -144
- package/dist/sdk/CROSSxSDK.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/core/constants.d.ts
CHANGED
|
@@ -37,5 +37,5 @@ export declare const CHAIN_FALLBACK_RETRY_MS: number;
|
|
|
37
37
|
*/
|
|
38
38
|
export declare const MNEMONIC_ADDRESS_LIMIT = 100;
|
|
39
39
|
/** Token History API clientVersion (registerTokenHistory 호출 시 전송) */
|
|
40
|
-
export declare const SDK_CLIENT_VERSION = "crossx-sdk-js/2.2.
|
|
40
|
+
export declare const SDK_CLIENT_VERSION = "crossx-sdk-js/2.2.2";
|
|
41
41
|
//# sourceMappingURL=constants.d.ts.map
|