Skip to content

Commit e664e92

Browse files
authored
chore: added note on storage history (#1359)
1 parent b5dacfd commit e664e92

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/content/docs/validator/external-chains/xrpl-evm.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import { Callout } from "/src/components/callout";
2+
13
# XRPL EVM
24

3-
import { Callout } from "/src/components/callout";
45

56
Setup your XRPL EVM Mainnet or Testnet node.
67

src/content/docs/validator/external-chains/xrpl.mdx

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# XRPL
2-
31
import { Callout } from "/src/components/callout";
42

3+
# XRPL
4+
55
Node setup guide for your XRP Ledger Testnet or Mainnet validator.
66

77
## Requirements
@@ -14,6 +14,10 @@ Node setup guide for your XRP Ledger Testnet or Mainnet validator.
1414
- Ubuntu Linux 18.04+ (tested on 22.04) or Debian 10+
1515
- [Official Documentation](https://xrpl.org/docs/infrastructure/installation)
1616

17+
<Callout emoji="💡">
18+
Note: Verifiers are expected to run at least two months worth of history on their nodes. Please make sure you configure your node to stores two months of history instead of the [default two hours](https://xrpl.org/docs/infrastructure/installation/capacity-planning#disk-space).
19+
</Callout>
20+
1721
## Install on Ubuntu or Debian Linux
1822

1923
1. Update repositories:

0 commit comments

Comments
 (0)