Skip to content

Commit

Permalink
Removed EthAlerts refs (gnosis#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomolicari authored and denisgranha committed Jan 26, 2018
1 parent d546745 commit de72b72
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 516 deletions.
23 changes: 0 additions & 23 deletions dapp/config.js
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.

0 comments on commit de72b72

Please sign in to comment.