Skip to content

Commit

Permalink
Change robonomics wss (#141)
Browse files Browse the repository at this point in the history
* change robonomics wss endpoint

* add changeset
  • Loading branch information
mmaurello authored Oct 3, 2023
1 parent 6793831 commit de2a0bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/smart-stingrays-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@moonbeam-network/xcm-config': patch
'@moonbeam-network/xcm-sdk': patch
---

change robonomics wss endpoint
2 changes: 1 addition & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ export const robonomics = new Parachain({
name: 'Robonomics',
parachainId: 2048,
ss58Format: 32,
ws: 'wss://robonomics.api.onfinality.io/public-ws',
ws: 'wss://kusama.rpc.robonomics.network/',
});

export const shiden = new Parachain({
Expand Down

0 comments on commit de2a0bb

Please sign in to comment.