@moonbeam-network/xcm-builder 1.0.0-dev.164 → 1.0.0-dev.166
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -8
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
The Builder package contains the builders for the queries, extrinsics, functions, and contract calls used in the Moonbeam XCM SDK and MRL SDK.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# Documentation for the Moonbeam XCM SDK
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## v3 (current)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### Usage
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/example-usage/xcm)
|
|
10
|
+
- [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/example-usage/mrl)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
### References
|
|
12
13
|
|
|
13
|
-
- [
|
|
14
|
-
- [
|
|
14
|
+
- [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/reference/xcm)
|
|
15
|
+
- [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/reference/mrl)
|
|
16
|
+
|
|
17
|
+
## v2 (previous)
|
|
18
|
+
|
|
19
|
+
- [usage](https://moonbeam-foundation.github.io/xcm-sdk/v2/example-usage)
|
|
20
|
+
- [references](https://moonbeam-foundation.github.io/xcm-sdk/v2/reference/interfaces)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbeam-network/xcm-builder",
|
|
3
|
-
"version": "1.0.0-dev.
|
|
3
|
+
"version": "1.0.0-dev.166",
|
|
4
4
|
"description": "Moonbeam XCM builder",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/builder",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"types": "./build/index.d.ts",
|
|
31
31
|
"main": "./build/index.mjs",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@moonbeam-network/xcm-types": "1.0.0-dev.
|
|
34
|
-
"@moonbeam-network/xcm-utils": "1.0.0-dev.
|
|
33
|
+
"@moonbeam-network/xcm-types": "1.0.0-dev.166",
|
|
34
|
+
"@moonbeam-network/xcm-utils": "1.0.0-dev.166",
|
|
35
35
|
"big.js": "^6.2.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@polkadot/types": "14.3.1",
|
|
41
41
|
"@polkadot/util": "13.2.3",
|
|
42
42
|
"@polkadot/util-crypto": "13.2.3",
|
|
43
|
-
"@wormhole-foundation/sdk-connect": "^
|
|
44
|
-
"@wormhole-foundation/sdk-evm": "^
|
|
43
|
+
"@wormhole-foundation/sdk-connect": "^1.4.5",
|
|
44
|
+
"@wormhole-foundation/sdk-evm": "^1.4.5",
|
|
45
45
|
"viem": "^2.21.7"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|