Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Oct 8, 2024
2 parents 2a54b33 + 046e9a6 commit ad009de
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonbeam-network/xcm-config

## 2.6.4

### Patch Changes

- [#364](https://github.com/moonbeam-foundation/xcm-sdk/pull/364) [`18a9283`](https://github.com/moonbeam-foundation/xcm-sdk/commit/18a9283ab789ab1f14618f68b8980580db3e0452) Thanks [@mmaurello](https://github.com/mmaurello)! - Add another ws endpoint to Parallel

## 2.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-config",
"version": "2.6.3",
"version": "2.6.4",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down
5 changes: 4 additions & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,10 @@ export const parallel = new Parachain({
nativeAsset: para,
parachainId: 2012,
ss58Format: 172,
ws: ['wss://parallel-rpc.dwellir.com'],
ws: [
'wss://parallel-rpc.dwellir.com',
'wss://polkadot-parallel-rpc.parallel.fi',
],
});

export const peaqAlphanet = new Parachain({
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moonbeam-network/xcm-sdk

## 2.6.4

### Patch Changes

- Updated dependencies [[`18a9283`](https://github.com/moonbeam-foundation/xcm-sdk/commit/18a9283ab789ab1f14618f68b8980580db3e0452)]:
- @moonbeam-network/xcm-config@2.6.4

## 2.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-sdk",
"version": "2.6.3",
"version": "2.6.4",
"description": "The Moonbeam XCM SDK enables developers to easily deposit and withdraw assets to Moonbeam/Moonriver from the relay chain and other parachains in the Polkadot/Kusama ecosystem",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit ad009de

Please sign in to comment.