Skip to content

Commit

Permalink
Fix polkadot endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Dec 29, 2023
1 parent ce84be6 commit 11e1bef
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 @@ -24,7 +24,7 @@ export const standalones: Networks = {
},
polkadot: {
name: 'Polkadot',
...resolveOnfinalityUrl('polkadot'),
node: 'wss://polkadot-rpc-tn.dwellir.com',
wsNode: 'wss://polkadot-rpc-tn.dwellir.com',
icon: 'polkadot.svg',
isMixedConnection: true,
Expand Down

0 comments on commit 11e1bef

Please sign in to comment.