Skip to content

Commit 1f703c0

Browse files
author
Don Mosites
committed
1.2.14
1 parent d74a6b0 commit 1f703c0

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ USAGE
144144
$ airswap account:delete
145145
```
146146

147-
_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/account/delete.ts)_
147+
_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/account/delete.ts)_
148148

149149
## `airswap account:export`
150150

@@ -155,7 +155,7 @@ USAGE
155155
$ airswap account:export
156156
```
157157

158-
_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/account/export.ts)_
158+
_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/account/export.ts)_
159159

160160
## `airswap account:generate`
161161

@@ -166,7 +166,7 @@ USAGE
166166
$ airswap account:generate
167167
```
168168

169-
_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/account/generate.ts)_
169+
_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/account/generate.ts)_
170170

171171
## `airswap account:import`
172172

@@ -177,7 +177,7 @@ USAGE
177177
$ airswap account:import
178178
```
179179

180-
_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/account/import.ts)_
180+
_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/account/import.ts)_
181181

182182
## `airswap balances`
183183

@@ -188,7 +188,7 @@ USAGE
188188
$ airswap balances
189189
```
190190

191-
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/balances.ts)_
191+
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/balances.ts)_
192192

193193
## `airswap gas`
194194

@@ -199,7 +199,7 @@ USAGE
199199
$ airswap gas
200200
```
201201

202-
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/gas.ts)_
202+
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/gas.ts)_
203203

204204
## `airswap help [COMMAND]`
205205

@@ -227,7 +227,7 @@ USAGE
227227
$ airswap indexer:enable
228228
```
229229

230-
_See code: [src/commands/indexer/enable.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/indexer/enable.ts)_
230+
_See code: [src/commands/indexer/enable.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/indexer/enable.ts)_
231231

232232
## `airswap indexer:get`
233233

@@ -238,7 +238,7 @@ USAGE
238238
$ airswap indexer:get
239239
```
240240

241-
_See code: [src/commands/indexer/get.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/indexer/get.ts)_
241+
_See code: [src/commands/indexer/get.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/indexer/get.ts)_
242242

243243
## `airswap indexer:new`
244244

@@ -249,7 +249,7 @@ USAGE
249249
$ airswap indexer:new
250250
```
251251

252-
_See code: [src/commands/indexer/new.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/indexer/new.ts)_
252+
_See code: [src/commands/indexer/new.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/indexer/new.ts)_
253253

254254
## `airswap indexer:set`
255255

@@ -260,7 +260,7 @@ USAGE
260260
$ airswap indexer:set
261261
```
262262

263-
_See code: [src/commands/indexer/set.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/indexer/set.ts)_
263+
_See code: [src/commands/indexer/set.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/indexer/set.ts)_
264264

265265
## `airswap indexer:unset`
266266

@@ -271,7 +271,7 @@ USAGE
271271
$ airswap indexer:unset
272272
```
273273

274-
_See code: [src/commands/indexer/unset.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/indexer/unset.ts)_
274+
_See code: [src/commands/indexer/unset.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/indexer/unset.ts)_
275275

276276
## `airswap ip`
277277

@@ -282,7 +282,7 @@ USAGE
282282
$ airswap ip
283283
```
284284

285-
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/ip.ts)_
285+
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/ip.ts)_
286286

287287
## `airswap metadata:add`
288288

@@ -293,7 +293,7 @@ USAGE
293293
$ airswap metadata:add
294294
```
295295

296-
_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/metadata/add.ts)_
296+
_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/metadata/add.ts)_
297297

298298
## `airswap metadata:delete`
299299

@@ -304,7 +304,7 @@ USAGE
304304
$ airswap metadata:delete
305305
```
306306

307-
_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/metadata/delete.ts)_
307+
_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/metadata/delete.ts)_
308308

309309
## `airswap metadata:lookup`
310310

@@ -315,7 +315,7 @@ USAGE
315315
$ airswap metadata:lookup
316316
```
317317

318-
_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/metadata/lookup.ts)_
318+
_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/metadata/lookup.ts)_
319319

320320
## `airswap metadata:update`
321321

@@ -326,7 +326,7 @@ USAGE
326326
$ airswap metadata:update
327327
```
328328

329-
_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/metadata/update.ts)_
329+
_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/metadata/update.ts)_
330330

331331
## `airswap network`
332332

@@ -337,7 +337,7 @@ USAGE
337337
$ airswap network
338338
```
339339

340-
_See code: [src/commands/network.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/network.ts)_
340+
_See code: [src/commands/network.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/network.ts)_
341341

342342
## `airswap order:best`
343343

@@ -348,7 +348,7 @@ USAGE
348348
$ airswap order:best
349349
```
350350

351-
_See code: [src/commands/order/best.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/order/best.ts)_
351+
_See code: [src/commands/order/best.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/order/best.ts)_
352352

353353
## `airswap order:get`
354354

@@ -359,7 +359,7 @@ USAGE
359359
$ airswap order:get
360360
```
361361

362-
_See code: [src/commands/order/get.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/order/get.ts)_
362+
_See code: [src/commands/order/get.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/order/get.ts)_
363363

364364
## `airswap quote:best`
365365

@@ -370,7 +370,7 @@ USAGE
370370
$ airswap quote:best
371371
```
372372

373-
_See code: [src/commands/quote/best.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/quote/best.ts)_
373+
_See code: [src/commands/quote/best.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/quote/best.ts)_
374374

375375
## `airswap quote:get`
376376

@@ -381,7 +381,7 @@ USAGE
381381
$ airswap quote:get
382382
```
383383

384-
_See code: [src/commands/quote/get.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/quote/get.ts)_
384+
_See code: [src/commands/quote/get.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/quote/get.ts)_
385385

386386
## `airswap quote:max`
387387

@@ -392,7 +392,7 @@ USAGE
392392
$ airswap quote:max
393393
```
394394

395-
_See code: [src/commands/quote/max.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/quote/max.ts)_
395+
_See code: [src/commands/quote/max.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/quote/max.ts)_
396396

397397
## `airswap token:approve`
398398

@@ -403,7 +403,7 @@ USAGE
403403
$ airswap token:approve
404404
```
405405

406-
_See code: [src/commands/token/approve.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/token/approve.ts)_
406+
_See code: [src/commands/token/approve.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/token/approve.ts)_
407407

408408
## `airswap token:transfer`
409409

@@ -414,7 +414,7 @@ USAGE
414414
$ airswap token:transfer
415415
```
416416

417-
_See code: [src/commands/token/transfer.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/token/transfer.ts)_
417+
_See code: [src/commands/token/transfer.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/token/transfer.ts)_
418418

419419
## `airswap weth:deposit`
420420

@@ -425,7 +425,7 @@ USAGE
425425
$ airswap weth:deposit
426426
```
427427

428-
_See code: [src/commands/weth/deposit.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/weth/deposit.ts)_
428+
_See code: [src/commands/weth/deposit.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/weth/deposit.ts)_
429429

430430
## `airswap weth:withdraw`
431431

@@ -436,5 +436,5 @@ USAGE
436436
$ airswap weth:withdraw
437437
```
438438

439-
_See code: [src/commands/weth/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v1.2.13/src/commands/weth/withdraw.ts)_
439+
_See code: [src/commands/weth/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v1.2.14/src/commands/weth/withdraw.ts)_
440440
<!-- 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.2.13",
4+
"version": "1.2.14",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/airswap/airswap-cli"

0 commit comments

Comments
 (0)