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
Token attributes address and wrapped are used in the SOR/SDK to handle native assets and their wrapped addresses (e.g. ETH/WETH).
After so many changes, such as moving the SOR to the backend repo and also introducing the wethIsEth flag, it would interesting to evaluate if wrapped concept is still needed.
Removing that will likely simplify both SOR and SDK codebases since Token is used everywhere.
Note: this is likely more relevant for the SOR code, but would be nice to double check if SDK still uses it somewhere.