diff --git a/ethereumkit/src/main/java/io/horizontalsystems/ethereumkit/models/RpcSource.kt b/ethereumkit/src/main/java/io/horizontalsystems/ethereumkit/models/RpcSource.kt index 436fbb96..7a94755c 100644 --- a/ethereumkit/src/main/java/io/horizontalsystems/ethereumkit/models/RpcSource.kt +++ b/ethereumkit/src/main/java/io/horizontalsystems/ethereumkit/models/RpcSource.kt @@ -39,8 +39,8 @@ sealed class RpcSource { fun polygonRpcHttp(): Http { return Http( listOf( - URI("https://polygon-rpc.com"), URI("https://polygon.drpc.org"), + URI("https://1rpc.io/matic") ), null) }