Skip to content

Commit ad1d519

Browse files
1496 recreate proofs (#1506)
* recreates fixes for Infura-284a and 285 * recreates fixes for Infura-286 * recreates fixes for Infura-287 * revokes get test tokens * Update services/reference/base/index.md proofs Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> * Update services/reference/optimism/index.md proof Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> --------- Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
1 parent d44007d commit ad1d519

File tree

8 files changed

+17
-19
lines changed

8 files changed

+17
-19
lines changed

services/concepts/web3-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Some popular Ethereum compatible Web3 libraries include (but are not limited to)
3030
| :--------- | :-------------------------------------------------------------------------------------------------- |
3131
| JavaScript | [Web3.js](https://web3js.readthedocs.io/), [Ethers.js](https://docs.ethers.org/) |
3232
| Python | [Web3.py](https://web3py.readthedocs.io/en/stable/) |
33-
| Rust | [ethers-js](https://github.com/gakonst/ethers-rs) (recommended), [Rust-web3](https://docs.rs/web3/) |
33+
| Rust | [ethers-rs](https://github.com/gakonst/ethers-rs) (recommended), [Rust-web3](https://docs.rs/web3/) |
3434
| C++ | [Aleth](https://github.com/ethereum/aleth) |
3535
| PHP | [Web3.php](https://github.com/web3p/web3.php) |
3636
| Java | [Web3j](https://docs.web3j.io/) |

services/get-started/endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ request to `support@infura.io` and we will assess if your request can be accommo
5353
|-------------------|-------------------------|-----------------------------------------------|
5454
| Mainnet | JSON-RPC over HTTPS | `https://bsc-mainnet.infura.io/v3/<API-KEY>` |
5555
| Mainnet | JSON-RPC over WebSocket | `wss://bsc-mainnet.infura.io/ws/v3/<API-KEY>` |
56-
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://bsc-testnet.infura.io/v3/<API-KEY>` |
56+
| Testnet | JSON-RPC over HTTPS | `https://bsc-testnet.infura.io/v3/<API-KEY>` |
5757

5858
## Celo
5959

@@ -129,7 +129,7 @@ Sepolia instead.
129129
| Mainnet | JSON-RPC over HTTPS | `https://optimism-mainnet.infura.io/v3/<API-KEY>` |
130130
| Mainnet | JSON-RPC over WebSocket | `wss://optimism-mainnet.infura.io/ws/v3/<API-KEY>` |
131131
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://optimism-sepolia.infura.io/v3/<API-KEY>` |
132-
| Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://optimism-mainnet.infura.io/ws/v3/<API-KEY>` |
132+
| Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://optimism-sepolia.infura.io/ws/v3/<API-KEY>` |
133133

134134
## Palm
135135

services/reference/base/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,23 @@ import CardList from '@site/src/components/CardList'
66

77
# Base
88

9-
Base is an optimistic layer 2 rollup chain built by Coinbase on the MIT-licensed [OP Stack](https://optimism.mirror.xyz/fLk5UGjZDiXFuvQh6R_HscMQuuY9ABYNF7PI76-qJYs), in collaboration with [Optimism](../optimism/index.md).
9+
Base is an optimistic layer 2 rollup chain built by Coinbase on the MIT-licensed [OP Stack](https://docs.optimism.io/stack/getting-started#the-op-stack-today), in collaboration with [Optimism](../optimism/index.md).
1010

1111
:::caution Limited access
1212
Base is currently only available to a limited number of customers. Production
1313
support is also limited. If you would like access, please submit a request to `support@infura.io` and
1414
we will assess if your request can be accommodated at this time.
1515
:::
1616

17-
The Base network provides seamless Coinbase integrations, easy fiat onramps, and access to more than 100 million users and $100 billion in assets
18-
in the Coinbase ecosystem.
17+
The Base network provides seamless Coinbase integrations, easy fiat onramps, and access to more than
18+
100 million users and $100 billion in assets in the Coinbase ecosystem.
1919

2020
:::info See also
2121

22-
See the [official Base documentation ](https://docs.base.org/)for more information.
22+
- The [official Base documentation](https://docs.base.org/) for more information.
23+
- The official
24+
[Optimism Ethereum JSON-RPC API documentation](https://docs.optimism.io/builders/node-operators/json-rpc)
25+
(Bedrock release) for custom Base methods.
2326

2427
:::
2528

services/reference/bnb-smart-chain/json-rpc-methods/subscription-methods/_eth_subscribe-request.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ import TabItem from "@theme/TabItem"
55
<TabItem value="newHeads">
66

77
```bash
8-
wscat -c wss://linea-sepolia.infura.io/ws/v3/YOUR-API-KEY -x '{"jsonrpc": "2.0", "id": 1, "method": "eth_subscribe", "params": ["newHeads"]}'
8+
wscat -c wss://bsc-mainnet.infura.io/ws/v3/YOUR-API-KEY -x '{"jsonrpc": "2.0", "id": 1, "method": "eth_subscribe", "params": ["newHeads"]}'
99
```
1010

1111
</TabItem>
1212
<TabItem value="logs">
1313

1414
```bash
15-
wscat -c wss://linea-sepolia.infura.io/ws/v3/YOUR-API-KEY -x '{"jsonrpc": "2.0", "id": 1, "method": "eth_subscribe", "params": ["logs", {"address": "0x8320fe7702b96808f7bbc0d4a888ed1468216cfd", "topics":["0xd78a0cb8bb633d06981248b816e7bd33c2a35a6089241d099fa519e361cab902"]}]}'
15+
wscat -c wss://bsc-mainnet.infura.io/ws/v3/YOUR-API-KEY -x '{"jsonrpc": "2.0", "id": 1, "method": "eth_subscribe", "params": ["logs", {"address": "0x8320fe7702b96808f7bbc0d4a888ed1468216cfd", "topics":["0xd78a0cb8bb633d06981248b816e7bd33c2a35a6089241d099fa519e361cab902"]}]}'
1616
```
1717

1818
</TabItem>
1919

2020
<TabItem value="newPendingTransactions">
2121

2222
```bash
23-
wscat -c wss://linea-sepolia.infura.io/ws/v3/YOUR-API-KEY -x '{"jsonrpc": "2.0", "id": 1, "method": "eth_subscribe", "params": ["newPendingTransactions"]}'
23+
wscat -c wss://bsc-mainnet.infura.io/ws/v3/YOUR-API-KEY -x '{"jsonrpc": "2.0", "id": 1, "method": "eth_subscribe", "params": ["newPendingTransactions"]}'
2424
```
2525

2626
</TabItem>

services/reference/bnb-smart-chain/json-rpc-methods/subscription-methods/eth_subscribe.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ import Params from "/services/reference/_partials/subscription-methods/_eth_subs
1515

1616
<Params />
1717

18-
:::note
19-
The `newPendingTransactions` event is only available on Linea Sepolia.
20-
:::
21-
2218
## Returns
2319

2420
import Returns from "/services/reference/_partials/subscription-methods/_eth_subscribe-returns.mdx";

services/reference/bnb-smart-chain/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the BNB
1515

1616
## Prerequisites
1717

18-
Ensure you have an [API key](../../../developer-tools/dashboard/get-started/create-api) with the BNB Smart Chain networked enabled.
18+
- Ensure you have an [API key](../../../developer-tools/dashboard/get-started/create-api) with the BNB Smart Chain networked enabled.
1919

2020
## Make calls
2121

services/reference/mantle/json-rpc-methods/debug/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ methods on the Mantle network:
1313
- [`debug_traceBlockByNumber`](debug_traceblockbynumber.md)
1414
- [`debug_traceTransaction`](debug_tracetransaction.md)
1515
- [`debug_traceCall`](debug_tracecall.md)
16-
- [`debug_traceTransaction`](debug_tracetransaction.md)
1716

1817
## Debug tracing types
1918

services/reference/optimism/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ occur on Optimism are posted and validated on Ethereum mainnet using Optimistic
2020
:::info see also
2121

2222
- For more information on the Optimism network, please see the
23-
[official Optimism developer documentation](https://community.optimism.io/docs/developers/).
24-
- Developers should be aware of some
25-
[important differences between the behavior of Ethereum and Optimism](https://community.optimism.io/docs/developers/build/differences/).
23+
[official Optimism developer documentation](https://docs.optimism.io/).
24+
- See the [differences between the behavior of Ethereum and Optimism](https://docs.optimism.io/stack/differences).
25+
- See the [JSON-RPC methods specific to Optimism Bedrock](https://docs.optimism.io/builders/node-operators/json-rpc).
2626

2727
:::
2828

0 commit comments

Comments
 (0)