Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #62 from gnosis/develop
Browse files Browse the repository at this point in the history
New multisig release version
  • Loading branch information
denisgranha authored Jan 29, 2018
2 parents 716c84e + 96effe0 commit e35a36d
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 522 deletions.
1 change: 0 additions & 1 deletion dapp/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"abi-decoder": "1.0.8",
"SpinKit": "spinkit#^1.2.5",
"web3-provider-engine": "https://github.com/denisgranha/provider-engine.git#dce3f8d701eb1fcd794c86f2debb6af752aa44b3",
"eth-lightwallet": "https://github.com/ConsenSys/eth-lightwallet.git",
"file-saver": "^1.3.3",
"hooked-web3-provider": "https://github.com/ConsenSys/hooked-web3-provider.git",
"entropy-collector": "https://github.com/vibornoff/entropy-collector.js.git",
Expand Down
23 changes: 0 additions & 23 deletions dapp/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ var txDefaultOrig =
gasLimit: 3141592,
gasPrice: 18000000000,
ethereumNode: "https://mainnet.infura.io:443",
alertNode: {
url : "https://alerts.gnosis.pm",
authCode: null,
name: "Mainnet",
managementPage: "https://alerts.gnosis.pm/api/alert/manage/?code={auth-code}",
managementRoute: "api/alert/manage"
},
connectionChecker:{
method : "OPTIONS",
url : "https://www.google.com",
Expand Down Expand Up @@ -131,22 +124,6 @@ var txDefault = {
name: "Local node"
}
],
alertNodes: {
'mainnet': {
url: 'https://alerts.gnosis.pm',
authCode: null,
name: 'Mainnet',
networkId: 1,
managementPage: "https://alerts.gnosis.pm/api/alert/manage/?code={auth-code}"
},
'kovan': {
url: 'https://testalerts.gnosis.pm',
authCode: null,
name: 'Kovan',
networkId: 42,
managementPage: "https://testalerts.gnosis.pm/api/alert/manage/?code={auth-code}"
}
},
walletFactoryAddresses: {
'mainnet': {
name: 'Mainnet',
Expand Down
142 changes: 0 additions & 142 deletions dapp/controllers/addNotificationsCtrl.js

This file was deleted.

23 changes: 0 additions & 23 deletions dapp/controllers/notificationsSignupConfirmationCtrl.js

This file was deleted.

54 changes: 0 additions & 54 deletions dapp/controllers/notificationsSignupCtrl.js

This file was deleted.

Loading

0 comments on commit e35a36d

Please sign in to comment.