File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ async function renderApp() {
15
15
try {
16
16
Arc . ConfigService . set ( "estimateGas" , true ) ;
17
17
Arc . ConfigService . set ( "txDepthRequiredForConfirmation" , { kovan : 0 , live : 0 } ) ;
18
- console . log ( '-----------------------------------------------------------' )
19
18
const graphqlHttpProvider : string = 'http://127.0.0.1:8000/by-name/daostack/graphql'
20
19
const graphqlWsProvider : string = 'ws://127.0.0.1:8001/by-name/daostack'
21
20
const web3Provider : string = 'http://127.0.0.1:8545'
@@ -24,8 +23,8 @@ async function renderApp() {
24
23
graphqlWsProvider,
25
24
web3Provider
26
25
} )
27
- console . log ( arc . daos ( ) )
28
- console . log ( '-----------------------------------------------------------' )
26
+ // console.log(arc.daos())
27
+ // console.log('-----------------------------------------------------------')
29
28
30
29
await Arc . InitializeArcJs ( { watchForAccountChanges : true } ) ;
31
30
You can’t perform that action at this time.
0 commit comments