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

add görli test net declaration (contract metadata)
pull/1/head
yann300 6 years ago committed by GitHub
commit c538ac0e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/files/compiler-metadata.js

@ -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 () {

Loading…
Cancel
Save