Skip to content

Commit

Permalink
add dwellir endpoint for subsocial (#10226)
Browse files Browse the repository at this point in the history
  • Loading branch information
gflow33 authored Jan 26, 2024
1 parent 37267e7 commit abfbcef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,8 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'subsocial',
paraId: 2101,
providers: {
Dappforce: 'wss://para.subsocial.network'
Dappforce: 'wss://para.subsocial.network',
Dwellir: 'wss://subsocial-rpc.dwellir.com'
// OnFinality: 'wss://subsocial-polkadot.api.onfinality.io/public-ws' // https://github.com/polkadot-js/apps/issues/9977
},
text: 'Subsocial',
Expand Down

0 comments on commit abfbcef

Please sign in to comment.