Uniswap / token-list-bridge-utils

GNU General Public License v3.0
129 stars 66 forks source link

Is it conventional to include multiple copies of each token for multiple chain tokens? #54

Open technicallykind opened 7 months ago

technicallykind commented 7 months ago

The docs seem to instruct the developer to use

  "extensions": {
    "bridgeInfo": {
      "10": {
        "tokenAddress": "0x6fd9d7AD17242c41f7131d257212c54A0e816691"
      },

for extra contract addresses: https://github.com/Uniswap/token-list-bridge-utils#description which we've done: https://tokenlists.org/token-list?url=https://list.tkn.eth.limo

But I see lists simply duplicating the token entirely for each separate contract address: https://tokenlists.org/token-list?url=https://static.optimism.io/optimism.tokenlist.json

Which is the recommended convention?

Ruthjohnson7 commented 3 months ago

Ok will do