Skip to content

Commit 4e9b9ee

Browse files
authored
Merge pull request #1931 from Ankr-network/stage
feat: DOCS-868 AAPI max batch size
2 parents c356596 + 8dee546 commit 4e9b9ee

3 files changed

Lines changed: 10 additions & 28 deletions

File tree

pages/index.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,6 @@ From [public RPC endpoints](https://www.ankr.com/rpc/) that developers have come
7676
[Stake, earn, and integrate](staking-overview)
7777
</div>
7878

79-
## Gaming
80-
<br/>
81-
82-
<img src="/docs/build/gaming.png" className="responsive-pic" width="600" />
83-
84-
* Take your game to the next level — Web3.
85-
* Launch your Web3 monetization strategy.
86-
* Integrate Web3 wallets easily.
87-
* Compatible with Unity and Unreal Engine.
88-
89-
<div className="nx-p-4 border border-gray-200 dark:border-gray-900 rounded nx-mt-6">
90-
[Take your game to Web3](https://mirage.xyz/docs/)
91-
</div>
92-
9379
## Tutorials
9480
<br/>
9581

pages/info-map.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This section aims at navigating your ship fast and easy through the vast ocean o
5151
* [**Manage Automation Tasks**](/automation/manage-tasks/)<br/>
5252
Manage your automation tasks from a single dashboard.
5353

54-
## Ankr Tutorials
54+
## Tutorials
5555

5656
* [**Basic Tutorials**](/basic-tutorials/dapp-on-ethereum-using-nocode/)<br/>
5757
Basic tutorials to start learning when new to Web3.
@@ -60,7 +60,7 @@ This section aims at navigating your ship fast and easy through the vast ocean o
6060
* [**Advanced Tutorials**](/advanced-tutorials/donation-based-crowdfunding-dapp-on-polygon-with-ankr/)<br/>
6161
Advanced tutorials for building complex dApps.
6262

63-
## Ankr Scaling Services
63+
## Scaling Services
6464

6565
* [**Overview**](/scaling-services-overview/)<br/>
6666
Ankr Scaling Services basics; what they are, rollup stacks, the data availability and interoperability layers supported.
@@ -88,11 +88,6 @@ This section aims at navigating your ship fast and easy through the vast ocean o
8888
* [**Extra**](/staking-extra/audit-reports/)<br/>
8989
Extra information; list of all audit reports, technical service fees, validators, smart contract addresses, compatible wallets, specific fixes, types of Liquid Staking Tokens, ANKR tokenomics and governance.
9090

91-
## Mirage Gaming
92-
93-
* [**Mirage Gaming**](/gaming-overview/)<br/>
94-
Gaming platform as a service; how to monetize your game, add tokens and NFTs to your game, make it Web3 compatible, Unity and Unreal Engine SDKs for integration.
95-
9691
## Support
9792

9893
* [**Request Support**](https://ankrnetwork.atlassian.net/servicedesk/customer/portal/10)<br/>

pages/rpc-service/service-plans.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@ The `Node API` and `Advanced API` solutions come with both *Public*, *Freemium*,
6464

6565
### Block range / batch size limits
6666

67-
| Comparison item | Public | Freemium | Premium |
68-
|--------------------------------------------------|----------|------------|-----------|
69-
| Max. batch size | `10` | `100` | `1000` |
70-
| Max. block range | `1000` | `3000` | `10000` |
71-
| Polygon max. block range (temporary) | `100` | `1000` | `1000` |
72-
| BNB Smart Chain max. block range (temporary) || `1000` ||
73-
| Monad max. block range ( for `eth_getLogs` only) | `100` | `100` | `1000` |
67+
| Comparison item | Public | Freemium | Premium |
68+
|-----------------------------------------------------|----------|------------|-----------|
69+
| Max. batch size (Node API) | `10` | `100` | `1000` |
70+
| Max. batch size (Advanced API) || `10` | `10` |
71+
| Max. block range | `1000` | `3000` | `10000` |
72+
| Polygon max. block range (temporary) | `100` | `1000` | `1000` |
73+
| BNB Smart Chain max. block range (temporary) || `1000` ||
74+
| Monad max. block range ( for `eth_getLogs` only) | `100` | `100` | `1000` |
7475

7576
## Charging models
7677

0 commit comments

Comments
 (0)