Skip to content

Commit

Permalink
Fix XRPL bridge doc (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
masihyeganeh authored Feb 20, 2025
1 parent baa6b2b commit 1f59b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/docs/xrpl-bridge/install-relayer/install-relayer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ want to use.
| **Chain ID** | coreum-mainnet-1 | coreum-testnet-1 | coreum-devnet-1 |
| **XRPL RPC URL** | Run your XRPL node or get **Mainnet** from the public server: <a href="https://xrpl.org/docs/tutorials/public-servers" target="_blank" rel="noopener noreferrer" className="text-[#24D494] font-bold">Public Servers Mainnet</a> | Run your XRPL node or get **Testnet** from the public server: <a href="https://xrpl.org/docs/tutorials/public-servers" target="_blank" rel="noopener noreferrer" className="text-[#24D494] font-bold">Public Servers Testnet</a> | http://localhost:5050 |
| **GRPC URL** | Run your Mainnet Coreum node or use https://full-node.mainnet-1.coreum.dev:9090 | Run your Testnet Coreum node or use https://full-node.testnet-1.coreum.dev:9090 | localhost:9090 |
| **Bridge release version** | v1.1.2 | v1.1.2 | already installed via crust |
| **Bridge release version** | v1.1.5 | v1.1.5 | already installed via crust |
| **Contract address** | core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz | testcore1mmpa2caapm9w5wtdsrzqhe7ndxg0032kzz3g5ju28m0kd6fav9cqtltf9c | get from the crust settings |

{/* markdown-link-check-enable */}
Expand Down
2 changes: 1 addition & 1 deletion app/docs/xrpl-bridge/run-relayer/run-relayer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ deployment.
Create the Coreum account on chain by sending some tokens to the `coreumAddress`. The ideal initial
amount for the relayer to operate properly is **100 COREUM**.

Do the same with the XRPL account by sending **10 XRP tokens** to the `xrplAddress` to activate it.
Do the same with the XRPL account by sending **2 XRP tokens** to the `xrplAddress` to activate it.
See <a href="https://xrpl.org/docs/concepts/accounts/reserves" target="_blank" rel="noopener noreferrer" style={{ color: '#24D494'}}>reserve requirements</a> for more information.


Expand Down

0 comments on commit 1f59b55

Please sign in to comment.