Skip to content

Commit

Permalink
Merge pull request #388 from tangem/feature/AND-4734-remove-croswap-api
Browse files Browse the repository at this point in the history
AND-4734 remove croswap api
  • Loading branch information
kozarezvlad authored Nov 29, 2023
2 parents 5a1a394 + 32d5422 commit 60d88da
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 60d88da

Please sign in to comment.