@arcpaylabs/arbitrum-cli 0.1.0 → 0.1.1

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.
@@ -134,7 +134,7 @@ try {
134
134
  constraints: {
135
135
  maxBudgetEth: budgetEth,
136
136
  allowedAssets: ["ETH", "USDC", "WETH"],
137
- allowedVenues: ["GMX", "Stylus policy module", "ZeroDev smart account", "Dune evidence", "Manual signer"],
137
+ allowedVenues: ["GMX", "ZeroDev smart account", "Dune evidence", "Manual signer"],
138
138
  requireArcPayPolicy: true,
139
139
  requireOperatorApprovalForLeverage: true,
140
140
  requireExecutionEvidence: true,
@@ -158,7 +158,7 @@ try {
158
158
  },
159
159
  setup: [
160
160
  "Register or select an ArcPay agent identity.",
161
- "Choose an execution adapter: GMX intent, Stylus policy check, ZeroDev smart account, Dune evidence, or manual signer.",
161
+ "Choose an execution adapter: GMX intent, ZeroDev smart account, Dune evidence, or manual signer.",
162
162
  "Create the x402 quote or escrow order before work starts.",
163
163
  "Execute only after policy approval and budget checks.",
164
164
  "Attach Arbiscan tx hash, x402 verification, Dune query link, or signed result evidence before marking the work complete.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcpaylabs/arbitrum-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "description": "Developer CLI for ArcPay Arbitrum contracts, x402, invoices, privacy intents, and MCP setup.",
6
6
  "type": "module",