From 3e080e834b4c9f7aaa03d7de704e6a99a6094776 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 18 Aug 2020 17:26:24 +0100 Subject: [PATCH] Update CHANGELOG for faucet fee table changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb0d2f0..4a3191f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ - @cosmjs/encoding: Add `limit` parameter to `Bech32.encode` and `.decode`. The new default limit for decoding is infinity (was 90 before). Set it to 90 to create a strict decoder. +- @cosmjs/faucet: Environmental variable `FAUCET_FEE` renamed to + `FAUCET_GAS_PRICE` and now only accepts one token. Environmental variable + `FAUCET_GAS` renamed to `FAUCET_GAS_LIMIT`. - @cosmjs/launchpad: Rename `FeeTable` type to `CosmosFeeTable` and export a new more generic type `FeeTable`. - @cosmjs/launchpad: Add new class `GasPrice`, new helper type `GasLimits` and