Skip to content

Commit ebe1c96

Browse files
committed
chore(docs): translations goerli -> sepolia
1 parent cf07e14 commit ebe1c96

File tree

50 files changed

+370
-349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+370
-349
lines changed

public/content/developers/tutorials/all-you-can-cache/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@ Since we use the low level `<address>.call()` function, we can't use `vm.expectR
756756
This is the way we verify that code [emits an event correctly](https://book.getfoundry.sh/cheatcodes/expect-emit) in Foundry.
757757

758758
### The client {#the-client}
759-
<!-- TODO:: Changes this tutorial to used Sepolia -->
760759
One thing you don't get with Solidity tests is JavaScript code you can cut and paste into your own application. To write that code I deployed WORM to [Optimism Goerli](https://community.optimism.io/docs/useful-tools/networks/#optimism-goerli), [Optimism's](https://www.optimism.io/) new testnet. It is at address [`0xd34335b1d818cee54e3323d3246bd31d94e6a78a`](https://goerli-optimism.etherscan.io/address/0xd34335b1d818cee54e3323d3246bd31d94e6a78a).
761760

762761
[You can see JavaScript code for the client here](https://github.com/qbzzt/20220915-all-you-can-cache/blob/main/javascript/index.js). To use it:

public/content/developers/tutorials/hello-world-smart-contract-fullstack/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ skill: beginner
1717
lang: en
1818
published: 2021-10-25
1919
---
20-
<!-- TODO:: Changes this tutorial to used Sepolia -->
2120

2221
This guide is for you if you are new to blockchain development and don't know where to start or how to deploy and interact with smart contracts. We will walk through creating and deploying a simple, smart contract on the Goerli test network using [MetaMask](https://metamask.io), [Solidity](https://docs.soliditylang.org/en/v0.8.0/), [Hardhat](https://hardhat.org), and [Alchemy](https://alchemyapi.io/eth).
2322

public/content/developers/tutorials/hello-world-smart-contract/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ skill: beginner
77
lang: en
88
published: 2021-03-31
99
---
10-
<!-- TODO:: Changes this tutorial to used Sepolia -->
1110

1211
If you are new to blockchain development and don’t know where to start, or if you just want to understand how to deploy and interact with smart contracts, this guide is for you. We will walk through creating and deploying a simple smart contract on the Goerli test network using a virtual wallet [MetaMask](https://metamask.io/), [Solidity](https://docs.soliditylang.org/en/v0.8.0/), [Hardhat](https://hardhat.org/), and [Alchemy](https://alchemyapi.io/eth) (don’t worry if you don’t understand what any of this means yet, we will explain it).
1312

public/content/developers/tutorials/how-to-view-nft-in-metamask/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This tutorial is Part 3/3 in the NFT Tutorial series, where we view our newly mi
1313
Congrats! You’ve made it to the shortest and simplest part of our NFT tutorial series — how to view your freshly minted NFT on a virtual wallet. We’ll be using MetaMask for this example since it is what we used in the previous two parts.
1414

1515
As a prerequisite, you should already have MetaMask on mobile installed, and it should include the account to which you minted your NFT — you can get the app for free on [iOS](https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202) or [Android](https://play.google.com/store/apps/details?id=io.metamask&hl=en_US&gl=US).
16-
<!-- TODO:: Changes this tutorial .gif to used Sepolia -->
16+
<!-- Changes this tutorial .gif to used Sepolia -->
1717

1818
## Step 1: Set your network to Sepolia {#set-network-to-sepolia}
1919

public/content/developers/tutorials/how-to-write-and-deploy-an-nft/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Once you’ve created an Alchemy account, you can generate an API key by creatin
4343
We need an Ethereum account to send and receive transactions. For this tutorial, we’ll use MetaMask, a virtual wallet in the browser used to manage your Ethereum account address. If you want to understand more about how transactions on Ethereum work, check out [this page](/developers/docs/transactions/) from the Ethereum foundation.
4444

4545
You can download and create a MetaMask account for free [here](https://metamask.io/download.html). When you are creating an account, or if you already have an account, make sure to switch over to the “Sepolia Test Network” in the upper right (so that we’re not dealing with real money).
46-
<!-- TODO:: Changes this tutorial .gif to used Sepolia -->
4746

4847
![Set Sepolia as your network](./metamask-goerli.png)
4948

public/content/translations/de/developers/docs/development-networks/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ Einige Konsensclients verfügen über integrierte Tools, um lokale Beacon Chains
4747

4848
### Öffentliche Ethereum Test-Chains {#public-beacon-testchains}
4949

50-
Es gibt auch zwei öffentliche Testimplementierungen von Ethereum: Goerli und Sepolia. Das empfohlene Testnetz mit langfristiger Unterstützung ist Goerli, auf dem potenziell jeder validieren kann. Bei Sepolia handelt es sich um eine neuere, kleinere Chain, die ebenfalls auf absehbare Zeit gewartet werden soll und deren Validatoren ausgewählt sind (d. h. es gibt keinen offnen Zugang zu neuen Validatoren in diesem Testnetz). Die Ropsten Chain wird voraussichtlich im 4. Quartal 2022 und die Rinkeby Chain im 2. und 3. Quartal 2023 veraltet sein.
50+
Es gibt auch zwei öffentliche Testimplementierungen von Ethereum: Sepolia und Hoodi. Sepolia ist das empfohlene Standard-Testnetz für die Anwendungsentwicklung, mit einem geschlossenen Validatorsatz für schnelle Synchronisation. Hoodi ist ein Testnetz für Validierung und Staking, das einen offenen Validatorsatz verwendet und es potenziell jedem ermöglicht, zu validieren.
5151

52-
- [Goerli Staking Launchpad](https://goerli.launchpad.ethereum.org/)
53-
- [Ropsten, Rinkeby & Kiln, Ankündigung der Abschaltung](https://blog.ethereum.org/2022/06/21/testnet-deprecation)
52+
- [Hoodi Staking Launchpad](https://hoodi.launchpad.ethereum.org/en/)
53+
- [Sepolia Website](https://sepolia.dev/)
54+
- [Hoodi Website](https://hoodi.ethpandaops.io/)
5455

5556
### Kurtosis Ethereum-Paket {#kurtosis}
5657

public/content/translations/el/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"web3_sha3","params":["0x68656c6c
207207
Η πλήρης λίστα τρεχόντων ID δικτύου είναι διαθέσιμη στο [chainlist.org](https://chainlist.org). Δείτε περισσότερα στο:
208208

209209
- `1`: Κεντρικό δίκτυο Ethereum
210-
- `5`: Δίκτυο δοκιμών Goerli
211210
- `11155111`: Δίκτυο δοκιμών Sepolia
211+
- `17000`: Δίκτυο δοκιμών Hoodi
212212

213213
**Παράδειγμα**
214214

public/content/translations/el/developers/docs/data-and-analytics/block-explorers/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@ sidebarDepth: 3
238238

239239
## Εξερευνητές Block {#block-explorers}
240240

241-
- [Etherscan](https://etherscan.io/) - ένας εξερευνητής μπλοκ που μπορείτε να χρησιμοποιήσετε για την ανάκτηση δεδομένων για το Ethereum Mainnet και το Goerli Testnet
241+
- [Etherscan](https://etherscan.io/) - ένας εξερευνητής μπλοκ που μπορείτε να χρησιμοποιήσετε για την ανάκτηση δεδομένων για το Ethereum Mainnet και τα δίκτυα δοκιμών Sepolia και Hoodi
242242
- [3xpl](https://3xpl.com/ethereum): Ένας ανοιχτού κώδικα εξερευνητής Ethereum χωρίς διαφημίσεις που επιτρέπει τη λήψη των συνόλων δεδομένων του.
243-
- [Beaconcha.in](https://beaconcha.in/): Ένας ανοιχτού κώδικα εξερευνητής μπλοκ για το κύριο δίκτυο του Ethereum και το δοκιμαστικό δίκτυο Goerli.
243+
- [Beaconcha.in](https://beaconcha.in/): Ένας ανοιχτού κώδικα εξερευνητής μπλοκ για το κύριο δίκτυο του Ethereum και τα δίκτυα δοκιμών Sepolia και Hoodi.
244244
- [Blockchair](https://blockchair.com/ethereum): ο πιο ιδιωτικός εξερευνητής Ethereum. Επίσης για ταξινόμηση και φιλτράρισμα δεδομένων του mempool.
245245
- [Etherchain](https://www.etherchain.org/) - ένας εξερευνητής μπλοκ για το κεντρικό δίκτυο του Ethereum
246-
- [Ethplorer](https://ethplorer.io/): Ένας εξερευνητής μπλοκ με έμφαση στα tokens για το κύριο δίκτυο του Ethereum και το δοκιμαστικό δίκτυο Kovan.
246+
- [Ethplorer](https://ethplorer.io/): Ένας εξερευνητής μπλοκ με έμφαση στα tokens για το κύριο δίκτυο του Ethereum και τα δίκτυα δοκιμών Sepolia και Hoodi.
247247
- [Rantom](https://rantom.app/) - Ένας φιλικός προς το χρήστη ανοιχτού κώδικα DeFi & NFT προβολής συναλλαγών για λεπτομερείς πληροφορίες
248248
- [Ethernow](https://www.ethernow.xyz/): Ένας εξερευνητής συναλλαγών σε πραγματικό χρόνο που σας επιτρέπει να δείτε το προ-αλυσίδα επίπεδο του κύριου δικτύου Ethereum.
249249

public/content/translations/el/developers/docs/development-networks/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ _θα μπορούσατε_ [να εκτελέσετε έναν κόμβο](/dev
4747

4848
### Δημόσιες αλυσίδες δοκιμών Ethereum {#public-beacon-testchains}
4949

50-
Υπάρχουν επίσης δύο διατηρούμενες δημόσιες εφαρμογές δοκιμών του Ethereum: το Goerli και το Sepolia. Το προτεινόμενο δίκτυο δοκιμών με μακροπρόθεσμη υποστήριξη είναι το Goerli, στο οποίο ο καθένας έχει δυνατότητα να επικυρώσει. Το Sepolia είναι μια νεότερη, μικρότερη αλυσίδα που αναμένεται επίσης να διατηρηθεί για το άμεσο μέλλον, με ένα επιτρεπόμενο σύνολο επικυρωτών (που σημαίνει ότι δεν υπάρχει γενική πρόσβαση σε νέους επικυρωτές σε αυτό το δίκτυο δοκιμών). Η αλυσίδα Ropsten αναμένεται να καταργηθεί το 4ο τρίμηνο του 2022 και η αλυσίδα Rinkeby αναμένεται να καταργηθεί το 2ο-3ο τρίμηνο του 2023.
50+
Υπάρχουν επίσης δύο διατηρούμενες δημόσιες εφαρμογές δοκιμών του Ethereum: το Sepolia και το Hoodi. Το Sepolia είναι το προτεινόμενο τυπικό δίκτυο δοκιμών για την ανάπτυξη εφαρμογών, με ένα κλειστό σύνολο επικυρωτών για γρήγορη συγχρονισμό. Το Hoodi είναι ένα δίκτυο δοκιμών για επικύρωση και αποθήκευση κεφαλαίου, το οποίο χρησιμοποιεί ένα ανοικτό σύνολο επικυρωτών και επιτρέπει δυνητικά σε οποιονδήποτε να επικυρώσει.
5151

52-
- [Πλατφόρμα εκκίνησης αποθήκευσης κεφαλαίου Goerli](https://goerli.launchpad.ethereum.org/)
53-
- [Ανακοίνωση κατάργησης Ropsten, Rinkeby & Kiln](https://blog.ethereum.org/2022/06/21/testnet-deprecation)
52+
- [Πλατφόρμα εκκίνησης αποθήκευσης κεφαλαίου Hoodi](https://hoodi.launchpad.ethereum.org/en/)
53+
- [Ιστότοπος Sepolia](https://sepolia.dev/)
54+
- [Ιστότοπος Hoodi](https://hoodi.ethpandaops.io/)
5455

5556
### Πακέτο Kurtosis Ethereum {#kurtosis}
5657

public/content/translations/es/developers/docs/apis/json-rpc/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,7 @@ Ninguno
202202

203203
**Devuelve**
204204

205-
`String`: El ID de red actual.
206-
207-
La lista completa de los ID de red actuales está disponible en [chainlist.org](https://chainlist.org). Algunos comunes son:
208-
209-
- `1`: Red principal de Ethereum
210-
- `5`: Red de prueba Goerli
211-
- `11155111`: Red de prueba Sepolia
205+
`String`: ID de la red actual.
212206

213207
**Ejemplo**
214208

@@ -219,10 +213,16 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"net_version","params":[],"id":67
219213
{
220214
"id":67,
221215
"jsonrpc": "2.0",
222-
"result": "3"
216+
"result": "1"
223217
}
224218
```
225219

220+
> **Nota**: Los siguientes son los ID de red actuales:
221+
>
222+
> - `1`: Red principal de Ethereum
223+
> - `11155111`: Red de prueba Sepolia
224+
> - `17000`: Red de prueba Hoodi
225+
226226
### net_listening {#net_listening}
227227

228228
Muestra `true` si el cliente está escuchando activamente las conexiones de red.

0 commit comments

Comments
 (0)