Skip to content

Commit

Permalink
Merge 20523f9 into 4646ec6
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Mar 27, 2019
2 parents 4646ec6 + 20523f9 commit 2752b96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helpers/get-rpc-endpoints.js
Expand Up @@ -38,7 +38,7 @@ function getRPCEndpoints(network) {
case RSK_TESTNET_CODE:
return ['https://public-node.testnet.rsk.co']
case CLASSIC_CODE:
return ['https://ethereumclassic.network/']
return ['https://etc-parity.0xinfra.com']
default:
return []
}
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "eth-net-props",
"version": "1.0.16",
"version": "1.0.17",
"description": "Get properties of EMV-based network",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -239,7 +239,7 @@ describe('eth-net-props', () => {
const ETCRPCEndpoints = RPCEndpoints.getRPCEndpoints('1\'')
assert.equal(ETCRPCEndpoints.length, 1)
if (ETCRPCEndpoints.length > 0) {
assert.equal(ETCRPCEndpoints[0], 'https://ethereumclassic.network/')
assert.equal(ETCRPCEndpoints[0], 'https://etc-parity.0xinfra.com')
}
})
})
Expand Down

0 comments on commit 2752b96

Please sign in to comment.