diff --git a/hedera/networks/mainnet.mdx b/hedera/networks/mainnet.mdx
index edfe8488..1f060ee8 100644
--- a/hedera/networks/mainnet.mdx
+++ b/hedera/networks/mainnet.mdx
@@ -28,7 +28,6 @@ Transactions on the Hedera Mainnet are currently throttled. You will receive a `
| **Smart Contract Transactions** | `ContractExecuteTransaction`: 15 million gas per second
`ContractCreateTransaction`: 15 million gas per second |
| **Queries (per node)** | `AccountBalanceQuery`: 1000 tps
`ContractGetInfo`: 700 tps
`ContractGetBytecode`: 700 tps
`ContractCallLocal`: 700 tps
`FileGetInfo`: 700 tps
`FileGetContents`: 700 tps
`Other`: 10,000 tps |
| **Receipts** | unlimited (no throttle) |
-
| Network Request Types | Throttle (tps) |
|---|---|
| Cryptocurrency Transactions |
|
| Consensus Transactions |
|
| Token Transactions |
|
| Schedule Transactions | ScheduleSignTransaction: 100 tpsScheduleCreateTransaction: 100 tps |
| File Transactions | 10 tps |
| Smart Contract Transactions | ContractExecuteTransaction: 15 million gas per secondContractCreateTransaction: 15 million gas per second |
| Queries (per node) |
|
| Receipts | unlimited (no throttle) |
| Endpoint | Description |
|---|---|
GET /api/v1/network/supply | Retrieves the current total supply of HBAR. |
GET /api/v1/network/fees | Fetches the latest transaction fee schedules. |
POST /api/v1/network/fees | Estimates fees for a specific protobuf-encoded transaction, including the [HIP-1313](https://hips.hedera.com/hip/hip-1313) high_volume_multiplier. |
GET /api/v1/network/exchangerate | Retrieves exchange rates to estimate transaction costs. |
GET /api/v1/network/nodes | Lists the network address book nodes. |
GET /api/v1/network/stake | Fetches staking-related information. |