Skip to content

Commit a01793d

Browse files
committed
Change Polkadot RPC node
1 parent 87910da commit a01793d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Substrate.NET.Metadata.Node.Tests/ConvertToV14Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class ConvertToV14Test
1919
public async Task SetupAsync()
2020
{
2121
//_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());
22+
_substrateClient = new SubstrateClient(new Uri("wss://dot-rpc.stakeworld.io"), ChargeTransactionPayment.Default());
2323

2424
await _substrateClient.ConnectAsync();
2525
Assert.That(_substrateClient.IsConnected, Is.True);

0 commit comments

Comments
 (0)