Skip to content

Commit

Permalink
v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Mosites committed Jan 13, 2021
1 parent 4ec1788 commit 302ef47
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 @@ -145,7 +145,7 @@ USAGE
$ airswap account:delete
```

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

## `airswap account:export`

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

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

## `airswap account:generate`

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

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

## `airswap account:import`

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

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

## `airswap balances`

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

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

## `airswap chain`

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

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

## `airswap debug`

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

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

## `airswap gas`

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

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

## `airswap help [COMMAND]`

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

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

## `airswap indexer:get`

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

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

## `airswap indexer:new`

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

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

## `airswap indexer:set`

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

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

## `airswap indexer:unset`

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

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

## `airswap ip`

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

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

## `airswap metadata:add`

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

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

## `airswap metadata:delete`

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

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

## `airswap metadata:lookup`

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

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

## `airswap metadata:update`

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

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

## `airswap order:best`

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

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

## `airswap order:get`

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

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

## `airswap quote:best`

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

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

## `airswap quote:get`

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

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

## `airswap quote:max`

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

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

## `airswap token:approve`

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

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

## `airswap token:transfer`

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

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

## `airswap weth:deposit`

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

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

## `airswap weth:withdraw`

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

_See code: [src/commands/weth/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v1.3.9/src/commands/weth/withdraw.ts)_
_See code: [src/commands/weth/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v1.3.10/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.9",
"version": "1.3.10",
"repository": {
"type": "git",
"url": "https://github.com/airswap/airswap-cli"
Expand Down

0 comments on commit 302ef47

Please sign in to comment.