Skip to content

Commit

Permalink
Merge pull request #283 from poanetwork/poa-core
Browse files Browse the repository at this point in the history
(Fix) Display POA Core
  • Loading branch information
vbaranov committed Jun 6, 2019
2 parents aa6df92 + 58e79b2 commit 410dfde
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion app/scripts/controllers/network/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const KOVAN_CODE = 42
const GOERLI_TESTNET_CODE = 5
const CLASSIC_CODE = 61

const POA_DISPLAY_NAME = 'POA Network'
const POA_DISPLAY_NAME = 'POA Core'
const DAI_DISPLAY_NAME = 'xDai Chain'
const POA_SOKOL_DISPLAY_NAME = 'Sokol'
const MAINNET_DISPLAY_NAME = 'Main Ethereum Network'
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.21",
"eth-net-props": "^1.0.22",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.0.2",
Expand Down Expand Up @@ -232,7 +232,7 @@
"brfs": "^1.6.1",
"browserify": "^16.2.3",
"chai": "^4.1.0",
"chromedriver": "^2.41.0",
"chromedriver": "^74.0.0",
"clipboardy": "^1.2.3",
"compression": "^1.7.1",
"coveralls": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/test-cases/custom-rpc.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const customRPC = async (f) => {

it('deleted custom rpc isn\'t displayed in \'Settings\' screen', async function () {
const currentNetwork = await f.waitUntilShowUp(screens.settings.currentNetwork)
assert.equal(await currentNetwork.getText(), 'POA Network', 'custom Rpc is displayed after deletion')
assert.equal(await currentNetwork.getText(), 'POA Core', 'custom Rpc is displayed after deletion')
})

it('deleted custom rpc isn\'t displayed in network dropdown menu', async function () {
Expand Down

0 comments on commit 410dfde

Please sign in to comment.