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
ENS uses events to identify which cointypes an account configured to decide which cointypes to display on their UI. This is not possible when the information is all off-chain. The solution proposed by @makoto is to have a function on the resolver which returns the cointypes configured and, in this instance, further resolve these types using CCIP. The UI will attempt to use this function in the event that the resolving contract is not the standard one.
ENS uses events to identify which cointypes an account configured to decide which cointypes to display on their UI. This is not possible when the information is all off-chain. The solution proposed by @makoto is to have a function on the resolver which returns the cointypes configured and, in this instance, further resolve these types using CCIP. The UI will attempt to use this function in the event that the resolving contract is not the standard one.