@hsuite/smart-engines-sdk 4.0.0 → 4.1.0

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.
@@ -3340,6 +3340,7 @@ export type AgentRegisterRequest = {
3340
3340
  description?: string;
3341
3341
  capabilities: string[];
3342
3342
  rules: AgentRules;
3343
+ primaryChain?: string;
3343
3344
  fundingConfig?: {
3344
3345
  chain: string;
3345
3346
  maxAmount: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hsuite/smart-engines-sdk",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Simplified client SDK for Smart Engines multi-chain infrastructure",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",