You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
We have some cases that the bridge token's NEP141 metadata (e.g. symbol, name, icon, decimals, etc.) needs to be customized when the token is bridged from an ERC20 token ETH.
While set_metadata is only allowed by the bridge token factory, it might be helpful under some circumstances for the account who deployed the token to be able to set metadata.
However, this may bring some confusion or security risks, if attackers try to create mismatched pairs to mislead users.
Please review whether this is possible from frontend and connectors.
The text was updated successfully, but these errors were encountered:
Description
We have some cases that the bridge token's NEP141 metadata (e.g. symbol, name, icon, decimals, etc.) needs to be customized when the token is bridged from an ERC20 token ETH.
While
set_metadata
is only allowed by thebridge token factory
, it might be helpful under some circumstances for the account who deployed the token to be able to set metadata.However, this may bring some confusion or security risks, if attackers try to create mismatched pairs to mislead users.
Please review whether this is possible from frontend and connectors.
The text was updated successfully, but these errors were encountered: