Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Added Dwellir RPC endpoint for Equilibrium. (polkadot-js#8238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maharacha authored Oct 14, 2022
1 parent b6ef03f commit 9d6c600
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ export const prodParasPolkadot: EndpointOption[] = [
paraId: 2011,
text: 'Equilibrium',
providers: {
Equilibrium: 'wss://node.pol.equilibrium.io/'
Equilibrium: 'wss://node.pol.equilibrium.io/',
Dwellir: 'wss://equilibrium-rpc.dwellir.com'
}
},
{
Expand Down

0 comments on commit 9d6c600

Please sign in to comment.