简体   繁体   English

有没有办法强制更新 Opensea 上的元数据?

[英]Is there any way to force to update metadata on Opensea?

I tried to change token base URL to display the new images of NFTs on opensea.io.我尝试更改令牌基础 URL 以在 opensea.io 上显示 NFT 的新图像。 But it is not updated immediately.但它不会立即更新。

There is a way to update by specifying force_update=true on Rikeby testnet.有一种方法可以通过在 Rikeby 测试网上指定 force_update=true 来更新。

But I don't know how to update it on mainnet.但我不知道如何在主网上更新它。 Will it be possible?有可能吗?

Any help will be appreciated.任何帮助将不胜感激。

Try this : https://api.opensea.io/api/v1/asset/ <your_contract_address>/<token_id>/?force_update=true试试这个: https ://api.opensea.io/api/v1/asset/<your_contract_address>/<token_id>/?force_update=true

please tell me if this works.请告诉我这是否有效。

This method may not work on another mainnet example polygon.此方法可能不适用于另一个主网示例多边形。

Update: There is a manual refresh for metadata on opensea.更新:opensea 上的元数据有手动刷新。 One can always use that one too.一个人也可以随时使用那个。

How do we do this for a poly NFT ?我们如何为 poly NFT 做到这一点?

Can we put /matic/in the contract ?我们可以把 /matic/ 放在合同里吗?

Didn't work for me but curios if someone found a way.对我没有用,但如果有人找到办法,我会感到好奇。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM