Skip to content

Commit 3d5bb9c

Browse files
authored
Merge pull request 0xPolygon#671 from MaticParvez/patch-8
Update prerequisites.md
2 parents 7aef584 + b51d574 commit 3d5bb9c

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

docs/pos/get-started/becoming-a-validator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ All validators must be open for delegation from the community. Each validator ha
159159

160160
It is the moral duty of the validators to communicate the commission rates and the commission rate changes to the community. The preferred platforms to communicate the commission rates are:
161161

162-
* [Discord](https://discord.com/invite/0xPolygon)
162+
* [Discord](https://discord.com/invite/0xPolygonCommunity)
163163
* [Forum](https://forum.polygon.technology/)
164164

165165
### Communication
@@ -168,7 +168,7 @@ It is the moral duty of the validators to communicate the commission rates and t
168168

169169
Communicating issues as early as possible ensures that the community and the Polygon team can rectify the problems as soon as possible. The preferred platforms to communicate the commission rates are:
170170

171-
* [Discord](https://discord.com/invite/0xPolygon)
171+
* [Discord](https://discord.com/invite/0xPolygonCommunity)
172172
* [Forum](https://forum.polygon.technology/)
173173
* [GitHub](https://github.com/maticnetwork)
174174

@@ -193,5 +193,5 @@ The following step-by-step guides will take you through the process of running a
193193

194194
### Community assistance
195195

196-
* [Discord](https://discord.com/invite/0xPolygon)
196+
* [Discord](https://discord.com/invite/0xPolygonCommunity)
197197
* [Forum](https://forum.polygon.technology/)

docs/pos/how-to/bridging/ethereum-polygon/matic-to-ethereum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ contract Root {
6868
}
6969
```
7070

71-
Once the child and root contract is deployed on the Polygon and Ethereum chain respectively, these contracts have to be mapped using the PoS bridge. This mapping ensures that a connection is maintained between these two contracts across the chains. For doing this mapping,the Polygon team can be reached on [Discord](https://discord.com/invite/0xPolygon).
71+
Once the child and root contract is deployed on the Polygon and Ethereum chain respectively, these contracts have to be mapped using the PoS bridge. This mapping ensures that a connection is maintained between these two contracts across the chains. For doing this mapping,the Polygon team can be reached on [Discord](https://discord.com/invite/0xPolygonCommunity).
7272

7373
One important thing to note is that in the root contract, there is a `onlyPredicate` modifier. It is recommended to use this modifier always because it ensures that only the predicate contract makes the state change on the root contract. The predicate contract is a special contract that triggers the root contract only when the transaction that happened on the Polygon PoS chain is verified by the `RootChainManager` on Ethereum chain. This ensures secure change of state on the root contract.
7474

docs/pos/how-to/troubleshoot/reporting-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Submitters of issues can connect with the community leaders via email or tag the
2222

2323
### Via Discord
2424

25-
* Check out the @validator-support-team channel on our [Discord](https://discord.com/invite/0xPolygon) server.
25+
* Check out the @validator-support-team channel on our [Discord](https://discord.com/invite/0xPolygonCommunity) server.

docs/pos/how-to/troubleshoot/technical-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ heimdallcli stake --staked-amount 400000000000000000000 --fee-amount 1000000000
320320

321321
### 20. When will I get a chance to become a Validator?
322322

323-
We are progressively adding validators throughout the course of Stage 1 event. We will be releasing a list of new external validators gradually. This list will be announced on the Discord channel.
323+
We are progressively adding validators throughout the course of Stage 1 event. We will be releasing a list of new external validators gradually. This list will be announced on the [Discord channel](https://discord.com/invite/0xPolygonCommunity).
324324

325325

326326
### 21. Where can I find Heimdall account info location?

docs/pos/how-to/validator/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ See the doc on [validator best practices](../operate-validator-node/validator-be
5454
| Run Build Essential | Yes | No | No |
5555
| Node setup | [Using binaries](../validator/validator-binaries.md) | [Using Ansible](../validator/validator-ansible.md) | [Using packages](../validator/validator-packages.md) |
5656

57-
2. Once your sentry and validator nodes are synced and running, head over to our [Discord server](https://discord.com/invite/0xPolygon) and ask the community to health-check your nodes. You may check the logs by using the following commands:
57+
2. Once your sentry and validator nodes are synced and running, head over to our [Discord server](https://discord.com/invite/0xPolygonCommunity) and ask the community to health-check your nodes. You may check the logs by using the following commands:
5858

5959
- Heimdall logs: `journalctl -u heimdalld.service -f`
6060
- Bor logs: `journalctl -u bor.service -f`

docs/pos/how-to/validator/validator-ansible.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you would like to start and run the validator node from binaries, see the gui
2020
* On the local machine, [Python 3.x](https://www.python.org/downloads/) installed.
2121
* On the remote machines, make sure Go is *not* installed.
2222
* On the remote machines, your local machine's SSH public key is on the remote machines to let Ansible connect to them.
23-
* We have Bloxroute available as a relay network. If you need a gateway to be added as your Trusted Peer please contact *@validator-support-team* in [Polygon Discord](https://discord.com/invite/0xPolygon) > POS VALIDATORS | FULL NODE PROVIDERS | PARTNERS > bloxroute.
23+
* We have Bloxroute available as a relay network. If you need a gateway to be added as your Trusted Peer please contact *@validator-support-team* in [Polygon Discord](https://discord.com/invite/0xPolygonCommunity) > POS VALIDATORS | FULL NODE PROVIDERS | PARTNERS > bloxroute.
2424

2525
## Overview
2626

@@ -556,7 +556,7 @@ journalctl -u bor.service -f
556556

557557
## Check node health with the community
558558

559-
Now that your Sentry and Validator nodes are synced and running, head over to [Discord](https://discord.com/invite/0xPolygon) and ask the community to health-check your nodes.
559+
Now that your Sentry and Validator nodes are synced and running, head over to [Discord](https://discord.com/invite/0xPolygonCommunity) and ask the community to health-check your nodes.
560560

561561
!!!note
562562

docs/pos/how-to/validator/validator-binaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ journalctl -u bor.service -f
540540
## Health checks with the Community
541541

542542
Now that your sentry and validator nodes are in sync and running, head over to
543-
[Discord](https://discord.com/invite/0xPolygon) and ask the community to health-check your nodes.
543+
[Discord](https://discord.com/invite/0xPolygonCommunity) and ask the community to health-check your nodes.
544544

545545
!!! note
546546

docs/pos/how-to/validator/validator-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ journalctl -u bor.service -f
581581
## Health checks with the community
582582

583583
Now that your sentry and validator nodes are in sync and running, head over to
584-
[Discord](https://discord.gg/polygon) and ask the community to health-check your nodes.
584+
[Discord](https://discord.com/invite/0xPolygonCommunity) and ask the community to health-check your nodes.
585585

586586
!!!note
587587

docs/tools/gas/matic-faucet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Please register or login to request free testnet tokens.
9797

9898
## Discord community
9999

100-
Make sure to connect with the [Polygon Discord community](https://discord.gg/0xPolygon) for news, tips, and help.
100+
Make sure to connect with the [Polygon Discord community](https://discord.com/invite/0xPolygonCommunity) for news, tips, and help.

docs/tools/matic-js/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Matic.js is a javascript library which helps in interacting with the various com
66

77
In this get started document we will learn about how we can setup and interact with the POS bridge.
88

9-
In case you face any issues or have any queries, feel free to raise a [ticket](https://support.polygon.technology/support/tickets/new) to our Support Team or reach out to us on [Discord](https://discord.gg/32j4qNDn).
9+
In case you face any issues or have any queries, feel free to raise a [ticket](https://support.polygon.technology/support/tickets/new) to our Support Team or reach out to us on [Discord](https://discord.com/invite/0xPolygonCommunity).
1010

1111
!!! important
1212
Make sure you have followed the [installation step](installation.md).
@@ -24,4 +24,4 @@ use(Web3ClientPlugin)
2424
```
2525

2626
- Click for more details on POS applications that use [`web3js`](setup/web3js.md).
27-
- Click for more details on POS applications that use [`ethers`](setup/ethers.md).
27+
- Click for more details on POS applications that use [`ethers`](setup/ethers.md).

0 commit comments

Comments
 (0)