Unverified Commit 7e16fd69 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1479 from hello2mao/master

Add Custom networks when using Web3 Provider.
parents 28f21234 df4610a1
...@@ -6,7 +6,7 @@ class CompilerMetadata { ...@@ -6,7 +6,7 @@ class CompilerMetadata {
var self = this var self = this
self._events = events self._events = events
self._opts = opts self._opts = opts
self.networks = ['VM:-', 'main:1', 'ropsten:3', 'rinkeby:4', 'kovan:42'] self.networks = ['VM:-', 'main:1', 'ropsten:3', 'rinkeby:4', 'kovan:42', 'Custom']
} }
syncContractMetadata () { syncContractMetadata () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment