aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-08-10 03:25:38 +0800
committerkumavis <aaron@kumavis.me>2017-08-10 03:25:38 +0800
commit245125eb18a03f3ea91fa43a90ad59e628471d62 (patch)
treed4681c28df81d8a309c5be5a38cf35dee8256786 /app/scripts
parent052d338b2b35bbea4cc4b11db6cdb13cbcc69001 (diff)
downloadtangerine-wallet-browser-245125eb18a03f3ea91fa43a90ad59e628471d62.tar
tangerine-wallet-browser-245125eb18a03f3ea91fa43a90ad59e628471d62.tar.gz
tangerine-wallet-browser-245125eb18a03f3ea91fa43a90ad59e628471d62.tar.bz2
tangerine-wallet-browser-245125eb18a03f3ea91fa43a90ad59e628471d62.tar.lz
tangerine-wallet-browser-245125eb18a03f3ea91fa43a90ad59e628471d62.tar.xz
tangerine-wallet-browser-245125eb18a03f3ea91fa43a90ad59e628471d62.tar.zst
tangerine-wallet-browser-245125eb18a03f3ea91fa43a90ad59e628471d62.zip
ui - buy eth - formatting and moved network names to config
Diffstat (limited to 'app/scripts')
-rw-r--r--app/scripts/config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/scripts/config.js b/app/scripts/config.js
index 8e28db80e..c5f260583 100644
--- a/app/scripts/config.js
+++ b/app/scripts/config.js
@@ -12,4 +12,9 @@ module.exports = {
kovan: KOVAN_RPC_URL,
rinkeby: RINKEBY_RPC_URL,
},
+ networkNames: {
+ 3: 'Ropsten',
+ 4: 'Rinkeby',
+ 42: 'Kovan',
+ },
}