Skip to content

Commit

Permalink
Merge cc5c3a9 into 60003a7
Browse files Browse the repository at this point in the history
  • Loading branch information
john-light committed Aug 6, 2019
2 parents 60003a7 + cc5c3a9 commit b46d434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aragon-cli/src/middleware/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const merge = require('lodash.merge')
const { getTruffleConfig } = require('../helpers/truffle-config')

const FRAME_ENDPOINT = 'ws://localhost:1248'
const FRAME_ORIGIN = 'AragonCLI'
const FRAME_ORIGIN = 'aragonCLI'

const configureNetwork = (
argv,
Expand Down

0 comments on commit b46d434

Please sign in to comment.