diff --git a/src/connections/networks/index.ts b/src/connections/networks/index.ts index fe8c059..806f80d 100644 --- a/src/connections/networks/index.ts +++ b/src/connections/networks/index.ts @@ -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,