mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Issue-#1011: Add Mainnet and BSC as supported networks for v4
This commit is contained in:
parent
e275e948b7
commit
97366d77a2
@ -9,7 +9,47 @@ In each network, you’ll need ETH to pay for gas, and OCEAN for certain Ocean a
|
|||||||
|
|
||||||
The universal Aquarius Endpoint is `https://v4.aquarius.oceanprotocol.com`.
|
The universal Aquarius Endpoint is `https://v4.aquarius.oceanprotocol.com`.
|
||||||
|
|
||||||
|
## Ethereum Mainnet
|
||||||
|
|
||||||
|
Ethereum mainnet is a production network. In MetaMask and other ERC20 wallets, click on the network name dropdown, then select _Ethereum mainnet_.
|
||||||
|
|
||||||
|
**Tokens**
|
||||||
|
|
||||||
|
- Mainnet ETH:
|
||||||
|
- Native token to pay transaction fees
|
||||||
|
- Mainnet OCEAN:
|
||||||
|
- Address: [0x967da4048cD07aB37855c090aAF366e4ce1b9F48](https://etherscan.io/token/0x967da4048cD07aB37855c090aAF366e4ce1b9F48)
|
||||||
|
|
||||||
|
**Additional Components**
|
||||||
|
|
||||||
|
| What | URL |
|
||||||
|
| ------------ | ------------------------------------------------------------------------ |
|
||||||
|
| Explorer | https://etherscan.io |
|
||||||
|
| Ocean Market | Point wallet to Ropsten network, at https://v4.market.oceanprotocol.com/ |
|
||||||
|
| Provider | `https://v4.provider.mainnet.oceanprotocol.com` |
|
||||||
|
| Subgraph | `https://v4.subgraph.mainnet.oceanprotocol.com` |
|
||||||
|
|
||||||
|
## Binance Smart Chain
|
||||||
|
|
||||||
|
Ocean is deployed to Binance Smart Chain (BSC), another production network. BSC’s native token is BNB - the Binance token.
|
||||||
|
|
||||||
|
If you don’t find BSC as a predefined network in your wallet, you can connect to it manually via Binance’s guide [here](https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain).
|
||||||
|
|
||||||
|
**Tokens**
|
||||||
|
|
||||||
|
- BSC BNB:
|
||||||
|
- Native token to pay transaction fees.
|
||||||
|
- BSC OCEAN:
|
||||||
|
- Address: [0xdce07662ca8ebc241316a15b611c89711414dd1a](https://bscscan.com/token/0xdce07662ca8ebc241316a15b611c89711414dd1a)
|
||||||
|
|
||||||
|
**Additional Components**
|
||||||
|
|
||||||
|
| What | URL |
|
||||||
|
| ------------ | ------------------------------------------------------------------------ |
|
||||||
|
| Explorer | https://bscscan.com/ |
|
||||||
|
| Ocean Market | Point wallet to Ropsten network, at https://v4.market.oceanprotocol.com/ |
|
||||||
|
| Provider | `https://v4.provider.bsc.oceanprotocol.com` |
|
||||||
|
| Subgraph | `https://v4.subgraph.bsc.oceanprotocol.com` |
|
||||||
|
|
||||||
## Ropsten
|
## Ropsten
|
||||||
|
|
||||||
@ -83,7 +123,6 @@ If you don't find Mumbai as a predefined network in your wallet, you can connect
|
|||||||
| Provider | `https://v4.provider.mumbai.oceanprotocol.com` |
|
| Provider | `https://v4.provider.mumbai.oceanprotocol.com` |
|
||||||
| Subgraph | `https://v4.subgraph.mumbai.oceanprotocol.com` |
|
| Subgraph | `https://v4.subgraph.mumbai.oceanprotocol.com` |
|
||||||
|
|
||||||
|
|
||||||
## Moonbase
|
## Moonbase
|
||||||
|
|
||||||
Moonbase is a test network tuned for Moonbeam / Moonriver.
|
Moonbase is a test network tuned for Moonbeam / Moonriver.
|
||||||
@ -102,14 +141,12 @@ If you don't find Moonbase as a predefined network in your wallet, you can conne
|
|||||||
**Additional Components**
|
**Additional Components**
|
||||||
|
|
||||||
| What | URL |
|
| What | URL |
|
||||||
| ------------ | ------------------------------------------------------------------- |
|
| ------------ | --------------------------------------------------------------------- |
|
||||||
| Explorer | https://moonbase.moonscan.io/ |
|
| Explorer | https://moonbase.moonscan.io/ |
|
||||||
| Ocean Market | Point wallet to Moonbase network, at https://market.oceanprotocol.com |
|
| Ocean Market | Point wallet to Moonbase network, at https://market.oceanprotocol.com |
|
||||||
| Provider | `https://v4.provider.moonbase.oceanprotocol.com/` |
|
| Provider | `https://v4.provider.moonbase.oceanprotocol.com/` |
|
||||||
| Subgraph | `https://v4.subgraph.moonbase.oceanprotocol.com` |
|
| Subgraph | `https://v4.subgraph.moonbase.oceanprotocol.com` |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Local / Ganache
|
## Local / Ganache
|
||||||
|
|
||||||
The most straightforward way for local-only development is to use [Barge](https://www.github.com/oceanprotocol/barge), which runs [Ganache](https://www.trufflesuite.com/ganache), Aquarius, and Provider. It is used extensively by the Ocean core devs (with Ganache or Rinkeby) and for automated integration testing.
|
The most straightforward way for local-only development is to use [Barge](https://www.github.com/oceanprotocol/barge), which runs [Ganache](https://www.trufflesuite.com/ganache), Aquarius, and Provider. It is used extensively by the Ocean core devs (with Ganache or Rinkeby) and for automated integration testing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user