Skip to content

Commit

Permalink
whitelistSubgraph url on Polygon updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Walodja1987 committed Jun 1, 2024
1 parent 87ac3a9 commit f57b17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/diva-app/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const config: { [key: number]: SingleConfig } = {
divaSubgraph:
'https://api.studio.thegraph.com/query/73880/diva-protocol-v1-polygon/version/latest', // picking the latest version: replace "latest" with version number if you want to use a specific version of the subgraph
whitelistSubgraph:
'https://api.thegraph.com/subgraphs/name/divaprotocol/diva-whitelist-polygon', // TODO: add entries
'https://api.studio.thegraph.com/query/73880/diva-whitelist-polygon/version/latest', // TODO: add entries
allOrders: 'https://polygon.eip712api.xyz/0x/orderbook/v1/orders/',
order: 'https://polygon.eip712api.xyz/0x/orderbook/v1/order/',
orderbook: 'https://polygon.eip712api.xyz/0x/orderbook/v1',
Expand Down

0 comments on commit f57b17e

Please sign in to comment.