@lawrenceliang-btc/atel-sdk 1.2.12 → 1.2.14
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/bin/atel.mjs +874 -135
- package/bin/notification-action-helpers.mjs +41 -1
- package/bin/order-cancel-helpers.mjs +77 -0
- package/package.json +2 -2
- package/skill/atel-agent/SKILL.md +3 -3
- package/skill/atel-agent/setup.sh +1 -1
- package/skill/references/quickstart.md +1 -1
package/README.md
CHANGED
|
@@ -293,7 +293,7 @@ atel milestone-verify <orderId> <index> --pass # Verify submitted milestone
|
|
|
293
293
|
Notes:
|
|
294
294
|
|
|
295
295
|
- Paid Platform orders are currently supported on `Base` and `BSC`
|
|
296
|
-
- Before acting on a paid order, inspect `atel order-info <orderId>`
|
|
296
|
+
- Before acting on a paid order, inspect `atel order-info <orderId>` and, when history matters, `GET /trade/v1/order/<orderId>/timeline`
|
|
297
297
|
- Treat `order.chain` as the only source of truth for:
|
|
298
298
|
- smart wallet
|
|
299
299
|
- escrow
|