We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f6dbaf + 6d86a1b commit 7df0a2cCopy full SHA for 7df0a2c
2 files changed
CLI.md
@@ -3031,5 +3031,7 @@ options:
3031
or Ledger devices (default: 0)
3032
--sender-username SENDER_USERNAME 🖄 the username of the sender
3033
--chain {D,T} the chain identifier
3034
+ --api API custom api url for the native auth client
3035
+ --wallet-url WALLET_URL custom wallet url to call the faucet from
3036
3037
```
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "multiversx-sdk-cli"
7
-version = "10.0.1"
+version = "10.1.0"
8
authors = [
9
{ name="MultiversX" },
10
]
0 commit comments