diff --git a/app/scripts/controllers/thedaoCtrl.js b/app/scripts/controllers/thedaoCtrl.js
index 78f7746fb9..61e92341db 100644
--- a/app/scripts/controllers/thedaoCtrl.js
+++ b/app/scripts/controllers/thedaoCtrl.js
@@ -5,7 +5,7 @@ var theDaoCtrl = function($scope, $sce, walletService) {
walletService.password = '';
$scope.showAdvance = false;
$scope.showRaw = false;
- $scope.slockitContract = "0xd838f9c9792bf8398e1f5fbfbd3b43c5a86445aa";
+ $scope.slockitContract = "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413";
$scope.slockitBalance = "0x70a08231";
$scope.slockitSupply = "0x18160ddd";
$scope.tx = {
@@ -79,4 +79,4 @@ var theDaoCtrl = function($scope, $sce, walletService) {
uiFuncs.sendTx($scope,$sce);
}
};
-module.exports = theDaoCtrl;
\ No newline at end of file
+module.exports = theDaoCtrl;
diff --git a/app/scripts/services/globalService.js b/app/scripts/services/globalService.js
index dc630aa4da..a82bc0f24a 100644
--- a/app/scripts/services/globalService.js
+++ b/app/scripts/services/globalService.js
@@ -28,13 +28,13 @@ var globalService = function($http, $httpParamSerializerJQLike) {
name: "Offline Transaction",
url:"offline-transaction"
},
-// thedao: {
-// id: 5,
-// name: "\"The DAO\"",
-// url: "the-dao"
-// },
- digix: {
+ thedao: {
id: 5,
+ name: "\"The DAO\"",
+ url: "the-dao"
+ },
+ digix: {
+ id: 6,
name: "Digix",
url: "digix"
},
@@ -44,7 +44,7 @@ var globalService = function($http, $httpParamSerializerJQLike) {
// url: "contracts"
// },
help: {
- id: 6,
+ id: 7,
name: "Help",
url: "help"
}
diff --git a/app/views/thedao.tpl b/app/views/thedao.tpl
index 49778865ce..016ece2160 100644
--- a/app/views/thedao.tpl
+++ b/app/views/thedao.tpl
@@ -3,7 +3,7 @@
The best way to participate in the DAO Creation is to send a transaction to The DAO Address from the account you want to do the voting with in the future. You can do that here! Simply access the account, enter the amount of ETH you would like, and press send. Wait a minute, refresh the page, and your tokens will be displayed in the lower left. The best way to participate in the DAO Creation is to send a transaction to The DAO Address from the account you want to do the voting with in the future. You can do that here! Simply access the account, enter the amount of ETH you would like, and press send. Your tokens will be displayed in the lower left almost immediately. It should be noted that in order to participate in the voting process later, you will need a small amount of ETH to cover the cost of gas. Helpful links: DAOHub · The Art of the DAO · DAO Hub Forums (Support, too!) "The DAO"
-
"The DAO" Details:
- Your Tokens:
{{token.balance}}
+ Your Tokens: {{token.balance}}
The best way to participate in the DAO Creation is to send a transaction to The DAO Address from the account you want to do the voting with in the future. You can do that here! Simply access the account, enter the amount of ETH you would like, and press send. Wait a minute, refresh the page, and your tokens will be displayed in the lower left.
+The best way to participate in the DAO Creation is to send a transaction to The DAO Address from the account you want to do the voting with in the future. You can do that here! Simply access the account, enter the amount of ETH you would like, and press send. Your tokens will be displayed in the lower left almost immediately.
It should be noted that in order to participate in the voting process later, you will need a small amount of ETH to cover the cost of gas.
Helpful links: DAOHub · The Art of the DAO · DAO Hub Forums (Support, too!)
"The DAO" Details:
- Your Tokens:
{{token.balance}}
+ Your Tokens: {{token.balance}}