Skip to content

Commit

Permalink
Change PEAQ endpoint (#264)
Browse files Browse the repository at this point in the history
* add onfinality endpoints to peaq

* change endpoint for Peaq

* add changeset
  • Loading branch information
mmaurello authored Jun 11, 2024
1 parent bdf37ed commit dba3c33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-walls-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

New endpoints for PEAQ
6 changes: 3 additions & 3 deletions packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ export const peaqChain = new Parachain({
name: 'Peaq',
parachainId: 3338,
ss58Format: 42,
ws: 'wss://peaq-rpc.dwellir.com',
ws: 'wss://peaq.api.onfinality.io/public-ws',
});

export const peaqEvmAlphanet = new EvmParachain({
Expand Down Expand Up @@ -1429,9 +1429,9 @@ export const peaqEvm = new EvmParachain({
symbol: peaq.originSymbol,
},
parachainId: 3338,
rpc: 'https://peaq-rpc.dwellir.com',
rpc: 'https://peaq.api.onfinality.io/public',
ss58Format: 42,
ws: 'wss://peaq-rpc.dwellir.com',
ws: 'wss://peaq.api.onfinality.io/public-ws',
});

export const pendulum = new Parachain({
Expand Down

0 comments on commit dba3c33

Please sign in to comment.