Skip to content

Commit

Permalink
Remove ipfs aragon node
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi committed May 23, 2019
1 parent a5816fa commit b151b57
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/aragon-cli/src/middleware/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ const { getTruffleConfig } = require('../helpers/truffle-config')

const FRAME_ENDPOINT = 'ws://localhost:1248'
const FRAME_ORIGIN = 'AragonCLI'
const ARAGON_IPFS_NODE = {
protocol: 'https',
host: 'ipfs.eth.aragon.network',
port: null,
}

const configureNetwork = (
argv,
Expand Down Expand Up @@ -129,9 +124,6 @@ module.exports = function environmentMiddleware(argv) {
resp.apmEnsRegistry = env.registry
if (apm) {
apm['ens-registry'] = env.registry
if (apm.ipfs.rpc.default) {
apm.ipfs.rpc = ARAGON_IPFS_NODE
}
}
}

Expand Down Expand Up @@ -166,11 +158,7 @@ module.exports = function environmentMiddleware(argv) {

if (apm && env.registry) {
apm['ens-registry'] = env.registry
if (apm.ipfs.rpc.default) {
apm.ipfs.rpc = ARAGON_IPFS_NODE
}
}
console.log(JSON.stringify(apm))

return {
apmEnsRegistry: env.registry,
Expand Down

0 comments on commit b151b57

Please sign in to comment.