Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试更改令牌基础 URL 以在 opensea.io 上显示 NFT 的新图像。但它不会立即更新。
有一种方法可以通过在 Rikeby 测试网上指定 force_update=true 来更新。
但我不知道如何在主网上更新它。有可能吗?
任何帮助将不胜感激。
试试这个: https : //api.opensea.io/api/v1/asset/<your_contract_address>/<token_id>/?force_update=true
请告诉我这是否有效。