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/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ hide:
6
6
7
7
The Polygon Wiki is the source of truth for Polygon, providing comprehensive documentation, community resources, and guides for enthusiasts and developers interested in learning about or building on Polygon.
8
8
9
-
## Technology
9
+
## Place Holder
10
10
11
-
Polygon Labs' technologies are very interesting. They are roughly as interesting as a very interesting thing. Learn more about these amazing discoveries below.
11
+
Content will follow here
12
12
13
13
<divclass="section-nav">
14
14
@@ -34,9 +34,9 @@ Polygon Labs' technologies are very interesting. They are roughly as interesting
34
34
35
35
</div>
36
36
37
-
## Other Stuff
37
+
## Place holder
38
38
39
-
Other stuff! This is stuff that is not technology. That can include, you know, paintings. Books. Are books technology? Hmm. Cats. Cats are definitely not a technology. This can include cats.
Copy file name to clipboardExpand all lines: docs/tools/data/flair.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
@@ -7,7 +7,7 @@ Real-time and historical custom data indexing for any evm chain.
7
7
8
8
[Flair](https://flair.dev) offers reusable **indexing primitives** (such as fault-tolerant RPC ingestors, custom processors, re-org aware database integrations) to make it easy to receive, transform, store and access your on-chain data.
Copy file name to clipboardExpand all lines: docs/tools/data/the-graph/overview.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
@@ -12,7 +12,7 @@ The Graph, a decentralized protocol for indexing and querying chain data, suppor
12
12
13
13
1. Go to your dashboard and click Add Subgraph. Define the subgraph Name, Account, and Subtitle and update the image and other info (you can update later) if desired.
14
14
15
-

15
+

16
16
17
17
1. Install Graph CLI on your machine (using either npm or yarn)
@@ -46,7 +46,7 @@ In addition, Polygon faucet also provides **Polygon zkEVM Testnet ETH tokens**.
46
46
47
47
- After confirmation, you will receive the requested Testnet tokens within 1 to 2 minutes.
48
48
49
-

49
+

50
50
51
51
## Alchemy MATIC faucet
52
52
@@ -56,7 +56,7 @@ In addition, Polygon faucet also provides **Polygon zkEVM Testnet ETH tokens**.
56
56
57
57
- You can request MATIC tokens from **Alchemy's Mumbai Faucet**. In order to receive Testnet tokens, head over to the [**Mumbai Faucet website**](https://mumbaifaucet.com/) by Alchemy, enter your **wallet address** and hit the **Send Me MATIC** button.
58
58
59
-

59
+

60
60
61
61
- You can check the transaction hash as soon as you finish requesting your MATIC and also view the transaction details on [Polygonscan](https://mumbai.polygonscan.com/).
62
62
@@ -66,15 +66,15 @@ In order to receive MATIC Mumbai tokens using QuickNode Fauct,
66
66
67
67
- Head over to [QuickNode Multi-chain Faucet](https://faucet.quicknode.com/drip). Connect your wallet (MetaMask or Phantom) by clicking on **Connect Wallet**. Select Polygon and Mumbai Testnet from the dropdown menus, and then click on **Continue**.
68
68
69
-

69
+

70
70
71
71
!!! tip "Get 1 MATIC"
72
72
73
73
If you **tweet** the [<ins>drip faucet URL</ins>](https://faucet.quicknode.com/drip) along with your wallet address and submit the tweet URL, you get 10X more MATIC Testnet tokens (i.e. 1 MATIC).
74
74
75
75
- To receive 0.1 Testnet MATIC, click on **No thanks, just send me 0.1 MATIC**.
76
76
77
-

77
+

78
78
79
79
- You can also view your transaction details on [Polygonscan](https://mumbai.polygonscan.com/) by clicking on the **TxHash**.
It might take some time to see the deposited amount on polygon chain. You can use [isDeposited](/docs/tools/matic-js/pos/is-deposited) method for checking status.
15
+
It might take some time to see the deposited amount on polygon chain. You can use [isDeposited](../is-deposited.md) method for checking status.
Copy file name to clipboardExpand all lines: docs/tools/oracles/api3.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ An [Airnode](https://docs.api3.org/explore/airnode/what-is-airnode.html) is a **
13
13
An on-chain smart contract makes a request in the [**RRP protocol contract (AirnodeRrpV0.sol)**](https://docs.api3.org/reference/airnode/latest/concepts/) that adds the request to the event logs. The Airnode then accesses the event logs, fetches the API data and performs a callback to the requester with the requested data.
Use the gas estimator to select how much gas is needed by the dAPI. Click on **Send Matic** to send the entered amount to the sponsor wallet of the respective dAPI.
#### Deploying a proxy contract to access the dAPI
193
193
@@ -198,11 +198,11 @@ Smart contracts can interact and read values from contracts that are already dep
198
198
199
199
If you are deploying a proxy contract during the funding process, clicking on the **Get proxy** button will initiate a transaction to your MetaMask that will deploy a proxy contract.
0 commit comments