We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b08211 commit 7b84d7aCopy full SHA for 7b84d7a
CHANGELOG.md
@@ -20,6 +20,9 @@
20
- @cosmjs/faucet: Environmental variable `FAUCET_FEE` renamed to
21
`FAUCET_GAS_PRICE` and now only accepts one token. Environmental variable
22
`FAUCET_GAS` renamed to `FAUCET_GAS_LIMIT`.
23
+- @cosmjs/faucet: `/credit` API now accepts either `denom` (base token) or as
24
+ before `ticker` (unit token). Environmental variables specifying credit
25
+ amounts now need to use uppercase denom.
26
- @cosmjs/launchpad: Rename `FeeTable` type to `CosmosFeeTable` and export a new
27
more generic type `FeeTable`.
28
- @cosmjs/launchpad: Add new class `GasPrice`, new helper type `GasLimits` and
0 commit comments