@goplausible/openclaw-algorand-plugin 0.8.3 → 1.0.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.
package/package.json
CHANGED
|
@@ -67,7 +67,7 @@ Before ANY transaction:
|
|
|
67
67
|
2. **Asset Opt-In**: Verify with `api_algod_get_account_asset_info` before ASA transfers
|
|
68
68
|
3. **Fees**: Every txn costs 0.001 ALGO (1,000 microAlgos) minimum
|
|
69
69
|
4. **Balance Check**: Fetch current balance with `wallet_get_info` or `api_algod_get_account_info`
|
|
70
|
-
5. **Spending Limits**: Wallet enforces per-transaction and daily limits
|
|
70
|
+
5. **Spending Limits**: Wallet enforces per-transaction (`allowance`) and daily (`dailyAllowance`) limits. Setting either to `0` means **unlimited**
|
|
71
71
|
6. **Order**: Fund account with ALGO first, then asset transactions
|
|
72
72
|
|
|
73
73
|
## Common Mainnet Assets
|