You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this repo have the latest code published publicly?
It looks like https://gnosis-auction.eth.link/ is running a different version the codebase.
All API requests on https://gnosis-auction.eth.link/ are querying a subgraph to pull back auction data, but on the develop branch of the codebase it's still configured to call an "additional services" API with /api/v1 appended on the end of it .
Does this repo have the latest code published publicly?
It looks like https://gnosis-auction.eth.link/ is running a different version the codebase.
All API requests on https://gnosis-auction.eth.link/ are querying a subgraph to pull back auction data, but on the develop branch of the codebase it's still configured to call an "additional services" API with /api/v1 appended on the end of it .
None of the network requests on gnosis-auction website are querying this /api/v1
see (https://github.com/gnosis/ido-ux/blob/164ab627a6c6a1f516ab148bb390eb8124cfe457/src/api/AdditionalServicesApi.ts#LL101C10-L101C10)
Trying to get this spun up locally to contribute .
The text was updated successfully, but these errors were encountered: