帖子
分享您的知识。
tomek160
Jan 29, 2025
专家问答
How to update coin logo on Sui smart contract?
I'm trying to update the coin logo on a deployed smart contract on SuiCoins.com, but I've hit a roadblock because the contract is immutable. Are there any possible workarounds or methods like using proxy contracts or implementation contracts to change the logo so it reflects on platforms like suiscan or suivision?
- Sui
1
2
分享
评论
答案
2Michelle 25
Jan 30 2025, 08:11你不能直接更新不可变智能合约的元数据. 但是,如果您的智能合约使用硬币模块并且您已获得TreasuryCap,则可以使用该update_icon_url
方法更新元数据中硬币图标的网址. 如果你创建了固定供应代币,这将不起作用.
1
评论
andreweth.157
Jan 30 2025, 12:07如果 icon_url
CoinMetadata中的更新无法立即反映到像suiscan这样的探索者身上,则可能需要检查是否存在延迟或是否需要在这些平台上触发刷新. 有时更新会反映在多重签名钱包中,但需要一段时间才能出现在资源管理器上.
0
评论
你知道答案吗?
请登录并分享。
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
109帖子178答案