From e69b300b2f75faf4f9aac44a4d890d2d5d58432e Mon Sep 17 00:00:00 2001 From: Anamaria Loznianu Date: Wed, 28 Sep 2022 09:45:54 +0300 Subject: [PATCH] Added Goerli Test Network --- core-concepts/networks.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/core-concepts/networks.md b/core-concepts/networks.md index bb5eafbe..6c97a601 100644 --- a/core-concepts/networks.md +++ b/core-concepts/networks.md @@ -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` | +### Goerli + +Goerli is a test network. + +In MetaMask and other ERC20 wallets, click on the network name dropdown, then select _Görli_. + +**Tokens** + +* Goerli 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.