diff options
author | Thomas Huang <thomas.b.huang@gmail.com> | 2017-05-16 10:11:16 +0800 |
---|---|---|
committer | Thomas Huang <thomas.b.huang@gmail.com> | 2017-05-16 10:11:16 +0800 |
commit | 3367363b1234a076695758762d7f1220fe4a7f8c (patch) | |
tree | ebcc8771da1e34491e3687035c754effe0c5beaa /app/scripts/first-time-state.js | |
parent | 62ee03888944e0795be81b01a8bb9021db40402b (diff) | |
download | tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.gz tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.bz2 tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.lz tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.xz tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.zst tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.zip |
Remove all traces of testnet
Diffstat (limited to 'app/scripts/first-time-state.js')
-rw-r--r-- | app/scripts/first-time-state.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/first-time-state.js b/app/scripts/first-time-state.js index 87a7bb7b5..29ec1d8d3 100644 --- a/app/scripts/first-time-state.js +++ b/app/scripts/first-time-state.js @@ -5,7 +5,7 @@ module.exports = { config: { provider: { - type: 'testnet', + type: 'rinkeby', }, }, } |