We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e3eb4 commit 169e9cbCopy full SHA for 169e9cb
Assets/SequenceSDK/Ethereum/Tests/SequenceEthClientTests.cs
@@ -17,7 +17,7 @@ namespace Sequence.Ethereum.Tests
17
public class SequenceEthClientTests
18
{
19
static readonly string testnetUrl = "http://localhost:8545/";
20
- static readonly string publicPolygonRpc = "https://polygon-bor.publicnode.com";
+ static readonly string publicPolygonRpc = "https://polygon-rpc.com/";
21
private static string[] urls = new string[] { testnetUrl, publicPolygonRpc };
22
float blockTimeInSeconds = 2f;
23
IRpcClient failingClient = new FailingRpcClient();
0 commit comments