Skip to content

Commit

Permalink
Add Subquery rpc (#11030)
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Oct 23, 2024
1 parent 99ea97e commit f150d75
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
providers: {
Darwinia: 'wss://rpc.darwinia.network',
Dcdao: 'wss://darwinia-rpc.dcdao.box',
Dwellir: 'wss://darwinia-rpc.dwellir.com'
Dwellir: 'wss://darwinia-rpc.dwellir.com',
Subquery: 'wss://darwinia.rpc.subquery.network/public/ws'
},
text: 'Darwinia',
ui: {
Expand Down

0 comments on commit f150d75

Please sign in to comment.