Refine goerli testnet display name

This commit is contained in:
Victor Baranov 2019-02-06 20:24:12 +03:00
parent 57d6a65894
commit 3fe3300761
3 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ const MAINNET_DISPLAY_NAME = 'Main Ethereum Network'
const ROPSTEN_DISPLAY_NAME = 'Ropsten'
const RINKEBY_DISPLAY_NAME = 'Rinkeby'
const KOVAN_DISPLAY_NAME = 'Kovan'
const GOERLI_TESTNET_DISPLAY_NAME = 'Goerli Testnet'
const GOERLI_TESTNET_DISPLAY_NAME = 'Görli Testnet'
const DROPDOWN_POA_DISPLAY_NAME = POA_DISPLAY_NAME
const DROPDOWN_DAI_DISPLAY_NAME = DAI_DISPLAY_NAME
@ -33,7 +33,7 @@ const DROPDOWN_MAINNET_DISPLAY_NAME = 'Main Network'
const DROPDOWN_ROPSTEN_DISPLAY_NAME = 'Ropsten Test Net'
const DROPDOWN_RINKEBY_DISPLAY_NAME = 'Rinkeby Test Net'
const DROPDOWN_KOVAN_DISPLAY_NAME = 'Kovan Test Net'
const DROPDOWN_GOERLI_TESTNET_DISPLAY_NAME = 'Goerli Test Net'
const DROPDOWN_GOERLI_TESTNET_DISPLAY_NAME = 'Görli Test Net'
module.exports = {
POA,

6
package-lock.json generated
View File

@ -10703,9 +10703,9 @@
}
},
"eth-net-props": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.12.tgz",
"integrity": "sha512-5AGwfp+f/oUpQco1ZgAXU2ak7QyJveO3D/wOQ7c+bnVFUgNb3lbbP9rqV+r4O0HIuw7+luIYGz65wQNHAaW7+Q==",
"version": "1.0.13",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.13.tgz",
"integrity": "sha512-jQ+6WD0vRAQyrYwdfGmfV3URE/U+7hNrwutWYFbJ5C4gONSmIOeoJS1lsRU+DjJ2N8TdwsY86Ov6+li3lmfWoQ==",
"requires": {
"chai": "^4.1.2"
}

View File

@ -118,7 +118,7 @@
"eth-keychain-controller": "github:vbaranov/KeyringController#simple-address",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-clear-accounts-flag",
"eth-method-registry": "^1.0.0",
"eth-net-props": "^1.0.12",
"eth-net-props": "^1.0.13",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.0.2",