Skip to content

Commit

Permalink
Change Ethereum Classic RPC endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Feb 4, 2020
1 parent 2367711 commit 55b3cb9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Current Master

- [#313](https://github.com/poanetwork/nifty-wallet/pull/313) - Change Ethereum classic RPC endpoint

## 4.11.9 Thu Aug 22 2019

- [#303](https://github.com/poanetwork/nifty-wallet/pull/303): (Feature) Add Pocket Network
Expand Down
16 changes: 4 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.24",
"eth-net-props": "^1.0.25",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/test-cases/RSK-network-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const { screens, elements, NETWORKS } = require('../elements')
const [tab0, tab1] = await f.driver.getAllWindowHandles()
await f.driver.switchTo().window(tab1)
const faucetLink = await f.driver.getCurrentUrl()
assert.equal(faucetLink, 'https://faucet.testnet.rsk.co/', 'Incorrect faucet link for RSK network')
assert.equal(faucetLink, 'https://faucet.rsk.co/', 'Incorrect faucet link for RSK network')
await f.driver.close()
await f.driver.switchTo().window(tab0)
const arrow = await f.waitUntilShowUp(elements.buttonArrow)
Expand Down

0 comments on commit 55b3cb9

Please sign in to comment.