Skip to content

Commit

Permalink
Merge branch 'main' into riha/get-balance-by-chain-and-token
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello authored Apr 8, 2024
2 parents c7de67f + 216f67c commit c887dff
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-apes-build.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@moonbeam-network/xcm-config": "2.0.6",
"@moonbeam-network/xcm-sdk": "2.0.8",
"@moonbeam-network/xcm-utils": "2.0.2"
"@moonbeam-network/xcm-config": "2.0.7",
"@moonbeam-network/xcm-sdk": "2.0.9",
"@moonbeam-network/xcm-utils": "2.0.3"
},
"devDependencies": {
"bun": "^1.0.21"
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moonbeam-network/xcm-builder

## 2.0.3

### Patch Changes

- Updated dependencies [[`da06ea59a1fdfe09448c5c8998fa3a13a85e98f5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/da06ea59a1fdfe09448c5c8998fa3a13a85e98f5)]:
- @moonbeam-network/xcm-utils@2.0.3
- @moonbeam-network/xcm-types@2.0.3

## 2.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-builder",
"version": "2.0.2",
"version": "2.0.3",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -50,8 +50,8 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-types": "2.0.2",
"@moonbeam-network/xcm-utils": "2.0.2",
"@moonbeam-network/xcm-types": "2.0.3",
"@moonbeam-network/xcm-utils": "2.0.3",
"big.js": "^6.2.1",
"type-fest": "^3.8.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @moonbeam-network/xcm-config

## 2.0.7

### Patch Changes

- [#228](https://github.com/moonbeam-foundation/xcm-sdk/pull/228) [`297969fff04c86913888b0633c7240e18766be07`](https://github.com/moonbeam-foundation/xcm-sdk/commit/297969fff04c86913888b0633c7240e18766be07) Thanks [@mmaurello](https://github.com/mmaurello)! - change Pendulum endpoint

- Updated dependencies []:
- @moonbeam-network/xcm-builder@2.0.3
- @moonbeam-network/xcm-types@2.0.3

## 2.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.0.6",
"version": "2.0.7",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -50,8 +50,8 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.0.2",
"@moonbeam-network/xcm-types": "2.0.2"
"@moonbeam-network/xcm-builder": "2.0.3",
"@moonbeam-network/xcm-types": "2.0.3"
},
"peerDependencies": {
"@polkadot/types": "^10.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ export const pendulum = new Parachain({
name: 'Pendulum',
parachainId: 2094,
ss58Format: 56,
ws: 'wss://pendulum-rpc.dwellir.com',
ws: 'wss://rpc-pendulum.prd.pendulumchain.tech',
});

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

## 2.0.9

### Patch Changes

- Updated dependencies [[`297969fff04c86913888b0633c7240e18766be07`](https://github.com/moonbeam-foundation/xcm-sdk/commit/297969fff04c86913888b0633c7240e18766be07), [`da06ea59a1fdfe09448c5c8998fa3a13a85e98f5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/da06ea59a1fdfe09448c5c8998fa3a13a85e98f5)]:
- @moonbeam-network/xcm-config@2.0.7
- @moonbeam-network/xcm-utils@2.0.3
- @moonbeam-network/xcm-builder@2.0.3
- @moonbeam-network/xcm-types@2.0.3

## 2.0.8

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions 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.0.8",
"version": "2.0.9",
"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 Expand Up @@ -51,10 +51,10 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.0.2",
"@moonbeam-network/xcm-config": "2.0.6",
"@moonbeam-network/xcm-types": "2.0.2",
"@moonbeam-network/xcm-utils": "2.0.2",
"@moonbeam-network/xcm-builder": "2.0.3",
"@moonbeam-network/xcm-config": "2.0.7",
"@moonbeam-network/xcm-types": "2.0.3",
"@moonbeam-network/xcm-utils": "2.0.3",
"big.js": "^6.2.1"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moonbeam-network/xcm-types

## 2.0.3

### Patch Changes

- Updated dependencies [[`da06ea59a1fdfe09448c5c8998fa3a13a85e98f5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/da06ea59a1fdfe09448c5c8998fa3a13a85e98f5)]:
- @moonbeam-network/xcm-utils@2.0.3

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-types",
"version": "2.0.2",
"version": "2.0.3",
"description": "Moonbeam XCM Types",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -49,7 +49,7 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-utils": "2.0.2",
"@moonbeam-network/xcm-utils": "2.0.3",
"big.js": "^6.2.1",
"type-fest": "^3.8.0",
"viem": "^2.8.6"
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonbeam-network/xcm-utils

## 2.0.3

### Patch Changes

- [#226](https://github.com/moonbeam-foundation/xcm-sdk/pull/226) [`da06ea59a1fdfe09448c5c8998fa3a13a85e98f5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/da06ea59a1fdfe09448c5c8998fa3a13a85e98f5) Thanks [@ekenigs](https://github.com/ekenigs)! - Added util function getSovereignAccountAddresses

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-utils",
"version": "2.0.2",
"version": "2.0.3",
"description": "Moonbeam XCM utilities",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit c887dff

Please sign in to comment.