File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1709,11 +1709,11 @@ CHANGELOG entries missing. Please see [the diff][0.24.1].
17091709- @cosmjs/encoding : Add ` limit ` parameter to ` Bech32.encode ` and ` .decode ` . The
17101710 new default limit for decoding is infinity (was 90 before). Set it to 90 to
17111711 create a strict decoder.
1712- - @cosmjs/faucet : Environmental variable ` FAUCET_FEE ` renamed to
1713- ` FAUCET_GAS_PRICE ` and now only accepts one token. Environmental variable
1712+ - @cosmjs/faucet : Environment variable ` FAUCET_FEE ` renamed to
1713+ ` FAUCET_GAS_PRICE ` and now only accepts one token. Environment variable
17141714 ` FAUCET_GAS ` renamed to ` FAUCET_GAS_LIMIT ` .
17151715- @cosmjs/faucet : ` /credit ` API now expects ` denom ` (base token) instead of
1716- ` ticker ` (unit token). Environmental variables specifying credit amounts now
1716+ ` ticker ` (unit token). Environment variables specifying credit amounts now
17171717 need to use uppercase denom.
17181718- @cosmjs/launchpad : Rename ` FeeTable ` type to ` CosmosFeeTable ` and export a new
17191719 more generic type ` FeeTable ` .
Original file line number Diff line number Diff line change 33Welcome to CosmJS, glad to see you here. This document explains all you need to
44work on CosmJS, i.e. modify it. It is not intended for users of CosmJS.
55
6- ## Prerequisite
6+ ## Prerequisites
77
88- A UNIX-like development environment
99- Node.js 20+, Docker and yarn
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ can work on a solution with swappable implementations.
9797
9898## Webpack Configs
9999
100- With WebPack 5, you have to be explicit about the usage of Node.js types and
100+ With Webpack 5, you have to be explicit about the usage of Node.js types and
101101modules that were simply replaced with re-implementations for browsers in
102102Webpack 4.
103103
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ most helpful: although it purports to guide you through the process in
66[ a single document] ( https://yarnpkg.com/getting-started/migration ) , the
77information you need is actually spread across multiple pages in quite a
88confusing way, not helped by the poor English throughout. There is also an
9- [ introductory blogpost ] ( https://dev.to/arcanis/introducing-yarn-2-4eh1 ) which
9+ [ introductory blog post ] ( https://dev.to/arcanis/introducing-yarn-2-4eh1 ) which
1010you may find helpful.
1111
1212This document is intended broadly as a replacement for the official
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cd packages/faucet
2323yarn start-dev
2424```
2525
26- The tests need to be told you are running the faucet via an environmental
26+ The tests need to be told you are running the faucet via an environment
2727variable:
2828
2929``` sh
You can’t perform that action at this time.
0 commit comments