Unverified Commit 5e425836 authored by yann300's avatar yann300 Committed by GitHub

Update compiler-metadata.js

parent dfa53b0b
...@@ -6,7 +6,7 @@ class CompilerMetadata { ...@@ -6,7 +6,7 @@ class CompilerMetadata {
constructor (opts) { constructor (opts) {
var self = this var self = this
self._opts = opts 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 () { 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