@super-protocol/sdk-js 3.11.2 → 3.11.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.
@@ -35,7 +35,7 @@ exports.ZERO_HASH = {
35
35
  exports.TEE_LOADER_TRUSTED_MRSIGNER = '4a5cb479b8a30fa3821b88aa29bad04788ea006a9e09925bf3ec36398fc9d64b';
36
36
  exports.TEE_PKI_TRUSTED_MRSIGNER = '34ea7ca88034fe80f209e97cd0f8442f7ba621eb2a5f60393ab05871ae6b979d';
37
37
  exports.TRUSTED_PKI_SOLUTION_HASHES = [
38
- 'ff388b382232d3717eb1d9c2f6ad3a8c54a91be4c707d6deed0e021a311486f1',
38
+ 'de95f0b7f547bbdf4b848c1225446362bd13d39db12f9830ef03a4397a05139a',
39
39
  ];
40
40
  exports.TEE_LOADER_TRUSTED_CERTIFICATE = `-----BEGIN CERTIFICATE-----
41
41
  MIIEJTCCAo2gAwIBAgIUGvcNLMGAOGK/UWfDl1PDc8v6qTYwDQYJKoZIhvcNAQEL
@@ -32,7 +32,7 @@ export const ZERO_HASH = {
32
32
  export const TEE_LOADER_TRUSTED_MRSIGNER = '4a5cb479b8a30fa3821b88aa29bad04788ea006a9e09925bf3ec36398fc9d64b';
33
33
  export const TEE_PKI_TRUSTED_MRSIGNER = '34ea7ca88034fe80f209e97cd0f8442f7ba621eb2a5f60393ab05871ae6b979d';
34
34
  export const TRUSTED_PKI_SOLUTION_HASHES = [
35
- 'ff388b382232d3717eb1d9c2f6ad3a8c54a91be4c707d6deed0e021a311486f1',
35
+ 'de95f0b7f547bbdf4b848c1225446362bd13d39db12f9830ef03a4397a05139a',
36
36
  ];
37
37
  export const TEE_LOADER_TRUSTED_CERTIFICATE = `-----BEGIN CERTIFICATE-----
38
38
  MIIEJTCCAo2gAwIBAgIUGvcNLMGAOGK/UWfDl1PDc8v6qTYwDQYJKoZIhvcNAQEL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-protocol/sdk-js",
3
- "version": "3.11.2",
3
+ "version": "3.11.3",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/mjs/index.js",
6
6
  "exports": {