Skip to content

Commit

Permalink
AND-4212 replace etc.cluster api
Browse files Browse the repository at this point in the history
  • Loading branch information
kozarezvlad committed Nov 7, 2023
1 parent ded4cd8 commit 90c232d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ internal fun Blockchain.getEthereumJsonRpcProviders(
Blockchain.EthereumClassic -> listOfNotNull(
EthereumJsonRpcProvider(baseUrl = "https://etc.etcdesktop.com/"),
getGetBlockProvider(baseUrl = "https://etc.getblock.io/mainnet/", config = config),
EthereumJsonRpcProvider(baseUrl = "https://www.ethercluster.com/etc/"),
EthereumJsonRpcProvider(baseUrl = "https://etc.rivet.link/etc/"),
EthereumJsonRpcProvider(baseUrl = "https://blockscout.com/etc/mainnet/api/eth-rpc/"),
EthereumJsonRpcProvider(baseUrl = "https://etc.mytokenpocket.vip/"),
EthereumJsonRpcProvider(baseUrl = "https://besu-de.etc-network.info/"),
EthereumJsonRpcProvider(baseUrl = "https://geth-at.etc-network.info/"),
)
Blockchain.EthereumClassicTestnet -> listOf(
EthereumJsonRpcProvider(baseUrl = "https://www.ethercluster.com/kotti/")
EthereumJsonRpcProvider(baseUrl = "https://etc.rivet.link/kotti/")
)
Blockchain.Fantom -> listOfNotNull(
getNowNodesProvider(baseUrl = "https://ftm.nownodes.io/", config = config),
Expand Down

0 comments on commit 90c232d

Please sign in to comment.