Skip to content

Commit c4188ac

Browse files
authored
Merge pull request #7366 from ethereum/dev
Deploy v4.11.1
2 parents 1955fc3 + 332d868 commit c4188ac

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "4.11.0",
3+
"version": "4.11.1",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "git@github.com:ethereum/ethereum-org-website.git",

src/components/Staking/StakingLaunchpadWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const StakingLaunchpadWidget: React.FC<IProps> = () => {
6464
const data = {
6565
testnet: {
6666
label: "Goerli/Prater testnet",
67-
url: "https://prater.launchpad.ethereum.org",
67+
url: "https://goerli.launchpad.ethereum.org",
6868
},
6969
mainnet: {
7070
label: "Mainnet",

src/content/developers/docs/development-networks/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ Some consensus clients have built-in tools for spinning up local Beacon chains f
5959

6060
### Public Beacon Test-chains {#public-beacon-testchains}
6161

62-
There are also public test implementations of the Beacon Chain. The recommended testnet with long-term support is Prater (which will eventually merge with the Goerli chain). The Ropsten Chain was recently merged with its own Beacon Chain and is currently still available for testing consensus client implementations and post-merge application development.
62+
There are also public test implementations of the Beacon Chain. The recommended testnet with long-term support is Goerli (which will merge with the Prater chain in August 2022). The Ropsten Chain was recently merged with its own Beacon Chain and is currently still available for testing consensus client implementations and post-merge application development.
6363

64-
- [Prater Staking Launchpad](https://prater.launchpad.ethereum.org/en/)
65-
- [Ropsten Staking Launchpad](https://ropsten.launchpad.ethereum.org/en/)
64+
- [Goerli Staking Launchpad](https://goerli.launchpad.ethereum.org/)
65+
- [Ropsten Staking Launchpad](https://ropsten.launchpad.ethereum.org/)
6666

6767
## Further reading {#further-reading}
6868

src/content/developers/docs/nodes-and-clients/run-a-node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ path as an argument. This must be consistent with the `jwtsecret` path provided
148148
### Adding Validators {#adding-validators}
149149

150150
Each of the consensus clients have their own validator software that is described in detail in their respective documentation. The easiest way to get started with
151-
staking and validator key generation is to use the [Prater Testnet Staking Launchpad](https://prater.launchpad.ethereum.org/), allowing you to test your setup. When you're ready for Mainnet, you can repeat these steps using the [Mainnet Staking Launchpad](https://launchpad.ethereum.org/).
151+
staking and validator key generation is to use the [Goerli Testnet Staking Launchpad](https://goerli.launchpad.ethereum.org/), allowing you to test your setup. When you're ready for Mainnet, you can repeat these steps using the [Mainnet Staking Launchpad](https://launchpad.ethereum.org/).
152152

153153
### Using the node {#using-the-node}
154154

src/content/developers/docs/standards/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Typically standards are introduced as [Ethereum Improvement Proposals](/eips/) (
2525

2626
There are 3 types of EIPs:
2727

28-
- [Standards Track](https://eips.ethereum.org/): describes any change that affects most or all Ethereum implementations
28+
- Standards Track: describes any change that affects most or all Ethereum implementations
2929
- [Meta Track](https://eips.ethereum.org/meta): describes a process surrounding Ethereum or proposes a change to a process
3030
- [Informational Track](https://eips.ethereum.org/informational): describes an Ethereum design issue or provides general guidelines or information to the Ethereum community
3131

src/intl/en/page-staking.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"page-staking-section-comparison-requirements-title": "Requirements",
157157
"page-staking-section-comparison-solo-requirements-li1": "You must deposit 32 ETH",
158158
"page-staking-section-comparison-solo-requirements-li2": "Maintain hardware that runs both an Ethereum execution client and consensus client while connected to the internet",
159-
"page-staking-section-comparison-solo-requirements-li3": "The <a href=\"https://prater.launchpad.ethereum.org\" target=\"_blank\">Staking Launchpad</a> will walk you through the process and hardware requirements",
159+
"page-staking-section-comparison-solo-requirements-li3": "The <a href=\"https://goerli.launchpad.ethereum.org\" target=\"_blank\">Staking Launchpad</a> will walk you through the process and hardware requirements",
160160
"page-staking-section-comparison-saas-requirements-li1": "Deposit 32 ETH and generate your keys with assistance",
161161
"page-staking-section-comparison-saas-requirements-li2": "Store your keys securely",
162162
"page-staking-section-comparison-saas-requirements-li3": "The rest is taken care of, though specific services will vary",

src/pages/stablecoins.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ const StablecoinsPage = ({ data }: PageProps<Queries.StablecoinsPageQuery>) => {
331331
() => ({
332332
USDT: { type: FIAT, url: "https://tether.to/" },
333333
USDC: { type: FIAT, url: "https://www.coinbase.com/usdc" },
334-
DAI: { type: CRYPTO, url: "https://oasis.app/dai" },
334+
DAI: { type: CRYPTO, url: "https://kb.oasis.app/help/what-is-dai" },
335335
BUSD: { type: FIAT, url: "https://www.binance.com/en/busd" },
336336
PAX: { type: FIAT, url: "https://www.paxos.com/pax/" },
337337
TUSD: { type: FIAT, url: "https://www.trusttoken.com/trueusd" },
@@ -722,7 +722,10 @@ const StablecoinsPage = ({ data }: PageProps<Queries.StablecoinsPageQuery>) => {
722722
</ButtonLink>
723723
</div>
724724
<div>
725-
<ButtonLink isSecondary to="https://oasis.app/dai">
725+
<ButtonLink
726+
isSecondary
727+
to="https://kb.oasis.app/help/what-is-dai"
728+
>
726729
<Translation id="page-stablecoins-dai-banner-learn-button" />
727730
</ButtonLink>
728731
</div>

0 commit comments

Comments
 (0)