Skip to content

Commit

Permalink
getTez: Bump version + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harryttd committed Oct 19, 2023
1 parent 7076409 commit db7001a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion getTez/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import getTez from "@oxheadalpha/get-tez"

You can then use the `getTez` function to interact with the Tezos faucet. The function takes an object as an argument, with the following properties:

- `address`: The address to send Tez to.
- `address`: The address to send Tez to. This can be a raw Tezos public key hash or a local address's alias.
- `amount`: The amount of Tez to request.
- `network`: The faucet's network name. Must match a network name with a faucet listed at https://teztnets.xyz. Ignored if `faucetUrl` is set.
- `faucetUrl`: The custom faucet URL. Ignores `network`.
Expand Down
4 changes: 2 additions & 2 deletions getTez/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion getTez/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxheadalpha/get-tez",
"version": "1.0.4",
"version": "1.0.6",
"description": "Programmatic script to get Tezos from faucet",
"main": "dist/getTez.js",
"bin": {
Expand Down

0 comments on commit db7001a

Please sign in to comment.