Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ripple config&docs #139

Merged
merged 2 commits into from
Dec 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/peatio/ripple.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ _For using ripple at this stage, we don't need `rippled` installed._

First, you will need to update your configuration files according to new _.example_ files (`config/currencies.yml` and `config/markets.yml`).

In `config/currencies.yml` change the `rest_api` url (for testnet it's `https://api.altnet.rippletest.net:5990`) and `rpc` url. To make XRP payments work, we need to store a secret for every account, so make sure you've added one for ripple in `config/currencies.yml`.
In `config/currencies.yml` change the `rpc` url (for testnet it's `https://api.altnet.rippletest.net:51234`). To make XRP payments work, we need to store a secret for every account, so make sure you've added one for ripple in `config/currencies.yml` (you can get a XRP testnet account [here](https://ripple.com/build/xrp-test-net/)).
2 changes: 1 addition & 1 deletion lib/generators/config/templates/currencies.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
symbol: "ꭆ"
coin: true
quick_withdraw_max: 0
rpc: "https://s1.ripple.com:51234"
rpc: https://api.altnet.rippletest.net:51234
blockchain: "https://bithomp.com/explorer/#{txid}"
address_url: "https://bithomp.com/explorer/#{address}"
assets:
Expand Down