@atbash/sdk 0.3.11-dev.5 → 0.3.11-dev.7

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
@@ -191,13 +191,13 @@ async function shutdownTelemetry() {
191
191
 
192
192
  // src/client.ts
193
193
  var { createClient, encryption: encryption2, newSignatureProvider } = import_postchain_client2.default;
194
- var DEFAULT_ENDPOINT = "https://atbash.ai";
194
+ var DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
195
195
  var DEFAULT_CHROMIA_NODE_URLS = [
196
196
  "https://node6.testnet.chromia.com:7740",
197
197
  "https://node7.testnet.chromia.com:7740",
198
198
  "https://node8.testnet.chromia.com:7740"
199
199
  ];
200
- var DEFAULT_BLOCKCHAIN_RID = "3CF2566BF0E606C8D6F9360566DB2FE3BC254C39451BAEB6D736E916D677486A";
200
+ var DEFAULT_BLOCKCHAIN_RID = "F09A7219ACAE32C06D3962BB04D15F36C679C2BEB3FF24CDE5C8D577017EFFC6";
201
201
  function isValidPrivateKey(hex) {
202
202
  return /^[0-9a-fA-F]{64}$/.test(hex);
203
203
  }
package/dist/index.d.cts CHANGED
@@ -191,9 +191,9 @@ interface AtbashClientConfig {
191
191
  };
192
192
  }
193
193
 
194
- declare const DEFAULT_ENDPOINT = "https://atbash.ai";
194
+ declare const DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
195
195
  declare const DEFAULT_CHROMIA_NODE_URLS: string[];
196
- declare const DEFAULT_BLOCKCHAIN_RID = "3CF2566BF0E606C8D6F9360566DB2FE3BC254C39451BAEB6D736E916D677486A";
196
+ declare const DEFAULT_BLOCKCHAIN_RID = "F09A7219ACAE32C06D3962BB04D15F36C679C2BEB3FF24CDE5C8D577017EFFC6";
197
197
  declare function isValidPrivateKey(hex: string): boolean;
198
198
  declare function derivePublicKey(privKeyHex: string): string;
199
199
  declare function generateKeyPair(): {
package/dist/index.d.ts CHANGED
@@ -191,9 +191,9 @@ interface AtbashClientConfig {
191
191
  };
192
192
  }
193
193
 
194
- declare const DEFAULT_ENDPOINT = "https://atbash.ai";
194
+ declare const DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
195
195
  declare const DEFAULT_CHROMIA_NODE_URLS: string[];
196
- declare const DEFAULT_BLOCKCHAIN_RID = "3CF2566BF0E606C8D6F9360566DB2FE3BC254C39451BAEB6D736E916D677486A";
196
+ declare const DEFAULT_BLOCKCHAIN_RID = "F09A7219ACAE32C06D3962BB04D15F36C679C2BEB3FF24CDE5C8D577017EFFC6";
197
197
  declare function isValidPrivateKey(hex: string): boolean;
198
198
  declare function derivePublicKey(privKeyHex: string): string;
199
199
  declare function generateKeyPair(): {
package/dist/index.js CHANGED
@@ -115,13 +115,13 @@ async function shutdownTelemetry() {
115
115
 
116
116
  // src/client.ts
117
117
  var { createClient, encryption: encryption2, newSignatureProvider } = postchain2;
118
- var DEFAULT_ENDPOINT = "https://atbash.ai";
118
+ var DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
119
119
  var DEFAULT_CHROMIA_NODE_URLS = [
120
120
  "https://node6.testnet.chromia.com:7740",
121
121
  "https://node7.testnet.chromia.com:7740",
122
122
  "https://node8.testnet.chromia.com:7740"
123
123
  ];
124
- var DEFAULT_BLOCKCHAIN_RID = "3CF2566BF0E606C8D6F9360566DB2FE3BC254C39451BAEB6D736E916D677486A";
124
+ var DEFAULT_BLOCKCHAIN_RID = "F09A7219ACAE32C06D3962BB04D15F36C679C2BEB3FF24CDE5C8D577017EFFC6";
125
125
  function isValidPrivateKey(hex) {
126
126
  return /^[0-9a-fA-F]{64}$/.test(hex);
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atbash/sdk",
3
- "version": "0.3.11-dev.5",
3
+ "version": "0.3.11-dev.7",
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",