Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Update Bitcoin Cash scheme from bch to bitcoincash #60

Merged
merged 1 commit into from Aug 8, 2018
Merged
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 src/data/cryptocurrencies.js
Expand Up @@ -191,7 +191,7 @@ const cryptocurrenciesById = {
name: "Bitcoin Cash",
managerAppName: "Bitcoin Cash",
ticker: "BCH",
scheme: "bch",
scheme: "bitcoincash",
color: "#3ca569",
family: "bitcoin",
ledgerExplorerId: "abc",
Expand Down