Skip to content

Commit 3b3ae49

Browse files
committed
v4.3.2
1 parent 88977c4 commit 3b3ae49

2 files changed

Lines changed: 34 additions & 34 deletions

File tree

README.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ DESCRIPTION
9292
delete the current ethereum account
9393
```
9494

95-
_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/account/delete.ts)_
95+
_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/account/delete.ts)_
9696

9797
## `airswap account:export`
9898

@@ -106,7 +106,7 @@ DESCRIPTION
106106
export the current ethereum account
107107
```
108108

109-
_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/account/export.ts)_
109+
_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/account/export.ts)_
110110

111111
## `airswap account:generate`
112112

@@ -120,7 +120,7 @@ DESCRIPTION
120120
generate a new ethereum account
121121
```
122122

123-
_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/account/generate.ts)_
123+
_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/account/generate.ts)_
124124

125125
## `airswap account:import`
126126

@@ -134,7 +134,7 @@ DESCRIPTION
134134
import an ethereum account
135135
```
136136

137-
_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/account/import.ts)_
137+
_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/account/import.ts)_
138138

139139
## `airswap approve`
140140

@@ -148,7 +148,7 @@ DESCRIPTION
148148
approve a token for trading
149149
```
150150

151-
_See code: [src/commands/approve.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/approve.ts)_
151+
_See code: [src/commands/approve.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/approve.ts)_
152152

153153
## `airswap balances`
154154

@@ -162,7 +162,7 @@ DESCRIPTION
162162
display token balances
163163
```
164164

165-
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/balances.ts)_
165+
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/balances.ts)_
166166

167167
## `airswap best`
168168

@@ -176,7 +176,7 @@ DESCRIPTION
176176
compare order pricing from servers
177177
```
178178

179-
_See code: [src/commands/best.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/best.ts)_
179+
_See code: [src/commands/best.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/best.ts)_
180180

181181
## `airswap chain`
182182

@@ -190,7 +190,7 @@ DESCRIPTION
190190
set the active chain
191191
```
192192

193-
_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/chain.ts)_
193+
_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/chain.ts)_
194194

195195
## `airswap gas`
196196

@@ -204,7 +204,7 @@ DESCRIPTION
204204
set gas price for transactions
205205
```
206206

207-
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/gas.ts)_
207+
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/gas.ts)_
208208

209209
## `airswap help [COMMANDS]`
210210

@@ -238,7 +238,7 @@ DESCRIPTION
238238
inspect protocols for a server
239239
```
240240

241-
_See code: [src/commands/inspect.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/inspect.ts)_
241+
_See code: [src/commands/inspect.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/inspect.ts)_
242242

243243
## `airswap ip`
244244

@@ -252,7 +252,7 @@ DESCRIPTION
252252
display local network addresses
253253
```
254254

255-
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/ip.ts)_
255+
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/ip.ts)_
256256

257257
## `airswap metadata:add`
258258

@@ -266,7 +266,7 @@ DESCRIPTION
266266
add token to local metadata
267267
```
268268

269-
_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/metadata/add.ts)_
269+
_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/metadata/add.ts)_
270270

271271
## `airswap metadata:delete`
272272

@@ -280,7 +280,7 @@ DESCRIPTION
280280
delete token from local metadata
281281
```
282282

283-
_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/metadata/delete.ts)_
283+
_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/metadata/delete.ts)_
284284

285285
## `airswap metadata:lookup`
286286

@@ -294,7 +294,7 @@ DESCRIPTION
294294
lookup token in local metadata
295295
```
296296

297-
_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/metadata/lookup.ts)_
297+
_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/metadata/lookup.ts)_
298298

299299
## `airswap metadata:update`
300300

@@ -308,7 +308,7 @@ DESCRIPTION
308308
update local metadata from remote sources
309309
```
310310

311-
_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/metadata/update.ts)_
311+
_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/metadata/update.ts)_
312312

313313
## `airswap order`
314314

@@ -322,7 +322,7 @@ DESCRIPTION
322322
get an order from a server
323323
```
324324

325-
_See code: [src/commands/order.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/order.ts)_
325+
_See code: [src/commands/order.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/order.ts)_
326326

327327
## `airswap protocols:add`
328328

@@ -336,7 +336,7 @@ DESCRIPTION
336336
add supported protocols to the registry
337337
```
338338

339-
_See code: [src/commands/protocols/add.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/protocols/add.ts)_
339+
_See code: [src/commands/protocols/add.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/protocols/add.ts)_
340340

341341
## `airswap protocols:list`
342342

@@ -350,7 +350,7 @@ DESCRIPTION
350350
list activated protocols
351351
```
352352

353-
_See code: [src/commands/protocols/list.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/protocols/list.ts)_
353+
_See code: [src/commands/protocols/list.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/protocols/list.ts)_
354354

355355
## `airswap protocols:remove`
356356

