Skip to content

Commit 1b51ba4

Browse files
committed
chore: updates CLI README file
1 parent 111a89b commit 1b51ba4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g @aave/cli
2020
$ aave COMMAND
2121
running command...
2222
$ aave (--version)
23-
@aave/cli/4.1.0-next.4 darwin-arm64 node-v22.17.0
23+
@aave/cli/4.1.0-next.5 darwin-arm64 node-v22.17.0
2424
$ aave --help [COMMAND]
2525
USAGE
2626
$ aave COMMAND
@@ -51,7 +51,7 @@ DESCRIPTION
5151
List Aave v4 liquidity hubs
5252
```
5353

54-
_See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.4/src/commands/hubs/list.ts)_
54+
_See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.5/src/commands/hubs/list.ts)_
5555

5656
## `aave reserves list`
5757

@@ -74,7 +74,7 @@ DESCRIPTION
7474
List Aave v4 reserves
7575
```
7676

77-
_See code: [src/commands/reserves/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.4/src/commands/reserves/list.ts)_
77+
_See code: [src/commands/reserves/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.5/src/commands/reserves/list.ts)_
7878

7979
## `aave spokes list`
8080

@@ -96,5 +96,5 @@ DESCRIPTION
9696
List Aave v4 spokes
9797
```
9898

99-
_See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.4/src/commands/spokes/list.ts)_
99+
_See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.5/src/commands/spokes/list.ts)_
100100
<!-- commandsstop -->

0 commit comments

Comments
 (0)