@prismnetwork/agent-sdk 0.7.5 → 0.7.6

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/README.md CHANGED
@@ -17,7 +17,7 @@ import { PrismAgent, DEFAULT_IMAGE } from "@prismnetwork/agent-sdk";
17
17
 
18
18
  const agent = new PrismAgent({
19
19
  privateKey: process.env.PRISM_AGENT_KEY, // agent's wallet
20
- escrow: "0x62C042265991bEa17B07229322A01850974626dA",
20
+ escrow: "0xfD4228eEEfC49e4b76A0CD40af9fdd546220B2FD",
21
21
  });
22
22
 
23
23
  await agent.authenticate();
package/attest.mjs CHANGED
@@ -56,7 +56,7 @@ export const EXPECTED_WORKLOAD = {
56
56
  "ghcr.io/redpill-ai/private-ai-launcher@sha256:c083ff9e6a5ddf10f6c9e9bb1f74cc618deebecfea5208b563c574399db4637c",
57
57
  repoUrl: "https://github.com/Dstack-TEE/private-ai-gateway.git",
58
58
  osImageHash: "bd369a8c2f9edb2b52dad48ac8e0b32dde5f1337c423a506b48d07403a7d8033",
59
- repoCommit: "d567f6b4c4d93e33037ea202db04db86a8ad881c",
59
+ repoCommit: "b6b5c1b82f6fc59490db5a5255bf4493805e66c6",
60
60
  };
61
61
 
62
62
  const NRAS_ATTEST_URL = "https://nras.attestation.nvidia.com/v3/attest/gpu";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismnetwork/agent-sdk",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Headless GPU leasing and renter-encrypted storage on Prism Network for wallet-holding agents.",
5
5
  "type": "module",
6
6
  "main": "prism.mjs",
package/toolset.mjs CHANGED
@@ -12,7 +12,7 @@
12
12
  import { rmSync } from "node:fs";
13
13
  import { DEFAULT_IMAGE, MAX_COMMAND_BYTES, PrismAgent, PrismError, TRUST_CLASSES } from "./prism.mjs";
14
14
 
15
- export const DEFAULT_ESCROW = "0x62C042265991bEa17B07229322A01850974626dA";
15
+ export const DEFAULT_ESCROW = "0xfD4228eEEfC49e4b76A0CD40af9fdd546220B2FD";
16
16
  export const PUBLIC_API = "https://api.prismnetwork.tech";
17
17
 
18
18
  export const NO_WALLET =