@@ -364,7 +364,7 @@ DESCRIPTION
364364
remove supported protocols from the registry
365365
```
366366

367-
_See code: [src/commands/protocols/remove.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/protocols/remove.ts)_
367+
_See code: [src/commands/protocols/remove.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/protocols/remove.ts)_
368368

369369
## `airswap registry:approve`
370370

@@ -378,7 +378,7 @@ DESCRIPTION
378378
enable staking on the registry
379379
```
380380

381-
_See code: [src/commands/registry/approve.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/registry/approve.ts)_
381+
_See code: [src/commands/registry/approve.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/registry/approve.ts)_
382382

383383
## `airswap registry:eject`
384384

@@ -392,7 +392,7 @@ DESCRIPTION
392392
remove url, protocols, and tokens from registry
393393
```
394394

395-
_See code: [src/commands/registry/eject.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/registry/eject.ts)_
395+
_See code: [src/commands/registry/eject.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/registry/eject.ts)_
396396

397397
## `airswap registry:list`
398398

@@ -406,7 +406,7 @@ DESCRIPTION
406406
get urls from the registry
407407
```
408408

409-
_See code: [src/commands/registry/list.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/registry/list.ts)_
409+
_See code: [src/commands/registry/list.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/registry/list.ts)_
410410

411411
## `airswap registry:revoke`
412412

@@ -420,7 +420,7 @@ DESCRIPTION
420420
disable staking on the registry
421421
```
422422

423-
_See code: [src/commands/registry/revoke.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/registry/revoke.ts)_
423+
_See code: [src/commands/registry/revoke.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/registry/revoke.ts)_
424424

425425
## `airswap registry:status`
426426

@@ -434,7 +434,7 @@ DESCRIPTION
434434
check status of url, protocols, and tokens on registry
435435
```
436436

437-
_See code: [src/commands/registry/status.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/registry/status.ts)_
437+
_See code: [src/commands/registry/status.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/registry/status.ts)_
438438

439439
## `airswap registry:url`
440440

@@ -448,7 +448,7 @@ DESCRIPTION
448448
set server url on the registry
449449
```
450450

451-
_See code: [src/commands/registry/url.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/registry/url.ts)_
451+
_See code: [src/commands/registry/url.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/registry/url.ts)_
452452

453453
## `airswap revoke`
454454

@@ -462,7 +462,7 @@ DESCRIPTION
462462
revoke a token approval
463463
```
464464

465-
_See code: [src/commands/revoke.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/revoke.ts)_
465+
_See code: [src/commands/revoke.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/revoke.ts)_
466466

467467
## `airswap stream`
468468

@@ -476,7 +476,7 @@ DESCRIPTION
476476
stream quotes for a swap
477477
```
478478

479-
_See code: [src/commands/stream.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/stream.ts)_
479+
_See code: [src/commands/stream.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/stream.ts)_
480480

481481
## `airswap tokens:add`
482482

@@ -490,7 +490,7 @@ DESCRIPTION
490490
add supported tokens to the registry
491491
```
492492

493-
_See code: [src/commands/tokens/add.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/tokens/add.ts)_
493+
_See code: [src/commands/tokens/add.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/tokens/add.ts)_
494494

495495
## `airswap tokens:list`
496496

@@ -504,7 +504,7 @@ DESCRIPTION
504504
list activated tokens
505505
```
506506

507-
_See code: [src/commands/tokens/list.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/tokens/list.ts)_
507+
_See code: [src/commands/tokens/list.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/tokens/list.ts)_
508508

509509
## `airswap tokens:remove`
510510

@@ -518,7 +518,7 @@ DESCRIPTION
518518
remove supported tokens from the registry
519519
```
520520

521-
_See code: [src/commands/tokens/remove.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/tokens/remove.ts)_
521+
_See code: [src/commands/tokens/remove.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/tokens/remove.ts)_
522522

523523
## `airswap transfer`
524524

@@ -532,7 +532,7 @@ DESCRIPTION
532532
transfer tokens to another account
533533
```
534534

535-
_See code: [src/commands/transfer.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/transfer.ts)_
535+
_See code: [src/commands/transfer.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/transfer.ts)_
536536

537537
## `airswap wrapped:deposit`
538538

@@ -546,7 +546,7 @@ DESCRIPTION
546546
deposit eth to weth
547547
```
548548

549-
_See code: [src/commands/wrapped/deposit.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/wrapped/deposit.ts)_
549+
_See code: [src/commands/wrapped/deposit.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/wrapped/deposit.ts)_
550550

551551
## `airswap wrapped:withdraw`
552552

@@ -560,5 +560,5 @@ DESCRIPTION
560560
withdraw eth from weth
561561
```
562562

563-
_See code: [src/commands/wrapped/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v4.3.1/src/commands/wrapped/withdraw.ts)_
563+
_See code: [src/commands/wrapped/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/wrapped/withdraw.ts)_
564564
<!-- 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": "4.3.1",
4+
"version": "4.3.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)