Skip to content

Commit 848e6a7

Browse files
authored
Merge pull request #2995 from XRPLF/update-key
Update Devnet validator list key across docs
2 parents bebe12a + fdfd83b commit 848e6a7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

@l10n/ja/docs/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ labels:
110110
https://vl.devnet.rippletest.net
111111
112112
[validator_list_keys]
113-
EDDF2F53DFEC79358F7BE76BC884AC31048CFF6E2A00C628EAE06DB7750A247B12
113+
EDBB54B0D9AEE071BB37784AF5A9E7CC49AC7A0EFCE868C54532BCB966B9CFC13B
114114
```
115115
116116
```{% label="Mainnet" %}

blog/2020/moving-devnet-to-vl.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To connect to the Devnet after the update, complete the following steps:
3939
https://vl.devnet.rippletest.net
4040

4141
[validator_list_keys]
42-
EDDF2F53DFEC79358F7BE76BC884AC31048CFF6E2A00C628EAE06DB7750A247B12
42+
EDBB54B0D9AEE071BB37784AF5A9E7CC49AC7A0EFCE868C54532BCB966B9CFC13B
4343

4444
The `validators.txt` file defines a server's trusted validator settings. The [recommended installation](https://xrpl.org/install-rippled.html) places this file at `/etc/opt/ripple/validators.txt` by default.
4545

@@ -61,6 +61,10 @@ To connect to the Devnet after the update, complete the following steps:
6161

6262
$ sudo systemctl restart rippled
6363

64+
{% admonition type="success" name="Update" %}
65+
The `validator_list_keys` above has been updated for the new key introduced on February 3, 2025.
66+
{% /admonition %}
67+
6468

6569
## Next Steps
6670

docs/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Edit your `validators.txt` file. This file is located in the same folder as your
109109
https://vl.devnet.rippletest.net
110110
111111
[validator_list_keys]
112-
EDDF2F53DFEC79358F7BE76BC884AC31048CFF6E2A00C628EAE06DB7750A247B12
112+
EDBB54B0D9AEE071BB37784AF5A9E7CC49AC7A0EFCE868C54532BCB966B9CFC13B
113113
```
114114
115115
```{% label="Mainnet" %}

0 commit comments

Comments
 (0)