You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/data/covalent.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,32 +2,29 @@
2
2
3
3
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
4
4
5
-
!!! tip "Quickstart"
6
5
7
-
Check out **[this introductory video](https://www.youtube.com/watch?v=qhibXxKANWE)**
8
-
to get started.
9
6
10
7
## Supported endpoints
11
8
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`.
13
10
14
11
!!! info "Endpoints"
15
12
16
13
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/).
17
14
18
15
## Appendix
19
16
20
-
### MATIC gas token
17
+
### POL gas token
21
18
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.
23
20
24
21
### Token mapping
25
22
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.
Copy file name to clipboardExpand all lines: docs/tools/storage/ipfs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ IPFS based storage allows you to simply store the CID for your content rather th
20
20
### Example projects
21
21
22
22
!!! 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).
24
24
25
25
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).
0 commit comments