Skip to content

Commit

Permalink
Change polkadot endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Dec 29, 2023
1 parent e93eb01 commit ce84be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connections/networks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const standalones: Networks = {
polkadot: {
name: 'Polkadot',
...resolveOnfinalityUrl('polkadot'),
wsNode: 'wss://rpc.polkadot.io',
wsNode: 'wss://polkadot-rpc-tn.dwellir.com',
icon: 'polkadot.svg',
isMixedConnection: true,
isTransferable: true
Expand Down

0 comments on commit ce84be6

Please sign in to comment.