@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.
- package/arcpay-arbitrum.mjs +2 -2
- package/package.json +1 -1
package/arcpay-arbitrum.mjs
CHANGED
|
@@ -134,7 +134,7 @@ try {
|
|
|
134
134
|
constraints: {
|
|
135
135
|
maxBudgetEth: budgetEth,
|
|
136
136
|
allowedAssets: ["ETH", "USDC", "WETH"],
|
|
137
|
-
allowedVenues: ["GMX", "
|
|
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,
|
|
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.",
|