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/pos/reference/rewards.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
On the Polygon PoS network, validators stake their MATIC tokens as collateral to help secure the network. In return for their service, they earn rewards.
1
+
On the Polygon PoS network, validators stake their POL tokens as collateral to help secure the network. In return for their service, they earn rewards.
2
2
3
3
To leverage the PoS network's tokenomics, you'll need to participate in the network either as a validator, or a delegator.
4
4
5
-
To be a validator, you need to [run a full validator node](../get-started/becoming-a-validator.md) and stake MATIC.
5
+
To be a validator, you need to [run a full validator node](../get-started/becoming-a-validator.md) and stake POL.
6
6
7
7
Also, check the [validator responsibilities](../get-started/becoming-a-validator.md#validator-responsibilities) page.
8
8
9
-
To be a delegator, you need to [delegate MATIC to a validator](../how-to/delegate.md).
9
+
To be a delegator, you need to [delegate POL to a validator](../how-to/delegate.md).
Copy file name to clipboardExpand all lines: docs/tools/oracles/chronicle.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
[Chronicle Protocol](https://chroniclelabs.org/) is a novel Oracle solution that has exclusively secured over $10B in assets for MakerDAO and its ecosystem since 2017. Chronicle overcomes the current limitations of transferring data on-chain by developing scalable, cost-efficient, decentralized, and verifiable Oracles, rewriting the rulebook on data transparency and accessibility.
8
8
9
-
### Querying the price of MATIC using Chronicle
9
+
### Querying the price of POL using Chronicle
10
10
Chronicle contracts are read-protected by a whitelist, meaning you won't be able to read them on-chain without your address being added to the whitelist. On the Testnet, users can add themselves to the whitelist through the SelfKisser contract, a process playfully referred to as "kissing" themselves. For access to production Oracles on the Mainnet, please open a support ticket on [Discord](https://discord.com/invite/CjgvJ9EspJ) in the 🆘|support channel.
11
11
12
12
For the deployment addresses, please check out the [Dashboard](https://chroniclelabs.org/dashboard/oracles).
@@ -18,24 +18,24 @@ pragma solidity ^0.8.16;
18
18
* @title OracleReader
19
19
* @notice A simple contract to read from Chronicle oracles
20
20
* @dev To see the full repository, visit https://github.com/chronicleprotocol/OracleReader-Example.
21
-
* @dev Addresses in this contract are hardcoded for the zkEVM Testnet.
21
+
* @dev Addresses in this contract are hardcoded for the zkEVM Cardona Testnet.
22
22
* For other supported networks, check the https://chroniclelabs.org/dashboard/oracles.
0 commit comments