Skip to content

Commit

Permalink
Change Polkadot RPC node
Browse files Browse the repository at this point in the history
  • Loading branch information
Apolixit committed Oct 18, 2024
1 parent 87910da commit a01793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Substrate.NET.Metadata.Node.Tests/ConvertToV14Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ConvertToV14Test
public async Task SetupAsync()
{
//_substrateClient = new SubstrateClient(new Uri("wss://polkadot-rpc.dwellir.com"), ChargeTransactionPayment.Default());
_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());

await _substrateClient.ConnectAsync();
Assert.That(_substrateClient.IsConnected, Is.True);
Expand Down

0 comments on commit a01793d

Please sign in to comment.