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 87910da commit a01793dCopy full SHA for a01793d
Substrate.NET.Metadata.Node.Tests/ConvertToV14Test.cs
@@ -19,7 +19,7 @@ public class ConvertToV14Test
19
public async Task SetupAsync()
20
{
21
//_substrateClient = new SubstrateClient(new Uri("wss://polkadot-rpc.dwellir.com"), ChargeTransactionPayment.Default());
22
- _substrateClient = new SubstrateClient(new Uri("wss://polkadot.api.onfinality.io/public-ws"), ChargeTransactionPayment.Default());
+ _substrateClient = new SubstrateClient(new Uri("wss://dot-rpc.stakeworld.io"), ChargeTransactionPayment.Default());
23
24
await _substrateClient.ConnectAsync();
25
Assert.That(_substrateClient.IsConnected, Is.True);
0 commit comments