Skip to content

Commit cc26f8d

Browse files
Merge branch 'main' of https://github.com/0xPolygon/polygon-docs into km/more-sharon-updates
2 parents e4b55b9 + 024edc5 commit cc26f8d

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

docs/pos/reference/rpc-endpoints.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ This guide provides an index of network details for the Polygon Mumbai Testnet a
66

77
The Mumbai 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.
88

9-
| Properties | Network details |
9+
| Properties | Network details |
1010
| ---------------- | -------------------------------------------------------------------------------------------------- |
11-
| Network name | **Mumbai** |
12-
| Parent chain | **[Goërli](https://goerli.net/)** |
11+
| Network name | **Mumbai** |
12+
| Parent chain | **[Goërli](https://goerli.net/)** |
1313
| Chain ID | `80001` |
14-
| Gas token | MATIC |
15-
| Gas station | [Mumbai gas station](https://gasstation-testnet.polygon.technology/v2) |
16-
| RPC endpoint | [https://rpc-mumbai.matic.today](https://rpc-mumbai.matic.today) |
17-
| Node endpoint | [wss://rpc-mumbai.matic.today](wss://rpc-mumbai.matic.today) |
18-
| Heimdall API | [https://heimdall-api-testnet.polygon.technology](https://heimdall-api-testnet.polygon.technology) |
19-
| Block Explorer | [https://mumbai.polygonscan.com/](https://mumbai.polygonscan.com/) |
14+
| Gas token | MATIC |
15+
| Gas station | [Mumbai gas station](https://gasstation-testnet.polygon.technology/v2) |
16+
| RPC endpoint | [https://rpc-mumbai.polygon.technology](https://rpc-mumbai.polygon.technology) |
17+
| Node endpoint | [wss://rpc-mumbai.matic.today](wss://rpc-mumbai.matic.today) |
18+
| Heimdall API | [https://heimdall-api-testnet.polygon.technology](https://heimdall-api-testnet.polygon.technology) |
19+
| Block Explorer | [https://mumbai.polygonscan.com/](https://mumbai.polygonscan.com/) |
2020

2121
!!!note
2222
Additional information
@@ -28,17 +28,17 @@ The Mumbai testnet serves as a replica of the Polygon mainnet and is primarily u
2828

2929
The native token for the Polygon PoS mainnet is MATIC, which is used for transaction fees.
3030

31-
| Properties | Network details |
31+
| Properties | Network details |
3232
| ---------------- | -------------------------------------------------------------------------------------------------- |
33-
| Network name | **Polygon** |
34-
| Parent chain | **Ethereum** |
35-
| Chain ID | `137` |
36-
| Gas token | MATIC |
37-
| Gas station | [PolygonScan Gas Tracker](https://polygonscan.com/gastracker) |
38-
| RPC endpoint | [https://polygon-rpc.com/](https://polygon-rpc.com/) |
39-
| Node endpoint | [wss://rpc-mainnet.matic.network](wss://rpc-mainnet.matic.network) |
40-
| Heimdall API | [https://heimdall-api.polygon.technology](https://heimdall-api.polygon.technology) |
41-
| Block explorer | [https://polygonscan.com/](https://polygonscan.com/) |
33+
| Network name | **Polygon** |
34+
| Parent chain | **Ethereum** |
35+
| Chain ID | `137` |
36+
| Gas token | MATIC |
37+
| Gas station | [PolygonScan Gas Tracker](https://polygonscan.com/gastracker) |
38+
| RPC endpoint | [https://polygon-rpc.com/](https://polygon-rpc.com/) |
39+
| Node endpoint | [wss://rpc-mainnet.matic.network](wss://rpc-mainnet.matic.network) |
40+
| Heimdall API | [https://heimdall-api.polygon.technology](https://heimdall-api.polygon.technology) |
41+
| Block explorer | [https://polygonscan.com/](https://polygonscan.com/) |
4242

4343
!!!note
4444
Additional information

docs/zkEVM/architecture/user-fees.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,9 +1002,9 @@ Recall how we previously ended up computing the $\texttt{BreakEvenGasPriceRPC}$
10021002
$$
10031003

10041004
$$
1005-
\texttt{EffectivePercentageByte} = \texttt{EffectivePercentage} · 256 − 1 = 148
1005+
\texttt{EffectivePercentageByte} = \lfloor \texttt{EffectivePercentage} · 256 \rfloor − 1 = 158
10061006
$$
10071007

10081008
Observe that the user has been charged $62.3\%$ of the gas price they signed at the time of sending the transaction.
10091009

1010-
1010+

0 commit comments

Comments
 (0)