Skip to content

Commit

Permalink
update rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalyn committed Jan 2, 2024
1 parent 851f0f1 commit c278be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/rpc/statefulRpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class StatefulRPC {
return {
chain,
chainId,
rpcUrl: 'wss://rpc.parallel.fi'
rpcUrl: 'wss://polkadot-parallel-rpc.parallel.fi'
};
case Chain.HEIKO:
return {
Expand Down

0 comments on commit c278be3

Please sign in to comment.