diff options
Diffstat (limited to 'packages/testnet-faucets/README.md')
-rw-r--r-- | packages/testnet-faucets/README.md | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/packages/testnet-faucets/README.md b/packages/testnet-faucets/README.md index 00352cc2a..a52d16a00 100644 --- a/packages/testnet-faucets/README.md +++ b/packages/testnet-faucets/README.md @@ -63,24 +63,24 @@ Returns a JSON payload describing the state of the queues for each network. For ```json { - "3":{ - "ether":{ - "full":false, - "size":4 + "3": { + "ether": { + "full": false, + "size": 4 }, - "zrx":{ - "full":false, - "size":6 + "zrx": { + "full": false, + "size": 6 } }, - "42":{ - "ether":{ - "full":false, - "size":8 + "42": { + "ether": { + "full": false, + "size": 8 }, - "zrx":{ - "full":false, - "size":20 + "zrx": { + "full": false, + "size": 20 } } } |