Skip to content

Commit 51b279b

Browse files
committed
v3.0.2
1 parent 62ec937 commit 51b279b

2 files changed

Lines changed: 54 additions & 56 deletions

File tree

README.md

Lines changed: 53 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -98,34 +98,33 @@ $ airswap wrapped:withdraw
9898
# All Commands
9999

100100
<!-- commands -->
101-
102-
- [`airswap account:delete`](#airswap-accountdelete)
103-
- [`airswap account:export`](#airswap-accountexport)
104-
- [`airswap account:generate`](#airswap-accountgenerate)
105-
- [`airswap account:import`](#airswap-accountimport)
106-
- [`airswap balances`](#airswap-balances)
107-
- [`airswap chain`](#airswap-chain)
108-
- [`airswap gas`](#airswap-gas)
109-
- [`airswap help [COMMAND]`](#airswap-help-command)
110-
- [`airswap ip`](#airswap-ip)
111-
- [`airswap metadata:add`](#airswap-metadataadd)
112-
- [`airswap metadata:delete`](#airswap-metadatadelete)
113-
- [`airswap metadata:lookup`](#airswap-metadatalookup)
114-
- [`airswap metadata:update`](#airswap-metadataupdate)
115-
- [`airswap registry:add`](#airswap-registryadd)
116-
- [`airswap registry:enable`](#airswap-registryenable)
117-
- [`airswap registry:get`](#airswap-registryget)
118-
- [`airswap registry:list`](#airswap-registrylist)
119-
- [`airswap registry:remove`](#airswap-registryremove)
120-
- [`airswap registry:url`](#airswap-registryurl)
121-
- [`airswap rfq:best`](#airswap-rfqbest)
122-
- [`airswap rfq:get`](#airswap-rfqget)
123-
- [`airswap stream:open`](#airswap-streamopen)
124-
- [`airswap token:approve`](#airswap-tokenapprove)
125-
- [`airswap token:revoke`](#airswap-tokenrevoke)
126-
- [`airswap token:transfer`](#airswap-tokentransfer)
127-
- [`airswap wrapped:deposit`](#airswap-wrappeddeposit)
128-
- [`airswap wrapped:withdraw`](#airswap-wrappedwithdraw)
101+
* [`airswap account:delete`](#airswap-accountdelete)
102+
* [`airswap account:export`](#airswap-accountexport)
103+
* [`airswap account:generate`](#airswap-accountgenerate)
104+
* [`airswap account:import`](#airswap-accountimport)
105+
* [`airswap balances`](#airswap-balances)
106+
* [`airswap chain`](#airswap-chain)
107+
* [`airswap gas`](#airswap-gas)
108+
* [`airswap help [COMMAND]`](#airswap-help-command)
109+
* [`airswap ip`](#airswap-ip)
110+
* [`airswap metadata:add`](#airswap-metadataadd)
111+
* [`airswap metadata:delete`](#airswap-metadatadelete)
112+
* [`airswap metadata:lookup`](#airswap-metadatalookup)
113+
* [`airswap metadata:update`](#airswap-metadataupdate)
114+
* [`airswap registry:add`](#airswap-registryadd)
115+
* [`airswap registry:enable`](#airswap-registryenable)
116+
* [`airswap registry:get`](#airswap-registryget)
117+
* [`airswap registry:list`](#airswap-registrylist)
118+
* [`airswap registry:remove`](#airswap-registryremove)
119+
* [`airswap registry:url`](#airswap-registryurl)
120+
* [`airswap rfq:best`](#airswap-rfqbest)
121+
* [`airswap rfq:get`](#airswap-rfqget)
122+
* [`airswap stream:open`](#airswap-streamopen)
123+
* [`airswap token:approve`](#airswap-tokenapprove)
124+
* [`airswap token:revoke`](#airswap-tokenrevoke)
125+
* [`airswap token:transfer`](#airswap-tokentransfer)
126+
* [`airswap wrapped:deposit`](#airswap-wrappeddeposit)
127+
* [`airswap wrapped:withdraw`](#airswap-wrappedwithdraw)
129128

130129
## `airswap account:delete`
131130

@@ -138,7 +137,7 @@ USAGE
138137
$ airswap account:delete
139138
```
140139

141-
_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/account/delete.ts)_
140+
_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/account/delete.ts)_
142141

143142
## `airswap account:export`
144143

@@ -151,7 +150,7 @@ USAGE
151150
$ airswap account:export
152151
```
153152

154-
_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/account/export.ts)_
153+
_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/account/export.ts)_
155154

156155
## `airswap account:generate`
157156

@@ -164,7 +163,7 @@ USAGE
164163
$ airswap account:generate
165164
```
166165

167-
_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/account/generate.ts)_
166+
_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/account/generate.ts)_
168167

169168
## `airswap account:import`
170169

@@ -177,7 +176,7 @@ USAGE
177176
$ airswap account:import
178177
```
179178

180-
_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/account/import.ts)_
179+
_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/account/import.ts)_
181180

182181
## `airswap balances`
183182

@@ -190,7 +189,7 @@ USAGE
190189
$ airswap balances
191190
```
192191

193-
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/balances.ts)_
192+
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/balances.ts)_
194193

195194
## `airswap chain`
196195

@@ -203,7 +202,7 @@ USAGE
203202
$ airswap chain
204203
```
205204

206-
_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/chain.ts)_
205+
_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/chain.ts)_
207206

208207
## `airswap gas`
209208

@@ -216,7 +215,7 @@ USAGE
216215
$ airswap gas
217216
```
218217

219-
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/gas.ts)_
218+
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/gas.ts)_
220219

221220
## `airswap help [COMMAND]`
222221

@@ -248,7 +247,7 @@ USAGE
248247
$ airswap ip
249248
```
250249

251-
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/ip.ts)_
250+
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/ip.ts)_
252251

253252
## `airswap metadata:add`
254253

@@ -261,7 +260,7 @@ USAGE
261260
$ airswap metadata:add
262261
```
263262

264-
_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/metadata/add.ts)_
263+
_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/metadata/add.ts)_
265264

266265
## `airswap metadata:delete`
267266

@@ -274,7 +273,7 @@ USAGE
274273
$ airswap metadata:delete
275274
```
276275

277-
_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/metadata/delete.ts)_
276+
_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/metadata/delete.ts)_
278277

279278
## `airswap metadata:lookup`
280279

@@ -287,7 +286,7 @@ USAGE
287286
$ airswap metadata:lookup
288287
```
289288

290-
_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/metadata/lookup.ts)_
289+
_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/metadata/lookup.ts)_
291290

292291
## `airswap metadata:update`
293292

@@ -300,7 +299,7 @@ USAGE
300299
$ airswap metadata:update
301300
```
302301

303-
_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/metadata/update.ts)_
302+
_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/metadata/update.ts)_
304303

305304
## `airswap registry:add`
306305

@@ -313,7 +312,7 @@ USAGE
313312
$ airswap registry:add
314313
```
315314

316-
_See code: [src/commands/registry/add.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/registry/add.ts)_
315+
_See code: [src/commands/registry/add.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/registry/add.ts)_
317316

318317
## `airswap registry:enable`
319318

@@ -326,7 +325,7 @@ USAGE
326325
$ airswap registry:enable
327326
```
328327

329-
_See code: [src/commands/registry/enable.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/registry/enable.ts)_
328+
_See code: [src/commands/registry/enable.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/registry/enable.ts)_
330329

331330
## `airswap registry:get`
332331

@@ -339,7 +338,7 @@ USAGE
339338
$ airswap registry:get
340339
```
341340

342-
_See code: [src/commands/registry/get.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/registry/get.ts)_
341+
_See code: [src/commands/registry/get.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/registry/get.ts)_
343342

344343
## `airswap registry:list`
345344

@@ -352,7 +351,7 @@ USAGE
352351
$ airswap registry:list
353352
```
354353

355-
_See code: [src/commands/registry/list.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/registry/list.ts)_
354+
_See code: [src/commands/registry/list.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/registry/list.ts)_
356355

357356
## `airswap registry:remove`
358357

@@ -365,7 +364,7 @@ USAGE
365364
$ airswap registry:remove
366365
```
367366

368-
_See code: [src/commands/registry/remove.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/registry/remove.ts)_
367+
_See code: [src/commands/registry/remove.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/registry/remove.ts)_
369368

370369
## `airswap registry:url`
371370

@@ -378,7 +377,7 @@ USAGE
378377
$ airswap registry:url
379378
```
380379

381-
_See code: [src/commands/registry/url.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/registry/url.ts)_
380+
_See code: [src/commands/registry/url.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/registry/url.ts)_
382381

383382
## `airswap rfq:best`
384383

@@ -391,7 +390,7 @@ USAGE
391390
$ airswap rfq:best
392391
```
393392

394-
_See code: [src/commands/rfq/best.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/rfq/best.ts)_
393+
_See code: [src/commands/rfq/best.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/rfq/best.ts)_
395394

396395
## `airswap rfq:get`
397396

@@ -404,7 +403,7 @@ USAGE
404403
$ airswap rfq:get
405404
```
406405

407-
_See code: [src/commands/rfq/get.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/rfq/get.ts)_
406+
_See code: [src/commands/rfq/get.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/rfq/get.ts)_
408407

409408
## `airswap stream:open`
410409

@@ -417,7 +416,7 @@ USAGE
417416
$ airswap stream:open
418417
```
419418

420-
_See code: [src/commands/stream/open.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/stream/open.ts)_
419+
_See code: [src/commands/stream/open.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/stream/open.ts)_
421420

422421
## `airswap token:approve`
423422

@@ -430,7 +429,7 @@ USAGE
430429
$ airswap token:approve
431430
```
432431

433-
_See code: [src/commands/token/approve.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/token/approve.ts)_
432+
_See code: [src/commands/token/approve.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/token/approve.ts)_
434433

435434
## `airswap token:revoke`
436435

@@ -443,7 +442,7 @@ USAGE
443442
$ airswap token:revoke
444443
```
445444

446-
_See code: [src/commands/token/revoke.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/token/revoke.ts)_
445+
_See code: [src/commands/token/revoke.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/token/revoke.ts)_
447446

448447
## `airswap token:transfer`
449448

@@ -456,7 +455,7 @@ USAGE
456455
$ airswap token:transfer
457456
```
458457

459-
_See code: [src/commands/token/transfer.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/token/transfer.ts)_
458+
_See code: [src/commands/token/transfer.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/token/transfer.ts)_
460459

461460
## `airswap wrapped:deposit`
462461

@@ -469,7 +468,7 @@ USAGE
469468
$ airswap wrapped:deposit
470469
```
471470

472-
_See code: [src/commands/wrapped/deposit.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/wrapped/deposit.ts)_
471+
_See code: [src/commands/wrapped/deposit.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/wrapped/deposit.ts)_
473472

474473
## `airswap wrapped:withdraw`
475474

@@ -482,6 +481,5 @@ USAGE
482481
$ airswap wrapped:withdraw
483482
```
484483

485-
_See code: [src/commands/wrapped/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v3.0.1/src/commands/wrapped/withdraw.ts)_
486-
484+
_See code: [src/commands/wrapped/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v3.0.2/src/commands/wrapped/withdraw.ts)_
487485
<!-- 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": "3.0.1",
4+
"version": "3.0.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/airswap/airswap-cli"

0 commit comments

Comments
 (0)