@katanaperps/katana-perps-sdk 1.1.0-beta.2 → 2.0.0-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/constants.d.ts +2 -2
- package/dist/constants.js +2 -2
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const REST_API_KEY_HEADER = "kp-api-key";
|
|
2
2
|
export declare const REST_HMAC_SIGNATURE_HEADER = "kp-hmac-signature";
|
|
3
3
|
export declare const EIP_712_DOMAIN_NAME = "KatanaPerps";
|
|
4
|
-
export declare const EIP_712_DOMAIN_VERSION = "
|
|
5
|
-
export declare const EIP_712_DOMAIN_VERSION_SANDBOX = "
|
|
4
|
+
export declare const EIP_712_DOMAIN_VERSION = "2.0.0";
|
|
5
|
+
export declare const EIP_712_DOMAIN_VERSION_SANDBOX = "2.0.0-sandbox";
|
|
6
6
|
export declare const VAULT_NAME_CHARACTER_LIMIT = 30;
|
|
7
7
|
export declare const VAULT_DESCRIPTION_CHARACTER_LIMIT = 2000;
|
|
8
8
|
export declare const WALLET_SIGNATURE_MESSAGE = "Sign this free message to prove you control this wallet";
|
package/dist/constants.js
CHANGED
|
@@ -4,8 +4,8 @@ exports.URLS = exports.WALLET_SIGNATURE_MESSAGE = exports.VAULT_DESCRIPTION_CHAR
|
|
|
4
4
|
exports.REST_API_KEY_HEADER = 'kp-api-key';
|
|
5
5
|
exports.REST_HMAC_SIGNATURE_HEADER = 'kp-hmac-signature';
|
|
6
6
|
exports.EIP_712_DOMAIN_NAME = 'KatanaPerps';
|
|
7
|
-
exports.EIP_712_DOMAIN_VERSION = '
|
|
8
|
-
exports.EIP_712_DOMAIN_VERSION_SANDBOX = '
|
|
7
|
+
exports.EIP_712_DOMAIN_VERSION = '2.0.0';
|
|
8
|
+
exports.EIP_712_DOMAIN_VERSION_SANDBOX = '2.0.0-sandbox';
|
|
9
9
|
// sdk-js-docs-v1-perps.katana.network
|
|
10
10
|
// api-docs-v1-perps.katana.network
|
|
11
11
|
exports.VAULT_NAME_CHARACTER_LIMIT = 30;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@katanaperps/katana-perps-sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
4
4
|
"description": "Katana Perps SDK for Javascript in the browser and Node.js",
|
|
5
5
|
"repository": "git@github.com:katanaperps/katana-perps-sdk-js.git",
|
|
6
6
|
"license": "MIT",
|