Skip to content

Commit

Permalink
Add a mainnet infura ws url to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
r-czajkowski committed May 2, 2020
1 parent 1a46c05 commit 468fc7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion solidity/dashboard/src/config/config.json
Expand Up @@ -4,7 +4,10 @@
"wsURL": "ws://eth-tx-node.default.svc.cluster.local:8546"
},
"3": {
"wsURL": "wss://ropsten.infura.io/v3/59fb36a36fa4474b890c13dd30038be5"
"wsURL": "wss://ropsten.infura.io/ws/v3/59fb36a36fa4474b890c13dd30038be5"
},
"1": {
"wsURL": "wss://mainnet.infura.io/ws/v3/59fb36a36fa4474b890c13dd30038be5"
}
}
}

0 comments on commit 468fc7e

Please sign in to comment.