Skip to content

Commit 04ab821

Browse files
committed
added strict flag
1 parent e6f750d commit 04ab821

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

docs/tools/data/covalent.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,29 @@
22

33
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

5-
!!! tip "Quickstart"
65

7-
Check out **[this introductory video](https://www.youtube.com/watch?v=qhibXxKANWE)**
8-
to get started.
96

107
## Supported endpoints
118

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`.
9+
All [__Class A__](https://www.covalenthq.com/docs/api/#tag--Class-A) endpoints are supported for the Polygon mainnet and the Amoy testnet. You can query either network via the unified API by changing the `chainName`.
1310

1411
!!! info "Endpoints"
1512

1613
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/).
1714

1815
## Appendix
1916

20-
### MATIC gas token
17+
### POL gas token
2118

22-
To interact with Polygon network, MATIC tokens are required to pay gas fees. Covalent's responses automatically return `gas_*` fields in MATIC units.
19+
To interact with Polygon network, POL tokens are required to pay gas fees. Covalent's responses automatically return `gas_*` fields in POL units.
2320

2421
### Token mapping
2522

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.
23+
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 Polygon and also to return the right token logo URLs.
2724

2825
Some example of mapped tokens:
2926

30-
|Token|Ethereum mainnet|Matic mainnet|
27+
|Token|Ethereum mainnet|Polygon mainnet|
3128
|---|---|---|
3229
|USDT|0xdac17f958d2ee523a2206206994597c13d831ec7|0xc2132d05d31c914a87c6611c10748aeb04b58e8f|
3330
|Uniswap UNI|0x1f9840a85d5af5bf1d1762f925bdaddc4201f984|0xb33eaad8d922b1083446dc23f610c2567fb5180f|

docs/tools/storage/ipfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ IPFS based storage allows you to simply store the CID for your content rather th
2020
### Example projects
2121

2222
!!! info "Note"
23-
Please note that the content below might contain test networks that have been deprecated. You can always switch network details with the ones listed [here](https://docs.polygon.technology/pos/reference/rpc-endpoints/).
23+
Please note that the content below might contain test networks that have been deprecated. You can always switch network details with the ones listed [here](http://docs.polygon.technology/tools/wallets/metamask/add-polygon-network/#add-a-network-manually).
2424

2525
1. Tutorial in scaffold-eth that demonstrates how to mint an NFT on Polygon with IPFS - [link](https://github.com/scaffold-eth/scaffold-eth/tree/simple-nft-example).
2626

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44
virtualenv venv
55
source venv/bin/activate
66
pip3 install -r requirements.txt
7-
mkdocs serve
7+
mkdocs serve --strict

0 commit comments

Comments
 (0)