paritytech / txwrapper-core

Tools for FRAME chain builders to publish chain specific offline transaction generation libraries.
https://paritytech.github.io/txwrapper-core/
Apache License 2.0
77 stars 28 forks source link

Typo in Readme #308

Closed pgolovkin closed 1 year ago

pgolovkin commented 1 year ago

Hey!

I've found env variables in the readme.md. There is a typo https://github.com/paritytech/txwrapper-core/blob/main/packages/txwrapper-core/README.md#txwrapper_metadata_cache_max-1 TXWRAPPER_METADATA_CACHE_MAX has to be replaced to TXWRAPPER_METADATA_CACHE_MAX_AGE https://github.com/paritytech/txwrapper-core/blob/86d9620701e5ea17bb80b40a0c2d318877d5b3ea/packages/txwrapper-core/src/core/metadata/createMetadata.ts#L54

TarikGul commented 1 year ago

Ahh thanks for reporting this, will get this fixed.