Skip to content

Commit

Permalink
Maintenance (#338)
Browse files Browse the repository at this point in the history
* Maintenance updates

* Bump version
  • Loading branch information
floating authored Jun 25, 2020
1 parent caf22db commit e0bf19f
Show file tree
Hide file tree
Showing 4 changed files with 4,305 additions and 4,215 deletions.
4 changes: 2 additions & 2 deletions main/accounts/aragon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const appNames = require('./appNames')
const registryAddress = () => {
const network = store('main.connection.network')
const addresses = {
1: '0x314159265dd8dbb310642f98f50c066173c1259b',
4: '0x98df287b6c145399aaa709692c8d308357bc085d'
1: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e',
4: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e'
}
if (addresses[network]) return addresses[network]
throw new Error('Unable to locate Aragon ENS registry for current network')
Expand Down
16 changes: 8 additions & 8 deletions main/ens/artifacts/addresses.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
// Mainnet
1: '0x314159265dd8dbb310642f98f50c066173c1259b',
// Ropsten
3: '0x112234455c3a32fd11230c42e7bccd4a84e02010',
// Rinkeby
4: '0xe7410170f87102DF0055eB195163A03B7F2Bff4A',
// Goerli
5: '0x112234455c3a32fd11230c42e7bccd4a84e02010'
// // Mainnet
// 1: '0x314159265dd8dbb310642f98f50c066173c1259b',
// // Ropsten
// 3: '0x112234455c3a32fd11230c42e7bccd4a84e02010',
// // Rinkeby
// 4: '0xe7410170f87102DF0055eB195163A03B7F2Bff4A',
// // Goerli
// 5: '0x112234455c3a32fd11230c42e7bccd4a84e02010'
}
Loading

0 comments on commit e0bf19f

Please sign in to comment.