Unverified Commit c538ac0e authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1907 from ethereum/yann300-patch-27

add görli test net declaration (contract metadata)
parents dfa53b0b 5e425836
......@@ -6,7 +6,7 @@ class CompilerMetadata {
constructor (opts) {
var self = this
self._opts = opts
self.networks = ['VM:-', 'main:1', 'ropsten:3', 'rinkeby:4', 'kovan:42', 'Custom']
self.networks = ['VM:-', 'main:1', 'ropsten:3', 'rinkeby:4', 'kovan:42', 'görli:5', 'Custom']
}
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