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/architecture/heimdall/governance.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
@@ -1,4 +1,4 @@
1
-
Heimdall's governance operates identically to the Cosmos-sdk `x/gov` module, as detailed in [Cosmos-sdk documentation](https://docs.cosmos.network/master/modules/gov/).
1
+
Heimdall's governance operates identically to the Cosmos-sdk `x/gov` module, as detailed in [Cosmos-sdk documentation](https://docs.cosmos.network/main/build/modules/gov).
Copy file name to clipboardExpand all lines: docs/pos/concepts/tokens/matic.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
@@ -16,4 +16,4 @@ For testing purposes on the Mumbai Testnet, test MATIC can be obtained, which do
16
16
3. Choose the Mumbai network
17
17
4. Enter your account address and confirm
18
18
19
-
For interactions between Goerli and Mumbai, consider using tools like [Matic.js](https://maticnetwork.github.io/matic.js/) or the [Polygon Web Wallet](https://wallet-dev.polygon.technology/).
19
+
For interactions between Goerli and Mumbai, consider using tools like [Matic.js](https://maticnetwork.github.io/matic.js/) or use the the [Polygon wallet page](https://wallet.polygon.technology/).
Copy file name to clipboardExpand all lines: docs/pos/concepts/transactions/meta-transactions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Under the hood, user signs on an intent to execute a transaction, which is relay
102
102
103
103
## What is enabling transaction execution?
104
104
105
-
The client that the user interacts with (web browser, mobile apps, etc) never interacts with the blockchain, instead it interacts with a simple relayer server (or a network of relayers), similar to the way GSN or any meta-transaction solution works ( see: [Meta Transactions: An Introduction](https://www.notion.so/Meta-Transactions-An-Introduction-8f54cf75321e4ec3b6d755e18e406590)).
105
+
The client that the user interacts with (web browser, mobile apps, etc) never interacts with the blockchain, instead it interacts with a simple relayer server (or a network of relayers), similar to the way GSN or any meta-transaction solution works.
106
106
107
107
For any action that requires blockchain interaction,
108
108
@@ -115,7 +115,7 @@ For any action that requires blockchain interaction,
115
115
116
116
- Choose between a custom simple relayer node/biconomy.
117
117
118
-
- For biconomy, setup a dapp from the dashboard and save the api-id and api-key, see: [Tutorial: Biconomy](https://www.notion.so/Tutorial-Biconomy-7f578bfb4e7d4904b8c79522085ba568) or [https://docs.biconomy.io/](https://docs.biconomy.io/)
118
+
- For biconomy, setup a dapp from the dashboard and save the api-id and api-key, see: [https://docs.biconomy.io/](https://docs.biconomy.io/)
Copy file name to clipboardExpand all lines: docs/pos/how-to/smart-contracts/alchemy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ To get your custom Polygon RPC URL from Alchemy, go to your **Hello World** app
54
54
55
55

56
56
57
-
You can download and create a MetaMask account for free [here](https://metamask.io/download.html). Once you've created an account, follow these steps to set up the Polygon PoS network on your wallet.
57
+
You can download and create a MetaMask account for free [here](https://metamask.io/download/). Once you've created an account, follow these steps to set up the Polygon PoS network on your wallet.
58
58
59
59
1. Select **Settings** from the drop-down menu in the top right corner of your MetaMask wallet.
60
60
2. Select **Networks** from the menu to the left.
@@ -356,7 +356,7 @@ We’ve adopted the Hardhat team explanations to what each of these lines of cod
A `ContractFactory`in ethers.js is an abstraction used to deploy new smart contracts, so `HelloWorld` here is a [factory](https://en.wikipedia.org/wiki/Factory\_\(object-oriented\_programming\)) for instances of our hello world contract. When using the `hardhat-ethers` plugin `ContractFactory` and `Contract`, instances are connected to the first signer (owner) by default.
359
+
A `ContractFactory`in ethers.js is an abstraction used to deploy new smart contracts, so `HelloWorld` here is a [factory](https://en.wikipedia.org/wiki/Factory_(object-oriented_programming)) for instances of our hello world contract. When using the `hardhat-ethers` plugin `ContractFactory` and `Contract`, instances are connected to the first signer (owner) by default.
If you don't have any tokens in your account, you can request some from the Mumbai faucet through the [faucet website](https://chat.openai.com/develop/tools/matic-faucet.md).
37
+
If you don't have any tokens in your account, you can request some from the Mumbai faucet through the [faucet website](https://faucet.polygon.technology/).
Copy file name to clipboardExpand all lines: docs/pos/operate-node/validator/getting-started.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,3 @@
1
-
2
-
!!!tip
3
-
Stay in the know
4
-
5
-
Keep up with the latest node and validator updates from the Polygon team and the community by subscribing to [Polygon notifications](https://polygon.technology/notifications/).
6
-
7
-
8
1
Validators are the key actor in maintaining the Polygon network. Validators run a full node, secure the network by staking MATIC to produce blocks, validate and participate in PoS consensus.
This document gives some additional details for setting up a new node based on [Full Node Deployment](/operate/full-node-binaries.md) guide.
98
98
99
-
- VPN setup is required before proceeding with any of these steps can be done by referring [Bastillion user guide](https://www.notion.so/Bastillion-VPN-user-guide-c04f5f26afda4fa59d5d9f6041327f43).
99
+
- VPN setup is required before proceeding with any of these steps.
100
100
- If you are using Macbook, it has native Python 2.7 available which **needs to be replaced by with anything Python 3.x**.
101
101
- Make sure if pip3 packages are installed correctly
Copy file name to clipboardExpand all lines: docs/pos/operate-node/validator/run-validator/packages.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
@@ -517,7 +517,7 @@ will start the Bor service on the validator machine.
517
517
The Heimdall service takes several days to sync from scratch fully.
518
518
519
519
Alternatively, you can use a maintained snapshot, which will reduce the sync time to a few hours.
520
-
For detailed instructions, see [Snapshot Instructions for Heimdall and Bor](https://forum.matic.network/t/snapshot-instructions-for-heimdall-and-bor/2278).
520
+
For detailed instructions, see [Snapshot Instructions for Heimdall and Bor](https://forum.polygon.technology/t/snapshot-instructions-for-heimdall-and-bor/9233).
521
521
522
522
For snapshot download links, see [Polygon Chains Snapshots](https://snapshot.polygon.technology/).
| Heimdall API |[https://heimdall-api-testnet.polygon.technology](https://heimdall-api-testnet.polygon.technology)|
@@ -56,7 +56,7 @@ Developers can interact with on-chain data and execute various types of transact
56
56
!!!info
57
57
Getting started with RPC calls
58
58
59
-
For a comprehensive list of API documentation, visit [**Polygon JSON-RPC calls**](https://edge-docs.polygon.technology/docs/get-started/json-rpc-commands/).
59
+
For a comprehensive list of API documentation, visit [**Polygon JSON-RPC calls**](https://github.com/0xPolygon/polygon-edge/tree/develop/docs/docs/api).
60
60
61
61
To explore API requests without any setup, fix failing requests, or discover new methods on the Polygon network, try the [**Composer App**](https://composer.alchemyapi.io).
62
62
@@ -70,7 +70,6 @@ Public RPCs may have rate limits or traffic restrictions. For dedicated free RPC
0 commit comments