aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/store/actions.js
diff options
context:
space:
mode:
authorChen Wei <chenwei@byzantine-lab.io>2019-07-02 15:44:40 +0800
committerChen Wei <chenwei@byzantine-lab.io>2019-07-02 15:44:40 +0800
commit852df543036aac5d0d24d3a31a24818ac4c114bd (patch)
treed8758b40eea4ea8bd35aaa2e7255621fffdd702b /ui/app/store/actions.js
parentffb58b74793e9b5d5caf36efdc5d7d3867c2e162 (diff)
downloadtangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.tar.gz
tangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.tar.zst
tangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.zip
revert replacing "ETH" with "TAN"
Diffstat (limited to 'ui/app/store/actions.js')
-rw-r--r--ui/app/store/actions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/store/actions.js b/ui/app/store/actions.js
index fd7423cf1..d3cc7efca 100644
--- a/ui/app/store/actions.js
+++ b/ui/app/store/actions.js
@@ -1982,7 +1982,7 @@ function setPreviousProvider (type) {
}
}
-function updateAndSetCustomRpc (newRpc, chainId, ticker = 'TAN', nickname, rpcPrefs) {
+function updateAndSetCustomRpc (newRpc, chainId, ticker = 'ETH', nickname, rpcPrefs) {
return (dispatch) => {
log.debug(`background.updateAndSetCustomRpc: ${newRpc} ${chainId} ${ticker} ${nickname}`)
background.updateAndSetCustomRpc(newRpc, chainId, ticker, nickname || newRpc, rpcPrefs, (err) => {
@@ -1998,7 +1998,7 @@ function updateAndSetCustomRpc (newRpc, chainId, ticker = 'TAN', nickname, rpcPr
}
}
-function editRpc (oldRpc, newRpc, chainId, ticker = 'TAN', nickname, rpcPrefs) {
+function editRpc (oldRpc, newRpc, chainId, ticker = 'ETH', nickname, rpcPrefs) {
return (dispatch) => {
log.debug(`background.delRpcTarget: ${oldRpc}`)
background.delCustomRpc(oldRpc, (err) => {