Skip to content

Commit

Permalink
v1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Mosites committed Feb 1, 2021
1 parent aa550c9 commit 6164344
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ USAGE
$ airswap account:delete
```

_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/account/delete.ts)_
_See code: [src/commands/account/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/account/delete.ts)_

## `airswap account:export`

Expand All @@ -160,7 +160,7 @@ USAGE
$ airswap account:export
```

_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/account/export.ts)_
_See code: [src/commands/account/export.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/account/export.ts)_

## `airswap account:generate`

Expand All @@ -173,7 +173,7 @@ USAGE
$ airswap account:generate
```

_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/account/generate.ts)_
_See code: [src/commands/account/generate.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/account/generate.ts)_

## `airswap account:import`

Expand All @@ -186,7 +186,7 @@ USAGE
$ airswap account:import
```

_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/account/import.ts)_
_See code: [src/commands/account/import.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/account/import.ts)_

## `airswap balances`

Expand All @@ -199,7 +199,7 @@ USAGE
$ airswap balances
```

_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/balances.ts)_
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/balances.ts)_

## `airswap chain`

Expand All @@ -212,7 +212,7 @@ USAGE
$ airswap chain
```

_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/chain.ts)_
_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/chain.ts)_

## `airswap debug`

Expand All @@ -225,7 +225,7 @@ USAGE
$ airswap debug
```

_See code: [src/commands/debug.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/debug.ts)_
_See code: [src/commands/debug.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/debug.ts)_

## `airswap gas`

Expand All @@ -238,7 +238,7 @@ USAGE
$ airswap gas
```

_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/gas.ts)_
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/gas.ts)_

## `airswap help [COMMAND]`

Expand Down Expand Up @@ -270,7 +270,7 @@ USAGE
$ airswap indexer:enable
```

_See code: [src/commands/indexer/enable.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/indexer/enable.ts)_
_See code: [src/commands/indexer/enable.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/indexer/enable.ts)_

## `airswap indexer:get`

Expand All @@ -283,7 +283,7 @@ USAGE
$ airswap indexer:get
```

_See code: [src/commands/indexer/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/indexer/get.ts)_
_See code: [src/commands/indexer/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/indexer/get.ts)_

## `airswap indexer:new`

Expand All @@ -296,7 +296,7 @@ USAGE
$ airswap indexer:new
```

_See code: [src/commands/indexer/new.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/indexer/new.ts)_
_See code: [src/commands/indexer/new.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/indexer/new.ts)_

## `airswap indexer:set`

Expand All @@ -309,7 +309,7 @@ USAGE
$ airswap indexer:set
```

_See code: [src/commands/indexer/set.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/indexer/set.ts)_
_See code: [src/commands/indexer/set.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/indexer/set.ts)_

## `airswap indexer:unset`

Expand All @@ -322,7 +322,7 @@ USAGE
$ airswap indexer:unset
```

_See code: [src/commands/indexer/unset.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/indexer/unset.ts)_
_See code: [src/commands/indexer/unset.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/indexer/unset.ts)_

## `airswap ip`

Expand All @@ -335,7 +335,7 @@ USAGE
$ airswap ip
```

_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/ip.ts)_
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/ip.ts)_

## `airswap metadata:add`

Expand All @@ -348,7 +348,7 @@ USAGE
$ airswap metadata:add
```

_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/metadata/add.ts)_
_See code: [src/commands/metadata/add.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/metadata/add.ts)_

## `airswap metadata:delete`

Expand All @@ -361,7 +361,7 @@ USAGE
$ airswap metadata:delete
```

_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/metadata/delete.ts)_
_See code: [src/commands/metadata/delete.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/metadata/delete.ts)_

## `airswap metadata:lookup`

Expand All @@ -374,7 +374,7 @@ USAGE
$ airswap metadata:lookup
```

_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/metadata/lookup.ts)_
_See code: [src/commands/metadata/lookup.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/metadata/lookup.ts)_

## `airswap metadata:update`

Expand All @@ -387,7 +387,7 @@ USAGE
$ airswap metadata:update
```

_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/metadata/update.ts)_
_See code: [src/commands/metadata/update.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/metadata/update.ts)_

## `airswap order:best`

Expand All @@ -400,7 +400,7 @@ USAGE
$ airswap order:best
```

_See code: [src/commands/order/best.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/order/best.ts)_
_See code: [src/commands/order/best.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/order/best.ts)_

## `airswap order:get`

Expand All @@ -413,7 +413,7 @@ USAGE
$ airswap order:get
```

_See code: [src/commands/order/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/order/get.ts)_
_See code: [src/commands/order/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/order/get.ts)_

## `airswap quote:best`

Expand All @@ -426,7 +426,7 @@ USAGE
$ airswap quote:best
```

_See code: [src/commands/quote/best.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/quote/best.ts)_
_See code: [src/commands/quote/best.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/quote/best.ts)_

## `airswap quote:get`

Expand All @@ -439,7 +439,7 @@ USAGE
$ airswap quote:get
```

_See code: [src/commands/quote/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/quote/get.ts)_
_See code: [src/commands/quote/get.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/quote/get.ts)_

## `airswap quote:max`

Expand All @@ -452,7 +452,7 @@ USAGE
$ airswap quote:max
```

_See code: [src/commands/quote/max.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/quote/max.ts)_
_See code: [src/commands/quote/max.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/quote/max.ts)_

## `airswap token:approve`

Expand All @@ -465,7 +465,7 @@ USAGE
$ airswap token:approve
```

_See code: [src/commands/token/approve.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/token/approve.ts)_
_See code: [src/commands/token/approve.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/token/approve.ts)_

## `airswap token:transfer`

Expand All @@ -478,7 +478,7 @@ USAGE
$ airswap token:transfer
```

_See code: [src/commands/token/transfer.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/token/transfer.ts)_
_See code: [src/commands/token/transfer.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/token/transfer.ts)_

## `airswap weth:deposit`

Expand All @@ -491,7 +491,7 @@ USAGE
$ airswap weth:deposit
```

_See code: [src/commands/weth/deposit.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/weth/deposit.ts)_
_See code: [src/commands/weth/deposit.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/weth/deposit.ts)_

## `airswap weth:withdraw`

Expand All @@ -504,5 +504,5 @@ USAGE
$ airswap weth:withdraw
```

_See code: [src/commands/weth/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v1.3.11/src/commands/weth/withdraw.ts)_
_See code: [src/commands/weth/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v1.3.12/src/commands/weth/withdraw.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "airswap",
"description": "Command Line Interface (CLI) for the AirSwap Network",
"version": "1.3.11",
"version": "1.3.12",
"repository": {
"type": "git",
"url": "https://github.com/airswap/airswap-cli"
Expand Down

0 comments on commit 6164344

Please sign in to comment.