Skip to content

Commit cd8f232

Browse files
author
Don Mosites
committed
v1.3.4
1 parent 5f4b219 commit cd8f232

2 files changed

Lines changed: 39 additions & 27 deletions

File tree

README.md

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ $ airswap weth:withdraw
113113
* [`airswap account:import`](#airswap-accountimport)
114114
* [`airswap balances`](#airswap-balances)
115115
* [`airswap chain`](#airswap-chain)
116+
* [`airswap debug`](#airswap-debug)
116117
* [`airswap gas`](#airswap-gas)
117118
* [`airswap help [COMMAND]`](#airswap-help-command)
118119
* [`airswap indexer:enable`](#airswap-indexerenable)
@@ -144,7 +145,7 @@ USAGE
144145
$ airswap account:delete
145146
```
146147

147-
_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/account/delete.ts)_
148+
_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/account/delete.ts)_
148149

149150
## `airswap account:export`
150151

@@ -155,7 +156,7 @@ USAGE
155156
$ airswap account:export
156157
```
157158

158-
_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/account/export.ts)_
159+
_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/account/export.ts)_
159160

160161
## `airswap account:generate`
161162

@@ -166,7 +167,7 @@ USAGE
166167
$ airswap account:generate
167168
```
168169

169-
_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/account/generate.ts)_
170+
_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/account/generate.ts)_
170171

171172
## `airswap account:import`
172173

@@ -177,7 +178,7 @@ USAGE
177178
$ airswap account:import
178179
```
179180

180-
_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/account/import.ts)_
181+
_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/account/import.ts)_
181182

182183
## `airswap balances`
183184

@@ -188,7 +189,7 @@ USAGE
188189
$ airswap balances
189190
```
190191

191-
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/balances.ts)_
192+
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/balances.ts)_
192193

193194
## `airswap chain`
194195

@@ -199,7 +200,18 @@ USAGE
199200
$ airswap chain
200201
```
201202

202-
_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/chain.ts)_
203+
_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/chain.ts)_
204+
205+
## `airswap debug`
206+
207+
debug a transaction given its input data
208+
209+
```
210+
USAGE
211+
$ airswap debug
212+
```
213+
214+
_See code: [src/commands/debug.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/debug.ts)_
203215

204216
## `airswap gas`
205217

@@ -210,7 +222,7 @@ USAGE
210222
$ airswap gas
211223
```
212224

213-
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/gas.ts)_
225+
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/gas.ts)_
214226

215227
## `airswap help [COMMAND]`
216228

@@ -238,7 +250,7 @@ USAGE
238250
$ airswap indexer:enable
239251
```
240252

241-
_See code: [src/commands/indexer/enable.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/indexer/enable.ts)_
253+
_See code: [src/commands/indexer/enable.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/indexer/enable.ts)_
242254

243255
## `airswap indexer:get`
244256

@@ -249,7 +261,7 @@ USAGE
249261
$ airswap indexer:get
250262
```
251263

252-
_See code: [src/commands/indexer/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/indexer/get.ts)_
264+
_See code: [src/commands/indexer/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/indexer/get.ts)_
253265

254266
## `airswap indexer:new`
255267

@@ -260,7 +272,7 @@ USAGE
260272
$ airswap indexer:new
261273
```
262274

263-
_See code: [src/commands/indexer/new.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/indexer/new.ts)_
275+
_See code: [src/commands/indexer/new.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/indexer/new.ts)_
264276

265277
## `airswap indexer:set`
266278

@@ -271,7 +283,7 @@ USAGE
271283
$ airswap indexer:set
272284
```
273285

274-
_See code: [src/commands/indexer/set.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/indexer/set.ts)_
286+
_See code: [src/commands/indexer/set.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/indexer/set.ts)_
275287

276288
## `airswap indexer:unset`
277289

@@ -282,7 +294,7 @@ USAGE
282294
$ airswap indexer:unset
283295
```
284296

285-
_See code: [src/commands/indexer/unset.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/indexer/unset.ts)_
297+
_See code: [src/commands/indexer/unset.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/indexer/unset.ts)_
286298

287299
## `airswap ip`
288300

@@ -293,7 +305,7 @@ USAGE
293305
$ airswap ip
294306
```
295307

296-
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/ip.ts)_
308+
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/ip.ts)_
297309

298310
## `airswap metadata:add`
299311

@@ -304,7 +316,7 @@ USAGE
304316
$ airswap metadata:add
305317
```
306318

307-
_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/metadata/add.ts)_
319+
_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/metadata/add.ts)_
308320

