@prismnetwork/agent-sdk 0.7.4 → 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 +1 -1
- package/package.json +1 -1
- package/toolset.mjs +1 -1
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: "
|
|
20
|
+
escrow: "0xfD4228eEEfC49e4b76A0CD40af9fdd546220B2FD",
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
await agent.authenticate();
|
package/package.json
CHANGED
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 = "
|
|
15
|
+
export const DEFAULT_ESCROW = "0xfD4228eEEfC49e4b76A0CD40af9fdd546220B2FD";
|
|
16
16
|
export const PUBLIC_API = "https://api.prismnetwork.tech";
|
|
17
17
|
|
|
18
18
|
export const NO_WALLET =
|