Skip to content

Commit a244e7e

Browse files
committed
Updates and fixes
1 parent 5ab410f commit a244e7e

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

docs/pos/how-to/snapshots.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When setting up a new sentry, validator, or full node server, it is recommended
66

77
## Community snapshots
88

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.
1010

1111
!!! tip "Older snapshots"
1212

@@ -259,9 +259,7 @@ Please check the hardware requirements for an Erigon mainnet archive node on the
259259

260260
## Recommended disk type and IOPS guidance
261261

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.
264263
- 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.
267265
- 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.

docs/pos/reference/rpc-endpoints.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ This guide provides an index of network details for the Polygon Amoy testnet and
66

77
## Network details
88

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+
913
### Amoy
1014

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.
1216

1317
| Properties | Network details |
1418
| ---------------- | -------------------------------------------------------------------------------------------------- |
@@ -22,8 +26,7 @@ The Amoy testnet serves as a replica of the Polygon mainnet and is primarily use
2226
| Heimdall API | [https://heimdall-api-amoy.polygon.technology](https://heimdall-api-amoy.polygon.technology) |
2327
| Block Explorer | [https://amoy.polygonscan.com/](https://amoy.polygonscan.com/) |
2428

25-
!!!note
26-
Additional information
29+
!!! note "Additional information"
2730

2831
For more details, refer to this [**JSON data**](https://static.polygon.technology/network/testnet/amoy/index.json).
2932

@@ -44,8 +47,7 @@ The native token for the Polygon PoS mainnet is MATIC, which is used for transac
4447
| Heimdall API | [https://heimdall-api.polygon.technology](https://heimdall-api.polygon.technology) |
4548
| Block explorer | [https://polygonscan.com/](https://polygonscan.com/) |
4649

47-
!!!note
48-
Additional information
50+
!!! note "Additional information"
4951

5052
For more details, refer to this [**JSON data**](https://github.com/maticnetwork/static/blob/master/network/mainnet/v1/index.json).
5153

@@ -66,9 +68,9 @@ The Mumbai testnet serves as a replica of the Polygon mainnet and is primarily u
6668
| Heimdall API | [https://heimdall-api-testnet.polygon.technology](https://heimdall-api-testnet.polygon.technology) |
6769
| Block Explorer | [https://mumbai.polygonscan.com/](https://mumbai.polygonscan.com/) |
6870

69-
!!!note
70-
Additional information
71-
71+
!!! note "Additional information
72+
"
73+
7274
For more details, refer to this [**JSON data**](https://static.polygon.technology/network/testnet/mumbai/index.json).
7375

7476
</TabItem>
@@ -78,8 +80,7 @@ The Mumbai testnet serves as a replica of the Polygon mainnet and is primarily u
7880

7981
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.
8082

81-
!!!info
82-
Getting started with RPC calls
83+
!!! info "Getting started with RPC calls"
8384

8485
For a comprehensive list of API documentation, visit [**Polygon JSON-RPC calls**](https://github.com/0xPolygon/polygon-edge/tree/develop/docs/docs/api).
8586

0 commit comments

Comments
 (0)