From fd4b8079a83697a505d2dbb50af4c3813a468685 Mon Sep 17 00:00:00 2001 From: Adam Soltys Date: Mon, 15 Apr 2019 12:22:58 -0700 Subject: [PATCH] use USD for Xdai symbol (fixes #74) --- src/AdvancedSettings/Blockchain.js | 6 +++--- src/store/PaymentActions.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AdvancedSettings/Blockchain.js b/src/AdvancedSettings/Blockchain.js index 3185f123..df13d62e 100644 --- a/src/AdvancedSettings/Blockchain.js +++ b/src/AdvancedSettings/Blockchain.js @@ -54,9 +54,9 @@ const Blockchain = () => { value={newBlockchain} type="select" > - - - + + + )} diff --git a/src/store/PaymentActions.js b/src/store/PaymentActions.js index d02ac014..959f0756 100644 --- a/src/store/PaymentActions.js +++ b/src/store/PaymentActions.js @@ -6,7 +6,7 @@ const bytesPerGb = BigNumber("1000000000"); const symbols = { Ethereum: "ETH", Rinkeby: "tETH", - Xdai: "DAI" + Xdai: "USD" }; export async function getBlockchain({ setState, state }) {