File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @moonbeam-network/xcm-config ' : patch
3
+ ---
4
+
5
+ New endpoints for PEAQ
Original file line number Diff line number Diff line change @@ -1322,7 +1322,7 @@ export const peaqChain = new Parachain({
1322
1322
name : 'Peaq' ,
1323
1323
parachainId : 3338 ,
1324
1324
ss58Format : 42 ,
1325
- ws : 'wss://peaq-rpc.dwellir.com ' ,
1325
+ ws : 'wss://peaq.api.onfinality.io/public-ws ' ,
1326
1326
} ) ;
1327
1327
1328
1328
export const peaqEvmAlphanet = new EvmParachain ( {
@@ -1429,9 +1429,9 @@ export const peaqEvm = new EvmParachain({
1429
1429
symbol : peaq . originSymbol ,
1430
1430
} ,
1431
1431
parachainId : 3338 ,
1432
- rpc : 'https://peaq-rpc.dwellir.com ' ,
1432
+ rpc : 'https://peaq.api.onfinality.io/public ' ,
1433
1433
ss58Format : 42 ,
1434
- ws : 'wss://peaq-rpc.dwellir.com ' ,
1434
+ ws : 'wss://peaq.api.onfinality.io/public-ws ' ,
1435
1435
} ) ;
1436
1436
1437
1437
export const pendulum = new Parachain ( {
You can’t perform that action at this time.
0 commit comments