@atbash/sdk 0.3.8 → 0.3.9-dev.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/index.cjs CHANGED
@@ -98,13 +98,13 @@ function verifyJudgeResponseSignature(bodyBytes, signatureHex, pubKeyHex) {
98
98
 
99
99
  // src/client.ts
100
100
  var { createClient, encryption: encryption2, newSignatureProvider } = import_postchain_client2.default;
101
- var DEFAULT_ENDPOINT = "https://atbash.ai";
101
+ var DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
102
102
  var DEFAULT_CHROMIA_NODE_URLS = [
103
103
  "https://node6.testnet.chromia.com:7740",
104
104
  "https://node7.testnet.chromia.com:7740",
105
105
  "https://node8.testnet.chromia.com:7740"
106
106
  ];
107
- var DEFAULT_BLOCKCHAIN_RID = "25B41DF620C489349C54944496FF5C6E58CFCEFED0C51658780B67299D40E8ED";
107
+ var DEFAULT_BLOCKCHAIN_RID = "F09A7219ACAE32C06D3962BB04D15F36C679C2BEB3FF24CDE5C8D577017EFFC6";
108
108
  function isValidPrivateKey(hex) {
109
109
  return /^[0-9a-fA-F]{64}$/.test(hex);
110
110
  }
package/dist/index.d.cts CHANGED
@@ -148,9 +148,9 @@ interface AtbashClientConfig {
148
148
  };
149
149
  }
150
150
 
151
- declare const DEFAULT_ENDPOINT = "https://atbash.ai";
151
+ declare const DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
152
152
  declare const DEFAULT_CHROMIA_NODE_URLS: string[];
153
- declare const DEFAULT_BLOCKCHAIN_RID = "25B41DF620C489349C54944496FF5C6E58CFCEFED0C51658780B67299D40E8ED";
153
+ declare const DEFAULT_BLOCKCHAIN_RID = "F09A7219ACAE32C06D3962BB04D15F36C679C2BEB3FF24CDE5C8D577017EFFC6";
154
154
  declare function isValidPrivateKey(hex: string): boolean;
155
155
  declare function derivePublicKey(privKeyHex: string): string;
156
156
  declare function generateKeyPair(): {
package/dist/index.d.ts CHANGED
@@ -148,9 +148,9 @@ interface AtbashClientConfig {
148
148
  };
149
149
  }
150
150
 
151
- declare const DEFAULT_ENDPOINT = "https://atbash.ai";
151
+ declare const DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
152
152
  declare const DEFAULT_CHROMIA_NODE_URLS: string[];
153
- declare const DEFAULT_BLOCKCHAIN_RID = "25B41DF620C489349C54944496FF5C6E58CFCEFED0C51658780B67299D40E8ED";
153
+ declare const DEFAULT_BLOCKCHAIN_RID = "F09A7219ACAE32C06D3962BB04D15F36C679C2BEB3FF24CDE5C8D577017EFFC6";
154
154
  declare function isValidPrivateKey(hex: string): boolean;
155
155
  declare function derivePublicKey(privKeyHex: string): string;
156
156
  declare function generateKeyPair(): {
package/dist/index.js CHANGED
@@ -30,13 +30,13 @@ function verifyJudgeResponseSignature(bodyBytes, signatureHex, pubKeyHex) {
30
30
 
31
31
  // src/client.ts
32
32
  var { createClient, encryption: encryption2, newSignatureProvider } = postchain2;
33
- var DEFAULT_ENDPOINT = "https://atbash.ai";
33
+ var DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
34
34
  var DEFAULT_CHROMIA_NODE_URLS = [
35
35
  "https://node6.testnet.chromia.com:7740",
36
36
  "https://node7.testnet.chromia.com:7740",
37
37
  "https://node8.testnet.chromia.com:7740"
38
38
  ];
39
- var DEFAULT_BLOCKCHAIN_RID = "25B41DF620C489349C54944496FF5C6E58CFCEFED0C51658780B67299D40E8ED";
39
+ var DEFAULT_BLOCKCHAIN_RID = "F09A7219ACAE32C06D3962BB04D15F36C679C2BEB3FF24CDE5C8D577017EFFC6";
40
40
  function isValidPrivateKey(hex) {
41
41
  return /^[0-9a-fA-F]{64}$/.test(hex);
42
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atbash/sdk",
3
- "version": "0.3.8",
3
+ "version": "0.3.9-dev.2",
4
4
  "description": "Atbash SDK — control boundary before the last irreversible step in an agent workflow",
5
5
  "homepage": "https://atbash.ai",
6
6
  "author": "Atbash",