diff --git a/app/config.json b/app/config.json
index b93fc485b8beac50e8451b560e396c7b733eab84..aad7f69ae80fe65f6713dad5e56beb68e350e3f0 100644
--- a/app/config.json
+++ b/app/config.json
@@ -17,7 +17,13 @@
     }
   },
 
-  "ucoin-fr": {
+  "duniter-fr": {
+    "APP_CONFIG": {
+      "UCOIN_NODE": "test_net.duniter.fr"
+    }
+  },
+
+  "duniter-fr-es": {
     "APP_CONFIG": {
       "UCOIN_NODE": "twiced.fr:9330",
       "UCOIN_NODE_ES": "es.ucoin.fr"
diff --git a/ionic.project b/ionic.project
index 45fe9334234dffc405265ebdc58702a8cd75e093..2e7b5c0e248dde90ba1b4ce84805020c69fd4b24 100644
--- a/ionic.project
+++ b/ionic.project
@@ -8,5 +8,6 @@
   "gulpStartupTasks": [
     "sass",
     "watch"
-  ]
-}
+  ],
+  "defaultBrowser": "chrome"
+}
\ No newline at end of file
diff --git a/www/js/config.js b/www/js/config.js
index 105e542368c5a5aa20ac52dda6a347506460ba56..59801407e8e3014a26e9fa1159c7a8b88cc7104f 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -10,9 +10,8 @@ angular.module("cesium.config", [])
 
 .constant("APP_CONFIG", {
 	"UCOIN_NODE": "twiced.fr:9330",
-	"UCOIN_NODE_ES": "es.ucoin.fr",
 	"VERSION": "0.0.1",
-	"BUILD_DATE": "2016-04-25T10:30:45.161Z"
+	"BUILD_DATE": "2016-04-28T13:15:02.105Z"
 })
 
 ;
\ No newline at end of file