Skip to content

v0.7.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 01:56
4786058

Patch Changes

  • 0124250: Guard buildTokensFromData against a duplicate chainId in PER_CHAIN.

    If the same chain were listed twice (a copy-paste in the array, or two chain modules reporting the same chainId), the flatten would silently overwrite the first chain's entries and produce a wrong Tokens.SYMBOL[chainId] map with no error at module load. It now throws fast pointing at the duplicate.