Skip to content

Commit

Permalink
Updated Calamari Endpoint (#186)
Browse files Browse the repository at this point in the history
* Updated Calamari Endpoint

* add changeset

---------

Co-authored-by: mmaurello <[email protected]>
  • Loading branch information
albertov19 and mmaurello authored Jan 18, 2024
1 parent bd97227 commit f72cf9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/late-houses-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonbeam-network/xcm-config": patch
---

Updated Calamari Endpoint
2 changes: 1 addition & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const calamari = new Parachain({
name: 'Calamari',
parachainId: 2084,
ss58Format: 78,
ws: 'wss://ws.calamari.systems',
ws: 'wss://calamari.systems',
});

export const centrifuge = new Parachain({
Expand Down

0 comments on commit f72cf9b

Please sign in to comment.