Skip to content

Commit

Permalink
AND-4734 remove croswap api
Browse files Browse the repository at this point in the history
  • Loading branch information
kozarezvlad committed Nov 29, 2023
1 parent 5a1a394 commit 32d5422
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ internal fun Blockchain.getEthereumJsonRpcProviders(
EthereumJsonRpcProvider(baseUrl = "https://evm.cronos.org/"),
EthereumJsonRpcProvider(baseUrl = "https://evm-cronos.crypto.org/"),
config.getBlockCredentials?.cronos?.jsonRpc.letNotBlank { getGetBlockProvider(accessToken = it) },
EthereumJsonRpcProvider(baseUrl = "https://node.croswap.com/rpc/"),
EthereumJsonRpcProvider(baseUrl = "https://cronos.blockpi.network/v1/rpc/public/"),
EthereumJsonRpcProvider(baseUrl = "https://cronos-evm.publicnode.com/"),
)
Expand Down

0 comments on commit 32d5422

Please sign in to comment.