309321
## `airswap metadata:delete`
310322

@@ -315,7 +327,7 @@ USAGE
315327
$ airswap metadata:delete
316328
```
317329

318-
_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/metadata/delete.ts)_
330+
_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/metadata/delete.ts)_
319331

320332
## `airswap metadata:lookup`
321333

@@ -326,7 +338,7 @@ USAGE
326338
$ airswap metadata:lookup
327339
```
328340

329-
_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/metadata/lookup.ts)_
341+
_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/metadata/lookup.ts)_
330342

331343
## `airswap metadata:update`
332344

@@ -337,7 +349,7 @@ USAGE
337349
$ airswap metadata:update
338350
```
339351

340-
_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/metadata/update.ts)_
352+
_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/metadata/update.ts)_
341353

342354
## `airswap order:best`
343355

@@ -348,7 +360,7 @@ USAGE
348360
$ airswap order:best
349361
```
350362

351-
_See code: [src/commands/order/best.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/order/best.ts)_
363+
_See code: [src/commands/order/best.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/order/best.ts)_
352364

353365
## `airswap order:get`
354366

@@ -359,7 +371,7 @@ USAGE
359371
$ airswap order:get
360372
```
361373

362-
_See code: [src/commands/order/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/order/get.ts)_
374+
_See code: [src/commands/order/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/order/get.ts)_
363375

364376
## `airswap quote:best`
365377

@@ -370,7 +382,7 @@ USAGE
370382
$ airswap quote:best
371383
```
372384

373-
_See code: [src/commands/quote/best.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/quote/best.ts)_
385+
_See code: [src/commands/quote/best.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/quote/best.ts)_
374386

375387
## `airswap quote:get`
376388

@@ -381,7 +393,7 @@ USAGE
381393
$ airswap quote:get
382394
```
383395

384-
_See code: [src/commands/quote/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/quote/get.ts)_
396+
_See code: [src/commands/quote/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/quote/get.ts)_
385397

386398
## `airswap quote:max`
387399

@@ -392,7 +404,7 @@ USAGE
392404
$ airswap quote:max
393405
```
394406

395-
_See code: [src/commands/quote/max.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/quote/max.ts)_
407+
_See code: [src/commands/quote/max.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/quote/max.ts)_
396408

397409
## `airswap token:approve`
398410

@@ -403,7 +415,7 @@ USAGE
403415
$ airswap token:approve
404416
```
405417

406-
_See code: [src/commands/token/approve.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/token/approve.ts)_
418+
_See code: [src/commands/token/approve.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/token/approve.ts)_
407419

408420
## `airswap token:transfer`
409421

@@ -414,7 +426,7 @@ USAGE
414426
$ airswap token:transfer
415427
```
416428

417-
_See code: [src/commands/token/transfer.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/token/transfer.ts)_
429+
_See code: [src/commands/token/transfer.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/token/transfer.ts)_
418430

419431
## `airswap weth:deposit`
420432

@@ -425,7 +437,7 @@ USAGE
425437
$ airswap weth:deposit
426438
```
427439

428-
_See code: [src/commands/weth/deposit.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/weth/deposit.ts)_
440+
_See code: [src/commands/weth/deposit.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/weth/deposit.ts)_
429441

430442
## `airswap weth:withdraw`
431443

@@ -436,5 +448,5 @@ USAGE
436448
$ airswap weth:withdraw
437449
```
438450

439-
_See code: [src/commands/weth/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v1.3.3/src/commands/weth/withdraw.ts)_
451+
_See code: [src/commands/weth/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v1.3.4/src/commands/weth/withdraw.ts)_
440452
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "airswap",
33
"description": "Command Line Interface (CLI) for the AirSwap Network",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/airswap/airswap-cli"

0 commit comments

Comments
 (0)