gnosis / ido-ux

Interface for the ido-platform
GNU General Public License v3.0
25 stars 22 forks source link

Latest version of Codebase / Subgraph #849

Open brightiron opened 1 year ago

brightiron commented 1 year ago

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 .