Merge pull request #1134 from oceanprotocol/feature/goerli

Added Goerli Test Network
This commit is contained in:
Ana 2022-10-03 11:23:27 +03:00 committed by GitHub
commit 1af84778eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 1 deletions

View File

@ -20,4 +20,5 @@ The below table provides the link to GraphiQL for the support networks. The Grap
| [Mumbai](https://v4.subgraph.mumbai.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| [Rinkeby](https://v4.subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| [Ropsten](https://v4.subgraph.ropsten.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| [Görli](https://v4.subgraph.goerli.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| [Moonbase](https://v4.subgraph.moonbase.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |

View File

@ -42,6 +42,12 @@ Almost all ERC-20 wallets require these values for adding a custom token:
* Symbol: `OCEAN`
* Decimals: `18`
**Görli**
* Contract Address: `0xCfDdA22C9837aE76E0faA845354f33C62E03653a`
* Symbol: `OCEAN`
* Decimals: `18`
**Mumbai**
* Contract Address: `0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8`

View File

@ -24,7 +24,7 @@ Once your wallet is set up, it will have one or more **accounts**.
Each account has several **balances**, e.g. an Ether balance, an Ocean Token balance, and maybe other balances. All balances start at zero.
An account's Ether balance might be 7.1 ETH in the Ethereum Mainnet, 2.39 ETH in Ropsten testnet. You can move ETH from one network to another only with a specially setup exchange or bridge. Also, you can't transfer tokens from networks holding value such as Ethereum mainnet to networks not holding value, i.e., testnets like Ropsten. The same is true of OCEAN token balances.
An account's Ether balance might be 7.1 ETH in the Ethereum Mainnet, 2.39 ETH in Görli testnet. You can move ETH from one network to another only with a specially setup exchange or bridge. Also, you can't transfer tokens from networks holding value such as Ethereum mainnet to networks not holding value, i.e., testnets like Görli. The same is true of OCEAN token balances.
Each account has one **private key** and one **address**. The address can be calculated from the private key. You must keep the private key secret because it's what's needed to spend/transfer ETH and OCEAN (or to sign transactions of any kind). You can share the address with others. In fact, if you want someone to send some ETH or OCEAN to an account, you give them the account's address.

View File

@ -183,6 +183,30 @@ In MetaMask and other ERC20 wallets, click on the network name dropdown, then se
| Provider | `https://v4.provider.rinkeby.oceanprotocol.com` |
| Subgraph | `https://v4.subgraph.rinkeby.oceanprotocol.com` |
### Görli
Görli is a test network.
In MetaMask and other ERC20 wallets, click on the network name dropdown, then select _Goerli_.
**Tokens**
* Görli ETH:
* Native token to pay transaction fees
* [Faucet](https://goerlifaucet.com/). You may find others by [searching](https://www.google.com/search?q=goerli+ether+faucet%5C&oq=goerli+ether+faucet).
* Goerli OCEAN:
* Address: [0xCfDdA22C9837aE76E0faA845354f33C62E03653a](https://goerli.etherscan.io/address/0xcfdda22c9837ae76e0faa845354f33c62e03653a)
* [Faucet](https://faucet.goerli.oceanprotocol.com)
**Additional Components**
| What | URL |
| ------------ | -------------------------------------------------------------------- |
| Explorer | https://goerli.etherscan.io/ |
| Ocean Market | Point wallet to Görli network, at https://market.oceanprotocol.com |
| Provider | `https://v4.provider.goerli.oceanprotocol.com` |
| Subgraph | `https://v4.subgraph.goerli.oceanprotocol.com` |
### Mumbai
Mumbai is a test network tuned for Matic / Polygon.