Uniswap / token-list-bridge-utils

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

fix: update polygon api subdomain #63

Closed razgraf closed 3 months ago

razgraf commented 3 months ago

Polygon seems to have updated their endpoint, moving away from the open-api subdomain used here to api-polygon-tokens.

The build script in the default-token-list will fail as the request will be made towards the old endpoint.

This PR replaces the endpoint, therefore fixing the build issues with token lists.

DefiPanda commented 3 months ago

@razgraf thanks for the fix!