Skip to content

Commit

Permalink
Added Dwellir's Centrifuge and Pendulum RPC services. (#9902)
Browse files Browse the repository at this point in the history
  • Loading branch information
awnns authored Sep 25, 2023
1 parent 6ca0731 commit 9a3781b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2031,
providers: {
Centrifuge: 'wss://fullnode.centrifuge.io',
Dwellir: 'wss://centrifuge-rpc.dwellir.com',
LuckyFriday: 'wss://rpc-centrifuge.luckyfriday.io',
OnFinality: 'wss://centrifuge-parachain.api.onfinality.io/public-ws'
},
Expand Down Expand Up @@ -548,6 +549,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'pendulum',
paraId: 2094,
providers: {
Dwellir: 'wss://pendulum-rpc.dwellir.com',
PendulumChain: 'wss://rpc-pendulum.prd.pendulumchain.tech'
},
text: 'Pendulum',
Expand Down

0 comments on commit 9a3781b

Please sign in to comment.