Skip to content

Commit

Permalink
Fix for mainnet Aragon smart accounts (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
floating authored Sep 11, 2019
1 parent 9a84f33 commit 15690d5
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 2,005 deletions.
1 change: 1 addition & 0 deletions main/accounts/aragon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const resolveName = (name) => {
// Look up registry address based on current network connection
const domain = name.indexOf('.') > -1 ? name : `${name}.aragonid.eth`
const options = {
provider: require('../../provider'),
apm: {
ipfs: {
gateway: 'https://ipfs.eth.aragon.network/ipfs'
Expand Down
Loading

0 comments on commit 15690d5

Please sign in to comment.