From 1b4958f5cac1d0188ad09e94e075f4cb352ac0b9 Mon Sep 17 00:00:00 2001 From: Milan Steiner Date: Wed, 16 Feb 2022 15:20:46 +0100 Subject: [PATCH] Added to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50346f6cc..15b6551eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,7 +84,10 @@ and this project adheres to @cosmjs/launchpad. They are re-exported in @cosmjs/launchpad for backwards compatibility. - @cosmjs/stargate: Add `GasPrice.toString`. +- @cosmjs/faucet: Added a new functionality to faucet: Each address is only + allowed to get credits once every 24h to prevent draining. ([#962])) +[#962]: https://github.com/cosmos/cosmjs/issues/962 [#938]: https://github.com/cosmos/cosmjs/issues/938 [#932]: https://github.com/cosmos/cosmjs/issues/932 [#878]: https://github.com/cosmos/cosmjs/issues/878