Skip to content

Commit 16b3d7a

Browse files
committed
chore: updates CLI README
1 parent c30464e commit 16b3d7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cli/README.md

Lines changed: 3 additions & 3 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.2 darwin-arm64 node-v22.17.0
23+
@aave/cli/4.1.0-next.3 darwin-arm64 node-v22.17.0
2424
$ aave --help [COMMAND]
2525
USAGE
2626
$ aave COMMAND
@@ -50,7 +50,7 @@ DESCRIPTION
5050
List Aave v4 liquidity hubs
5151
```
5252

53-
_See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.2/src/commands/hubs/list.ts)_
53+
_See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.3/src/commands/hubs/list.ts)_
5454

5555
## `aave spokes list`
5656

@@ -72,5 +72,5 @@ DESCRIPTION
7272
List Aave v4 spokes
7373
```
7474

75-
_See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.2/src/commands/spokes/list.ts)_
75+
_See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.3/src/commands/spokes/list.ts)_
7676
<!-- commandsstop -->

0 commit comments

Comments
 (0)