Closed pgolovkin closed 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
TXWRAPPER_METADATA_CACHE_MAX
TXWRAPPER_METADATA_CACHE_MAX_AGE
Ahh thanks for reporting this, will get this fixed.
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 toTXWRAPPER_METADATA_CACHE_MAX_AGE
https://github.com/paritytech/txwrapper-core/blob/86d9620701e5ea17bb80b40a0c2d318877d5b3ea/packages/txwrapper-core/src/core/metadata/createMetadata.ts#L54