Skip to content

Commit

Permalink
libraries upgrade to 5; version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Oct 1, 2024
1 parent a427276 commit 998bfc7
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 79 deletions.
66 changes: 33 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ DESCRIPTION
delete the current ethereum account
```

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

## `airswap account:export`

Expand All @@ -106,7 +106,7 @@ DESCRIPTION
export the current ethereum account
```

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

## `airswap account:generate`

Expand All @@ -120,7 +120,7 @@ DESCRIPTION
generate a new ethereum account
```

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

## `airswap account:import`

Expand All @@ -134,7 +134,7 @@ DESCRIPTION
import an ethereum account
```

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

## `airswap approve`

Expand All @@ -148,7 +148,7 @@ DESCRIPTION
approve a token for trading
```

_See code: [src/commands/approve.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/approve.ts)_
_See code: [src/commands/approve.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/approve.ts)_

## `airswap balances`

Expand All @@ -162,7 +162,7 @@ DESCRIPTION
display token balances
```

_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/balances.ts)_
_See code: [src/commands/balances.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/balances.ts)_

## `airswap best`

Expand All @@ -176,7 +176,7 @@ DESCRIPTION
compare order pricing from servers
```

_See code: [src/commands/best.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/best.ts)_
_See code: [src/commands/best.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/best.ts)_

## `airswap chain`

Expand All @@ -190,7 +190,7 @@ DESCRIPTION
set the active chain
```

_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/chain.ts)_
_See code: [src/commands/chain.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/chain.ts)_

## `airswap gas`

Expand All @@ -204,7 +204,7 @@ DESCRIPTION
set gas price for transactions
```

_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/gas.ts)_
_See code: [src/commands/gas.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/gas.ts)_

## `airswap help [COMMANDS]`

Expand Down Expand Up @@ -238,7 +238,7 @@ DESCRIPTION
inspect protocols for a server
```

_See code: [src/commands/inspect.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/inspect.ts)_
_See code: [src/commands/inspect.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/inspect.ts)_

## `airswap ip`

Expand All @@ -252,7 +252,7 @@ DESCRIPTION
display local network addresses
```

_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/ip.ts)_
_See code: [src/commands/ip.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/ip.ts)_

## `airswap metadata:add`

Expand All @@ -266,7 +266,7 @@ DESCRIPTION
add token to local metadata
```

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

## `airswap metadata:delete`

Expand All @@ -280,7 +280,7 @@ DESCRIPTION
delete token from local metadata
```

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

## `airswap metadata:lookup`

Expand All @@ -294,7 +294,7 @@ DESCRIPTION
lookup token in local metadata
```

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

## `airswap metadata:update`

Expand All @@ -308,7 +308,7 @@ DESCRIPTION
update local metadata from remote sources
```

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

## `airswap order`

Expand All @@ -322,7 +322,7 @@ DESCRIPTION
get an order from a server
```

_See code: [src/commands/order.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/order.ts)_
_See code: [src/commands/order.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/order.ts)_

## `airswap protocols:add`

Expand All @@ -336,7 +336,7 @@ DESCRIPTION
add supported protocols to the registry
```

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

## `airswap protocols:list`

Expand All @@ -350,7 +350,7 @@ DESCRIPTION
list activated protocols
```

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

## `airswap protocols:remove`

Expand All @@ -364,7 +364,7 @@ DESCRIPTION
remove supported protocols from the registry
```

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

## `airswap registry:approve`

Expand All @@ -378,7 +378,7 @@ DESCRIPTION
enable staking on the registry
```

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

## `airswap registry:eject`

Expand All @@ -392,7 +392,7 @@ DESCRIPTION
remove url, protocols, and tokens from registry
```

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

## `airswap registry:list`

Expand All @@ -406,7 +406,7 @@ DESCRIPTION
get urls from the registry
```

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

## `airswap registry:revoke`

Expand All @@ -420,7 +420,7 @@ DESCRIPTION
disable staking on the registry
```

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

## `airswap registry:status`

Expand All @@ -434,7 +434,7 @@ DESCRIPTION
check status of url, protocols, and tokens on registry
```

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

## `airswap registry:url`

Expand All @@ -448,7 +448,7 @@ DESCRIPTION
set server url on the registry
```

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

## `airswap revoke`

Expand All @@ -462,7 +462,7 @@ DESCRIPTION
revoke a token approval
```

_See code: [src/commands/revoke.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/revoke.ts)_
_See code: [src/commands/revoke.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/revoke.ts)_

## `airswap stream`

Expand All @@ -476,7 +476,7 @@ DESCRIPTION
stream quotes for a swap
```

_See code: [src/commands/stream.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/stream.ts)_
_See code: [src/commands/stream.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/stream.ts)_

## `airswap tokens:add`

Expand All @@ -490,7 +490,7 @@ DESCRIPTION
add supported tokens to the registry
```

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

## `airswap tokens:list`

Expand All @@ -504,7 +504,7 @@ DESCRIPTION
list activated tokens
```

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

## `airswap tokens:remove`

Expand All @@ -518,7 +518,7 @@ DESCRIPTION
remove supported tokens from the registry
```

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

## `airswap transfer`

Expand All @@ -532,7 +532,7 @@ DESCRIPTION
transfer tokens to another account
```

_See code: [src/commands/transfer.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/transfer.ts)_
_See code: [src/commands/transfer.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/transfer.ts)_

## `airswap wrapped:deposit`

Expand All @@ -546,7 +546,7 @@ DESCRIPTION
deposit eth to weth
```

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

## `airswap wrapped:withdraw`

Expand All @@ -560,5 +560,5 @@ DESCRIPTION
withdraw eth from weth
```

_See code: [src/commands/wrapped/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v4.3.2/src/commands/wrapped/withdraw.ts)_
_See code: [src/commands/wrapped/withdraw.ts](https://github.com/airswap/airswap-cli/blob/v5.0.0/src/commands/wrapped/withdraw.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions 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": "4.3.2",
"version": "5.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"pretty:fix": "prettier --write \"./**/*.ts\""
},
"dependencies": {
"@airswap/libraries": "4.3.4",
"@airswap/libraries": "5.0.1",
"@oclif/command": "^1.8.22",
"@oclif/config": "^1.18.8",
"@oclif/plugin-help": "^5.2.6",
Expand Down
Loading

0 comments on commit 998bfc7

Please sign in to comment.