Skip to content

Commit 05faf12

Browse files
authored
fix some spelling and grammar errors (#1868)
* Update credit-cost.md * Update endpoints.md * Update _eth_newfilter-description.mdx
1 parent 9a25c49 commit 05faf12

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

services/get-started/endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Ensure that you replace `<YOUR-API-KEY>` with an API key from your [MetaMask Dev
1515
| Network | Description | URL |
1616
| ----------------- | ----------------------- | -------------------------------------------------- |
1717
| Mainnet | JSON-RPC over HTTPS | `https://arbitrum-mainnet.infura.io/v3/<YOUR-API-KEY>` |
18-
| Mainnet | JSON-RPC over Websocket | `wss://arbitrum-mainnet.io/ws/v3/<YOUR-API-KEY>` |
18+
| Mainnet | JSON-RPC over WebSocket | `wss://arbitrum-mainnet.io/ws/v3/<YOUR-API-KEY>` |
1919
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://arbitrum-sepolia.infura.io/v3/<YOUR-API-KEY>` |
2020
| Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://arbitrum-sepolia.infura.io/ws/v3/<YOUR-API-KEY>` |
2121

@@ -24,7 +24,7 @@ Ensure that you replace `<YOUR-API-KEY>` with an API key from your [MetaMask Dev
2424
| Network | Description | URL |
2525
| -------------- | ----------------------- | -------------------------------------------------- |
2626
| Mainnet | JSON-RPC over HTTPS | `https://avalanche-mainnet.infura.io/v3/<YOUR-API-KEY>` |
27-
| Mainnet | JSON-RPC over Websocket | `wss://avalanche-mainnet.io/ws/v3/<YOUR-API-KEY>` |
27+
| Mainnet | JSON-RPC over WebSocket | `wss://avalanche-mainnet.io/ws/v3/<YOUR-API-KEY>` |
2828
| Testnet (Fuji) | JSON-RPC over HTTPS | `https://avalanche-fuji.infura.io/v3/<YOUR-API-KEY>` |
2929
| Testnet (Fuji) | JSON-RPC over WebSocket | `wss://avalanche-fuji.infura.io/ws/v3/<YOUR-API-KEY>` |
3030

services/get-started/pricing/credit-cost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ a specific network, then use the default Ethereum method's credit cost.
7878
| `eth_protocolVersion` | 5 |
7979
| `eth_sendRawTransaction` | 80 |
8080
| `eth_sign` | 80 |
81-
| `eth_simulateV1 | 300 |
81+
| `eth_simulateV1` | 300 |
8282
| `eth_submitWork` | 80 |
8383
| `eth_subscribe` | 5 |
8484
| `eth_syncing` | 5 |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Creates a filter object based on the given filter options, to notify when the state changes (logs). To check if the state has changed, call [`eth_getFilterChanges`](../../ethereum/json-rpc-methods/filter-methods/eth_getfilterchanges.mdx).
22

33
:::tip Valid for fifteen minutes
4-
Filter IDs will be valid for up to fifteen minutes, and can polled by any connection using the same `<YOUR-API-KEY>`.
4+
Filter IDs will be valid for up to fifteen minutes, and can be polled by any connection using the same `<YOUR-API-KEY>`.
55
:::

0 commit comments

Comments
 (0)