-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> * Update services/reference/optimism/index.md proof Co-authored-by: Alexandra Carrillo <[email protected]> --------- Co-authored-by: Alexandra Carrillo <[email protected]>
- Loading branch information
1 parent
d44007d
commit ad1d519
Showing
8 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ request to `[email protected]` and we will assess if your request can be accommo | |
|-------------------|-------------------------|-----------------------------------------------| | ||
| Mainnet | JSON-RPC over HTTPS | `https://bsc-mainnet.infura.io/v3/<API-KEY>` | | ||
| Mainnet | JSON-RPC over WebSocket | `wss://bsc-mainnet.infura.io/ws/v3/<API-KEY>` | | ||
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://bsc-testnet.infura.io/v3/<API-KEY>` | | ||
| Testnet | JSON-RPC over HTTPS | `https://bsc-testnet.infura.io/v3/<API-KEY>` | | ||
|
||
## Celo | ||
|
||
|
@@ -129,7 +129,7 @@ Sepolia instead. | |
| Mainnet | JSON-RPC over HTTPS | `https://optimism-mainnet.infura.io/v3/<API-KEY>` | | ||
| Mainnet | JSON-RPC over WebSocket | `wss://optimism-mainnet.infura.io/ws/v3/<API-KEY>` | | ||
| Testnet (Sepolia) | JSON-RPC over HTTPS | `https://optimism-sepolia.infura.io/v3/<API-KEY>` | | ||
| Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://optimism-mainnet.infura.io/ws/v3/<API-KEY>` | | ||
| Testnet (Sepolia) | JSON-RPC over WebSocket | `wss://optimism-sepolia.infura.io/ws/v3/<API-KEY>` | | ||
|
||
## Palm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,23 @@ import CardList from '@site/src/components/CardList' | |
|
||
# Base | ||
|
||
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). | ||
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). | ||
|
||
:::caution Limited access | ||
Base is currently only available to a limited number of customers. Production | ||
support is also limited. If you would like access, please submit a request to `[email protected]` and | ||
we will assess if your request can be accommodated at this time. | ||
::: | ||
|
||
The Base network provides seamless Coinbase integrations, easy fiat onramps, and access to more than 100 million users and $100 billion in assets | ||
in the Coinbase ecosystem. | ||
The Base network provides seamless Coinbase integrations, easy fiat onramps, and access to more than | ||
100 million users and $100 billion in assets in the Coinbase ecosystem. | ||
|
||
:::info See also | ||
|
||
See the [official Base documentation ](https://docs.base.org/)for more information. | ||
- The [official Base documentation](https://docs.base.org/) for more information. | ||
- The official | ||
[Optimism Ethereum JSON-RPC API documentation](https://docs.optimism.io/builders/node-operators/json-rpc) | ||
(Bedrock release) for custom Base methods. | ||
|
||
::: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters