Skip to content

Commit

Permalink
Update ETC Epool Node URL (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
dternyak authored May 31, 2018
1 parent bc9ded5 commit b047c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/libs/nodes/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
name: makeNodeName('ETC', 'epool'),
type: 'rpc',
service: 'Epool.io',
url: 'https://mew.epool.io'
url: 'https://cry.epool.io'
},
{
name: makeNodeName('ETC', 'commonwealth'),
Expand Down

0 comments on commit b047c89

Please sign in to comment.