问题:如何快速添加 token 到 Fluent?

在 metamask 快速添加资产调用
ethereum
.request({
method: ‘wallet_watchAsset’,
params: {
type: ‘ERC20’,
options: {
address: ‘’,
symbol: ‘’,
decimals: ,
image: ‘’,
},
},
})
我使用 conflux 尝试失败,fluent 快速添加 token 到钱包有相关文档吗?