Skip to content

Commit 62ef48e

Browse files
Chore/xrpl evm node mainnet (#1351)
Co-authored-by: Idris Olubisi <[email protected]>
1 parent aa6afde commit 62ef48e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Inside it, you will eventually see two subfolders. The first is `~/.exrpd/config
6464
</tab-item>
6565
<tab-item title="mainnet">
6666
```bash
67-
exrpd config chain-id TBD
67+
exrpd config chain-id xrplevm_1440000-1
6868
```
6969
</tab-item>
7070
</tabs>
@@ -84,7 +84,7 @@ Make sure to replace `<your_moniker>` with a short ASCII-only name for your node
8484
</tab-item>
8585
<tab-item title="mainnet">
8686
```bash
87-
exrpd init <your_moniker> --chain-id TBD
87+
exrpd init <your_moniker> --chain-id xrplevm_1440000-1
8888
```
8989
</tab-item>
9090
</tabs>
@@ -100,12 +100,12 @@ This step populates the aforementioned `~/.exrpd` directory with the `config` an
100100
</tab-item>
101101
<tab-item title="testnet">
102102
```bash
103-
TBD
103+
wget https://raw.githubusercontent.com/xrplevm/networks/main/testnet/genesis.json \ -O ~/.exrpd/config/genesis.json
104104
```
105105
</tab-item>
106106
<tab-item title="mainnet">
107107
```bash
108-
TBD
108+
wget https://raw.githubusercontent.com/xrplevm/networks/main/mainnet/genesis.json \ -O ~/.exrpd/config/genesis.json
109109
```
110110
</tab-item>
111111
</tabs>

0 commit comments

Comments
 (0)