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/how-to/snapshots.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ When setting up a new sentry, validator, or full node server, it is recommended
6
6
7
7
## Community snapshots
8
8
9
-
With the [deprecation of the Mumbai testnet](https://forum.polygon.technology/t/pos-tooling-after-mumbai-deprecation-no-action-required/13740), Polygon PoS is shifting to a community-driven model for snapshots where active validators like Vault Staking, Stakepool, StakeCraft, and Girnaar Nodes will now provide snapshots. See [All4nodes.io](https://all4nodes.io/Polygon), an aggregator for Polygon community snapshots, for future community snapshots on the Sepolia-anchored Amoy testnet.
9
+
With the [deprecation of the Mumbai testnet](https://forum.polygon.technology/t/pos-tooling-after-mumbai-deprecation-no-action-required/13740), Polygon PoS is shifting to a community-driven model for snapshots. Active validators such as Vault Staking, Stakepool, StakeCraft, and Girnaar Nodes will now provide snapshots. For future community snapshots on the Sepolia-anchored Amoy testnet, visit [All4nodes.io](https://all4nodes.io/Polygon), an aggregator for Polygon community snapshots.
10
10
11
11
!!! tip "Older snapshots"
12
12
@@ -259,9 +259,7 @@ Please check the hardware requirements for an Erigon mainnet archive node on the
259
259
260
260
## Recommended disk type and IOPS guidance
261
261
262
-
- Disk IOPS will impact speed of downloading/extracting snapshots,
263
-
getting in sync, and performing LevelDB compaction
262
+
- Disk IOPS will impact speed of downloading/extracting snapshots, getting in sync, and performing LevelDB compaction.
264
263
- To minimize disk latency, direct attached storage is ideal.
265
-
- In AWS, when using gp3 disk types, we recommend provisioning IOPS of 16000 and
266
-
throughput of 1000 - this minimizes cost and adds a lot of performance. io2 EBS volumes with matching IOPS and throughput values are similarly performant.
264
+
- In AWS, when using gp3 disk types, we recommend provisioning IOPS of 16000 and throughput of 1000. This minimizes cost and adds a lot of performance. io2 EBS volumes with matching IOPS and throughput values are similarly performant.
267
265
- For GCP, we recommend using performance (SSD) persistent disks (`pd-ssd`) or extreme persistent disks (`pd-extreme`) with similar IOPS and throughput values as seen above.
Copy file name to clipboardExpand all lines: docs/pos/reference/rpc-endpoints.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,13 @@ This guide provides an index of network details for the Polygon Amoy testnet and
6
6
7
7
## Network details
8
8
9
+
!!! warning "Mumbai testnet deprecated"
10
+
11
+
The Goerli-anchored Mumbai testnet is now deprecated. Please use the Sepolia-anchored Amoy testnet for all future testing and dApp development activities on Polygon PoS.
12
+
9
13
### Amoy
10
14
11
-
The Amoy testnet serves as a replica of the Polygon mainnet and is primarily used for testing. **Amoy network will soon replace Mumbai Testnet**. Obtain testnet tokens from the [faucet](https://faucet.polygon.technology/). Note that these tokens hold no value and differ from MATIC.
15
+
The Amoy testnet serves as a replica of the Polygon mainnet and is primarily used for testing. Obtain testnet tokens from the [faucet](https://faucet.polygon.technology/). Note that these tokens hold no value and differ from MATIC.
@@ -22,8 +26,7 @@ The Amoy testnet serves as a replica of the Polygon mainnet and is primarily use
22
26
| Heimdall API |[https://heimdall-api-amoy.polygon.technology](https://heimdall-api-amoy.polygon.technology)|
23
27
| Block Explorer |[https://amoy.polygonscan.com/](https://amoy.polygonscan.com/)|
24
28
25
-
!!!note
26
-
Additional information
29
+
!!! note "Additional information"
27
30
28
31
For more details, refer to this [**JSON data**](https://static.polygon.technology/network/testnet/amoy/index.json).
29
32
@@ -44,8 +47,7 @@ The native token for the Polygon PoS mainnet is MATIC, which is used for transac
44
47
| Heimdall API |[https://heimdall-api.polygon.technology](https://heimdall-api.polygon.technology)|
45
48
| Block explorer |[https://polygonscan.com/](https://polygonscan.com/)|
46
49
47
-
!!!note
48
-
Additional information
50
+
!!! note "Additional information"
49
51
50
52
For more details, refer to this [**JSON data**](https://github.com/maticnetwork/static/blob/master/network/mainnet/v1/index.json).
51
53
@@ -66,9 +68,9 @@ The Mumbai testnet serves as a replica of the Polygon mainnet and is primarily u
66
68
| Heimdall API |[https://heimdall-api-testnet.polygon.technology](https://heimdall-api-testnet.polygon.technology)|
67
69
| Block Explorer |[https://mumbai.polygonscan.com/](https://mumbai.polygonscan.com/)|
68
70
69
-
!!!note
70
-
Additional information
71
-
71
+
!!!note "Additional information
72
+
"
73
+
72
74
For more details, refer to this [**JSON data**](https://static.polygon.technology/network/testnet/mumbai/index.json).
73
75
74
76
</TabItem>
@@ -78,8 +80,7 @@ The Mumbai testnet serves as a replica of the Polygon mainnet and is primarily u
78
80
79
81
Developers can interact with on-chain data and execute various types of transactions using network endpoints. These APIs adhere to the JSON-RPC standard, a stateless, lightweight remote procedure call (RPC) protocol.
80
82
81
-
!!!info
82
-
Getting started with RPC calls
83
+
!!! info "Getting started with RPC calls"
83
84
84
85
For a comprehensive list of API documentation, visit [**Polygon JSON-RPC calls**](https://github.com/0xPolygon/polygon-edge/tree/develop/docs/docs/api).
0 commit comments