Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links #1565

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/get-started/pricing/credit-cost.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ a specific network, then use the default Ethereum method's credit cost.

### Subscription events

You can subscribe and unsubscribe to events using [`eth_subscribe`](../../networks/ethereum/json-rpc-methods/subscription-methods/eth_subscribe.mdx) and [`eth_unsubscribe`](../../networks/ethereum/json-rpc-methods/subscription-methods/eth_unsubscribe.mdx).
You can subscribe and unsubscribe to events using [`eth_subscribe`](../../reference/ethereum/json-rpc-methods/subscription-methods/eth_subscribe.mdx) and [`eth_unsubscribe`](../../reference/ethereum/json-rpc-methods/subscription-methods/eth_unsubscribe.mdx).

The credit costs for the `logs` and `newHeads` events are charged per block, whereas `newPendingTransaction` events
are charged at approximately one second intervals.
Expand Down Expand Up @@ -214,4 +214,4 @@ are charged at approximately one second intervals.
| `baseFeeHistory` | 80 |
| `baseFeePercentile` | 80 |
| `busyThreshold` | 80 |
| `suggestedGasFees` | 80 |
| `suggestedGasFees` | 80 |
Loading