Closed razgraf closed 8 months ago
Polygon seems to have updated their endpoint, moving away from the open-api subdomain used here to api-polygon-tokens.
open-api
api-polygon-tokens
The build script in the default-token-list will fail as the request will be made towards the old endpoint.
build
This PR replaces the endpoint, therefore fixing the build issues with token lists.
@razgraf thanks for the fix!
Polygon seems to have updated their endpoint, moving away from the
open-api
subdomain used here toapi-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.