Skip to content

Commit 4e6d862

Browse files
committed
Update dev tools docs
- Covalent - Subquery
1 parent 1766808 commit 4e6d862

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/tools/data/covalent.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,21 @@
99

1010
## Supported endpoints
1111

12-
All [__Class A__](https://www.covalenthq.com/docs/api/#tag--Class-A) endpoints are supported for the Matic mainnet and the Mumbai testnet. You can query either network via the unified API by changing the `chainId`.
12+
All [__Class A__](https://www.covalenthq.com/docs/api/#tag--Class-A) endpoints are supported for the Matic mainnet and the Amoy testnet. You can query either network via the unified API by changing the `chainName`.
1313

1414
!!! info "Endpoints"
1515

1616
A full list of all the requests you are able to do on the Polygon network using Covalent are available on the [Covalent API documentation](https://www.covalenthq.com/docs/api/).
1717

1818
## Appendix
1919

20-
### Matic gas token
20+
### MATIC gas token
2121

22-
To interact with the Matic network, MATIC tokens are required to pay as gas fees. Covalent's
23-
responses automatically returns `gas_*` fields in the MATIC units.
22+
To interact with Polygon network, MATIC tokens are required to pay gas fees. Covalent's responses automatically return `gas_*` fields in MATIC units.
2423

2524
### Token mapping
2625

27-
Covalent maintains an on-chain real-time mapping of token addresses between the Ethereum mainnet and the Matic chain. These addresses are used to reverse-lookup prices on Matic and also to return the right token logo URLs.
26+
Covalent maintains an on-chain real-time mapping of token addresses between the Ethereum mainnet and Polygon. These addresses are used to reverse-lookup prices on MATIC and also to return the right token logo URLs.
2827

2928
Some example of mapped tokens:
3029

docs/tools/data/subquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SubQuery is a leading blockchain data indexer that provides developers with fast
88

99
Another one of SubQuery's competitive advantages is the ability to aggregate data not only within a chain but across multiple blockchains all within a single project. This allows the creation of feature-rich dashboard analytics and multi-chain block scanners.
1010

11-
Other advantages include superior performance with multiple RPC endpoint configurations, multi-worker capabilities and a configurable caching architecture. To find out more, visit our [documentation](https://academy.subquery/).
11+
Other advantages include superior performance with multiple RPC endpoint configurations, multi-worker capabilities and a configurable caching architecture. To find out more, visit our [documentation](https://academy.subquery.network/).
1212

1313
**Useful resources**:
1414

0 commit comments

Comments
 (0)