-
Hi. We have a large number of NFTs with dynamic metadata, so we are trying to refresh it by decreasing the TOKEN_METADATA_UPDATE_INTERVAL variable, but it seems that it doesn't do the job. Are we missunderstanding the meaning of this variable? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
hello @I0San what your use blockscout version ? |
Beta Was this translation helpful? Give feedback.
-
please you can ask to discord blockscout |
Beta Was this translation helpful? Give feedback.
-
Let me close the discussion with: It's likely that TOKEN_METADATA_UPDATE_INTERVAL doesn't directly control how often dynamic NFT metadata is refreshed. It's more likely related to the frequency of updates to the underlying blockchain data for NFTs, not the dynamic metadata itself. Our workaround would probably be in the direction of enabling API KEYS and have an external service that call the token metadata refresh endpoint. |
Beta Was this translation helpful? Give feedback.
Let me close the discussion with:
It's likely that TOKEN_METADATA_UPDATE_INTERVAL doesn't directly control how often dynamic NFT metadata is refreshed. It's more likely related to the frequency of updates to the underlying blockchain data for NFTs, not the dynamic metadata itself.
Our workaround would probably be in the direction of enabling API KEYS and have an external service that call the token metadata refresh endpoint.