Skip to content

Commit

Permalink
Update polkadot stuff (#429)
Browse files Browse the repository at this point in the history
* fix linter

* try to update polkadot stuff

* try to update polkadot utils

* update polkadot api to the latest version

* remove script tag
  • Loading branch information
Rihyx authored Jan 29, 2025
1 parent 3b58fa5 commit b3ade4a
Show file tree
Hide file tree
Showing 9 changed files with 210 additions and 709 deletions.
10 changes: 10 additions & 0 deletions .changeset/spotty-pears-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@moonbeam-network/xcm-builder": patch
"@moonbeam-network/xcm-config": patch
"@moonbeam-network/xcm-types": patch
"@moonbeam-network/xcm-utils": patch
"@moonbeam-network/mrl": patch
"@moonbeam-network/xcm-sdk": patch
---

update polkadot stuff to the latest version
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"changeset:publish": "pnpm run build && changeset publish"
},
"dependencies": {
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/apps-config": "0.146.1",
"@polkadot/types": "14.3.1",
"@polkadot/api": "15.5.1",
"@polkadot/api-augment": "15.5.1",
"@polkadot/apps-config": "0.148.1",
"@polkadot/types": "15.5.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1",
"@wormhole-foundation/sdk-connect": "^0.10.7",
Expand Down
20 changes: 7 additions & 13 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": [
"moonbeam",
"moonriver",
"xcm"
],
"keywords": ["moonbeam", "moonriver", "xcm"],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand All @@ -44,11 +38,11 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3",
"@polkadot/api": "15.5.1",
"@polkadot/api-augment": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
"viem": "^2.21.7"
Expand Down
16 changes: 5 additions & 11 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": [
"moonbeam",
"moonriver",
"xcm"
],
"keywords": ["moonbeam", "moonriver", "xcm"],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand All @@ -44,8 +38,8 @@
"@moonbeam-network/xcm-utils": "workspace:*"
},
"peerDependencies": {
"@polkadot/types": "14.3.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3"
"@polkadot/types": "15.5.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1"
}
}
20 changes: 7 additions & 13 deletions packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": [
"moonbeam",
"moonriver",
"mrl"
],
"keywords": ["moonbeam", "moonriver", "mrl"],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand All @@ -47,11 +41,11 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3",
"@polkadot/api": "15.5.1",
"@polkadot/api-augment": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
"viem": "^2.21.7"
Expand Down
12 changes: 5 additions & 7 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand All @@ -48,10 +46,10 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/util": "13.2.3",
"@polkadot/api": "15.5.1",
"@polkadot/api-augment": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/util": "13.3.1",
"viem": "^2.21.7"
},
"devDependencies": {
Expand Down
10 changes: 2 additions & 8 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,14 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": [
"moonbeam",
"moonriver",
"xcm"
],
"keywords": ["moonbeam", "moonriver", "xcm"],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
19 changes: 6 additions & 13 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": [
"moonbeam",
"moonriver",
"xcm",
"utils"
],
"keywords": ["moonbeam", "moonriver", "xcm", "utils"],
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand All @@ -47,9 +40,9 @@
"@types/big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "14.3.1",
"@polkadot/apps-config": "0.146.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3"
"@polkadot/api": "15.5.1",
"@polkadot/apps-config": "0.148.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1"
}
}
Loading

0 comments on commit b3ade4a

Please sign in to comment.