Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit d2aef6e

Browse files
authored
remove topaz and wagmi (#884)
1 parent 27ba3c9 commit d2aef6e

File tree

11 files changed

+42
-129
lines changed

11 files changed

+42
-129
lines changed

apps/nextra/next.config.mjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,11 +1796,6 @@ export default withBundleAnalyzer(
17961796
destination: "/en/build/indexer/nft-aggregator/marketplaces/tradeport",
17971797
permanent: true,
17981798
},
1799-
{
1800-
source: "/indexer/nft-aggregator/marketplaces/topaz",
1801-
destination: "/en/build/indexer/nft-aggregator/marketplaces/topaz",
1802-
permanent: true,
1803-
},
18041799
{
18051800
source: "/indexer/nft-aggregator/marketplaces/rarible",
18061801
destination: "/en/build/indexer/nft-aggregator/marketplaces/rarible",
@@ -1811,11 +1806,6 @@ export default withBundleAnalyzer(
18111806
destination: "/en/build/indexer/nft-aggregator/marketplaces/wapal",
18121807
permanent: true,
18131808
},
1814-
{
1815-
source: "/indexer/nft-aggregator/marketplaces/wagmi",
1816-
destination: "/en/build/indexer/nft-aggregator/marketplaces/wagmi",
1817-
permanent: true,
1818-
},
18191809
{
18201810
source: "/integration/wallet-adapter-concept",
18211811
destination: "/en/build/sdks/wallet-adapter",

apps/nextra/pages/en/build/indexer/nft-aggregator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can explore it by hand by viewing the Hasura Explorer below for the network
3434
- Hasura Console: https://console.nft-aggregator-staging.gcp.aptosdev.com/console/api/api-explorer
3535

3636
For direct GraphQL queries to the Aptos-Labs hosted Indexer API, use these endpoints:
37-
- Mainnet Graphql Endpoint: https://api.mainnet.aptoslabs.com/nft-aggregator/v1/graphql
37+
- Mainnet Graphql Endpoint: https://api.mainnet.aptoslabs.com/nft-aggregator-staging/v1/graphql
3838

3939
you can find the full API reference [here](./nft-aggregator/graphql-api.mdx).
4040

apps/nextra/pages/en/build/indexer/nft-aggregator/marketplaces.mdx

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,22 @@ For each marketplace, we provide detailed event type mappings, example transacti
1313
</Callout>
1414

1515
<Cards>
16-
<Card href="/nft-aggregator/marketplaces/tradeport">
16+
<Card href="./marketplaces/tradeport.mdx">
1717
<Card.Title>Tradeport</Card.Title>
1818
<Card.Description>View supported events and example transactions for Tradeport</Card.Description>
1919
</Card>
2020

21-
<Card href="/nft-aggregator/marketplaces/bluemove">
21+
<Card href="./marketplaces/bluemove.mdx">
2222
<Card.Title>Bluemove</Card.Title>
2323
<Card.Description>View supported events and example transactions for Bluemove</Card.Description>
2424
</Card>
2525

26-
<Card href="/nft-aggregator/marketplaces/wapal">
26+
<Card href="./marketplaces/wapal.mdx">
2727
<Card.Title>Wapal</Card.Title>
2828
<Card.Description>View supported events and example transactions for Wapal</Card.Description>
2929
</Card>
3030

31-
<Card href="/nft-aggregator/marketplaces/souffl3">
32-
<Card.Title>Souffl3</Card.Title>
33-
<Card.Description>View supported events and example transactions for Souffl3</Card.Description>
34-
</Card>
35-
36-
<Card href="/nft-aggregator/marketplaces/topaz">
37-
<Card.Title>Topaz</Card.Title>
38-
<Card.Description>View supported events and example transactions for Topaz</Card.Description>
39-
</Card>
40-
<Card href="/nft-aggregator/marketplaces/rarible">
31+
<Card href="./marketplaces/rarible.mdx">
4132
<Card.Title>Rarible</Card.Title>
4233
<Card.Description>View supported events and example transactions for Rarible</Card.Description>
4334
</Card>

apps/nextra/pages/en/build/indexer/nft-aggregator/marketplaces/bluemove.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ This page details all supported event types and example transactions for the Blu
4141

4242
## Related Docs
4343

44-
- 👉 [NFT Aggregator Table Reference](../nft-aggregator-table-reference.mdx)
44+
- 👉 [NFT Aggregator Table Reference](../nft-aggregator-table.mdx)
4545
- 👉 [GraphQL API: Real-time Activity](../graphql-api.mdx)
46-
- 👉 [Integrated Marketplaces Overview](./index.mdx)
46+
- 👉 [Integrated Marketplaces Overview](../marketplaces.mdx)

apps/nextra/pages/en/build/indexer/nft-aggregator/marketplaces/rarible.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ This page details all supported event types and example transactions for the Rar
4141

4242
## Related Docs
4343

44-
- 👉 [NFT Aggregator Table Reference](../nft-aggregator-table-reference.mdx)
44+
- 👉 [NFT Aggregator Table Reference](../nft-aggregator-table.mdx)
4545
- 👉 [GraphQL API: Real-time Activity](../graphql-api.mdx)
46-
- 👉 [Integrated Marketplaces Overview](./index.mdx)
46+
- 👉 [Integrated Marketplaces Overview](../marketplaces.mdx)

apps/nextra/pages/en/build/indexer/nft-aggregator/marketplaces/topaz.mdx

Lines changed: 0 additions & 46 deletions
This file was deleted.

apps/nextra/pages/en/build/indexer/nft-aggregator/marketplaces/tradeport.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ When building queries, make sure to align your token standard with the correct c
7171

7272
## Related Docs
7373

74-
- 👉 [NFT Aggregator Table Reference](../nft-aggregator-table-reference.mdx)
74+
- 👉 [NFT Aggregator Table Reference](../nft-aggregator-table.mdx)
7575
- 👉 [GraphQL API: Real-time Activity](../graphql-api.mdx)
76-
- 👉 [Integrated Marketplaces Overview](./index.mdx)
76+
- 👉 [Integrated Marketplaces Overview](../marketplaces.mdx)

apps/nextra/pages/en/build/indexer/nft-aggregator/marketplaces/wagmi.mdx

Lines changed: 0 additions & 50 deletions
This file was deleted.

apps/nextra/pages/en/build/indexer/nft-aggregator/marketplaces/wapal.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ This page details all supported event types and example transactions for the Wap
4141

4242
## Related Docs
4343

44-
- 👉 [NFT Aggregator Table Reference](../nft-aggregator-table-reference.mdx)
44+
- 👉 [NFT Aggregator Table Reference](../nft-aggregator-table.mdx)
4545
- 👉 [GraphQL API: Real-time Activity](../graphql-api.mdx)
46-
- 👉 [Integrated Marketplaces Overview](./index.mdx)
46+
- 👉 [Integrated Marketplaces Overview](../marketplaces.mdx)

apps/nextra/pages/en/build/indexer/nft-aggregator/nft-aggregator-table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These tables power both the **GraphQL API** and **REST API**, and reflect the li
1212

1313
For querying, refer to:
1414
- **[NFT Aggregator API GraphQL](./graphql-api.mdx)**
15-
- **[NFT Aggregator REST API](./rest-api.mdx)**
15+
- **[NFT Aggregator REST API](./analytics-api.mdx)**
1616

1717
<Callout type="info">
1818
When exploring the GraphQL API, you can view these tables in the schema explorer. Tables with `_by_pk` suffixes are automatically generated for primary key lookups.

0 commit comments

Comments
 (0)