@xpr-agents/sdk 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -143,7 +143,7 @@ await feedback.submit({
143
143
  | Network | Chain ID | Endpoints |
144
144
  |---------|----------|-----------|
145
145
  | Mainnet | `384da888...` | `https://proton.eosusa.io` |
146
- | Testnet | `71ee83bc...` | `https://testnet.protonchain.com` |
146
+ | Testnet | `71ee83bc...` | `https://tn1.protonnz.com` |
147
147
 
148
148
  ## Types
149
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xpr-agents/sdk",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "TypeScript SDK for XPR Network Trustless Agent Registry - register agents, submit feedback, validate outputs, and manage escrow jobs",
5
5
  "author": "XPR Network",
6
6
  "license": "MIT",