Update README.md

This commit is contained in:
Bryan Stitt 2023-01-09 10:09:36 -08:00 committed by GitHub
parent cefbfef4d0
commit c6f02a33b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ cargo run up
### Create a user: ### Create a user:
``` ```
web3_proxy_cli --db-url ... create_user --address 0x0000000000000000000000000000000000000000 --email infra@llamanodes.com --description "..." web3_proxy_cli --config ... create_user --address 0x0000000000000000000000000000000000000000 --email infra@llamanodes.com --description "..."
``` ```
### Give a user unlimited requests per second: ### Give a user unlimited requests per second:
@ -96,7 +96,7 @@ web3_proxy_cli --db-url ... create_user --address 0x0000000000000000000000000000
Copy the ULID key (or UUID key) out of the above command, and put it into the following command. Copy the ULID key (or UUID key) out of the above command, and put it into the following command.
``` ```
web3_proxy_cli --db-url ... change_user_tier_by_key "$RPC_ULID_KEY_FROM_PREV_COMMAND" "Unlimited" web3_proxy_cli --config ... change_user_tier_by_key "$RPC_ULID_KEY_FROM_PREV_COMMAND" "Unlimited"
``` ```
### Health compass ### Health compass