Skip to content

Commit dba3c33

Browse files
authored
Change PEAQ endpoint (#264)
* add onfinality endpoints to peaq * change endpoint for Peaq * add changeset
1 parent bdf37ed commit dba3c33

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/eight-walls-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@moonbeam-network/xcm-config': patch
3+
---
4+
5+
New endpoints for PEAQ

packages/config/src/chains.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ export const peaqChain = new Parachain({
13221322
name: 'Peaq',
13231323
parachainId: 3338,
13241324
ss58Format: 42,
1325-
ws: 'wss://peaq-rpc.dwellir.com',
1325+
ws: 'wss://peaq.api.onfinality.io/public-ws',
13261326
});
13271327

13281328
export const peaqEvmAlphanet = new EvmParachain({
@@ -1429,9 +1429,9 @@ export const peaqEvm = new EvmParachain({
14291429
symbol: peaq.originSymbol,
14301430
},
14311431
parachainId: 3338,
1432-
rpc: 'https://peaq-rpc.dwellir.com',
1432+
rpc: 'https://peaq.api.onfinality.io/public',
14331433
ss58Format: 42,
1434-
ws: 'wss://peaq-rpc.dwellir.com',
1434+
ws: 'wss://peaq.api.onfinality.io/public-ws',
14351435
});
14361436

14371437
export const pendulum = new Parachain({

0 commit comments

Comments
 (0)