Skip to content

Commit 698eb61

Browse files
committed
fix version
1 parent b634fd6 commit 698eb61

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

pages/hub/apps/guides/advanced/prematch/real-time-odds-updates.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ It is highly probable that you will interact with multiple core contracts simult
9393
subscribers will be required. GraphQL can be utilized to obtain a list of core contract addresses.
9494

9595
<Callout type="info">
96-
Filter core contracts from graphql by type. Current active type for prematch core is `pre-match-v2`
96+
Filter core contracts from graphql by type. Current active type for prematch core is `pre-match-v3`
9797
</Callout>
9898

9999
```graphql copy
100100
query CoreContracts{
101101
coreContracts(
102-
where: { liquidityPool: "<LP_ADDRESS_LOWERCASE>", type: "pre-match-v2" }
102+
where: { liquidityPool: "<LP_ADDRESS_LOWERCASE>", type: "pre-match-v3" }
103103
subgraphError: allow
104104
) {
105105
address

pages/hub/apps/sdk/data-hooks/useGames.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This hook is used to fetch pre-match and live games.
44

55
Hook represents a logic wrapper over standard Apollo's `useQuery` hook. Explore [Apollo's docs](https://www.apollographql.com/docs/react/api/react/hooks#usequery) to understand what data the hooks return.
66

7-
You can find the list of available sports [here](https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-polygon-v2/graphql?query=%7B%0A++sports+%7B%0A++++name%0A++%7D%0A%7D).
7+
You can find the list of available sports [here](https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-polygon-v3/graphql?query=%7B%0A++sports+%7B%0A++++name%0A++%7D%0A%7D).
88

99
#### Usage
1010

pages/hub/apps/sdk/data-hooks/useSports.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This hook is used to fetch sports with pre-match and live games.
44

55
Hook represents a logic wrapper over standard Apollo's `useQuery` hook. Explore [Apollo's docs](https://www.apollographql.com/docs/react/api/react/hooks#usequery) to understand what data the hooks return.
66

7-
You can find the list of available sports [here](https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-polygon-v2/graphql?query=%7B%0A++sports+%7B%0A++++name%0A++%7D%0A%7D).
7+
You can find the list of available sports [here](https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-polygon-v3/graphql?query=%7B%0A++sports+%7B%0A++++name%0A++%7D%0A%7D).
88

99
#### Usage
1010

pages/hub/apps/sdk/data-hooks/useSportsNavigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hook is used for fetch lightweight sports data for navigation.
44

55
Hook represents a logic wrapper over standard Apollo's `useQuery` hook. Explore [Apollo's docs](https://www.apollographql.com/docs/react/api/react/hooks#usequery) to understand what data the hooks return.
66

7-
You can find the list of available sports [here](https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-polygon-v2/graphql?query=%7B%0A++sports+%7B%0A++++name%0A++%7D%0A%7D).
7+
You can find the list of available sports [here](https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-polygon-v3/graphql?query=%7B%0A++sports+%7B%0A++++name%0A++%7D%0A%7D).
88

99
#### Usage
1010

pages/hub/releases/1-combo-bets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ To address this confusion, we are introducing the `Selection` entity. It combine
9999

100100
In order to keep the current implementation, a new version of Subgraph has been added. Use the following endpoints to implement combo bets:
101101

102-
- Polygon: https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-polygon-v2
103-
- Gnosis: https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-gnosis-v2
102+
- Polygon: https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-polygon-v3
103+
- Gnosis: https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-gnosis-v3
104104

105105
A new entity called **ExpressPrematchRelation** has been added. It contains the definition of the pre-match core to which the combo contract is attached.
106106

pages/hub/releases/2-arbitrum.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Azuro launches the protocol on Arbitrum One!
66

77
1. Chain ID: <b>42161 (0xa4b1)</b>
88
2. Liquidity Pool. Asset: <b>USDT</b>. Decimals: <b>6</b>.
9-
3. New Subgraph: https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-arbitrum-one-v2
9+
3. New Subgraph: https://thegraph.azuro.org/subgraphs/name/azuro-protocol/azuro-api-arbitrum-one-v3
1010
4. Smart contracts:
1111

1212
<div className="mt-6 overflow-auto">

0 commit comments

Comments
 (0)