ethereum-optimism/ethereum-optimism.github.io

Token List 3.2.2 update fails to load on Uniswap due to version

willhennessy opened this issue · 6 comments

The Uniswap app fails to load the latest Optimism token list v3.2.2 due to error:

List at url https://static.optimism.io/optimism.tokenlist.json could not automatically update because the version bump was only PATCH/MINOR while the update had breaking changes and should have been MAJOR

We haven't merged any breaking changes though 🤔 Any more details that can help me pinpoint which update broke this?

In general a major version is required if (1) a token is removed or (2) a token has its address changed. Are any of those in the diff?

Here is the interface code that validates the token list

We haven't removed anything only have added new tokens 🤔 I need to investigate. In the short term if this is urgent I can merge an upgrade to the major version so we fix this at your end?

Hi Elena, fyi we got a report that users have noticed they aren’t able to wrap/unwrap ETH in the Uniswap app as a result of this

upgrading the major version seems like an easy fix

@willhennessy done. let me know if this persists.

Thanks Elena! it's fixed