Merge pull request #2009 from akx20000a/develop
Remove ETC Chainkorea from the list
This commit is contained in:
commit
f3f1d12084
|
@ -78,12 +78,6 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
|
|||
type: 'rpc',
|
||||
service: 'Ethereum Commonwealth',
|
||||
url: 'https://etc-geth.0xinfra.com/'
|
||||
},
|
||||
{
|
||||
name: makeNodeName('ETC', 'chainkorea'),
|
||||
type: 'rpc',
|
||||
service: 'Chainkorea',
|
||||
url: 'https://node.classicexplorer.org/'
|
||||
}
|
||||
],
|
||||
|
||||
|
@ -165,6 +159,12 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
|
|||
type: 'rpc',
|
||||
service: '0xinfra.com',
|
||||
url: 'https://clo-geth.0xinfra.com/'
|
||||
},
|
||||
{
|
||||
name: makeNodeName('CLO', 'chainkorea'),
|
||||
type: 'rpc',
|
||||
service: 'Chainkorea',
|
||||
url: 'https://node.clopool.net/'
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue