Skip to content

Commit

Permalink
Merge pull request #9 from parallel-finance/update-rpc-url
Browse files Browse the repository at this point in the history
update rpc url
  • Loading branch information
crystalynliu authored Jan 2, 2024
2 parents 851f0f1 + c278be3 commit bd91850
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 bd91850

Please sign in to comment.