aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/first-time-state.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/first-time-state.js')
-rw-r--r--app/scripts/first-time-state.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/scripts/first-time-state.js b/app/scripts/first-time-state.js
new file mode 100644
index 000000000..3196981ba
--- /dev/null
+++ b/app/scripts/first-time-state.js
@@ -0,0 +1,11 @@
+//
+// The default state of MetaMask
+//
+
+module.exports = {
+ config: {
+ provider: {
+ type: 'testnet',
+ },
+ },
+} \ No newline at end of file