@paraspell/sdk-core 8.16.0 → 9.0.0
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/dist/index.cjs +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1070,14 +1070,14 @@ var Centrifuge$1 = {
|
|
|
1070
1070
|
info: "centrifuge",
|
|
1071
1071
|
paraId: 2031,
|
|
1072
1072
|
providers: [
|
|
1073
|
-
{
|
|
1074
|
-
name: "Centrifuge",
|
|
1075
|
-
endpoint: "wss://fullnode.centrifuge.io"
|
|
1076
|
-
},
|
|
1077
1073
|
{
|
|
1078
1074
|
name: "LuckyFriday",
|
|
1079
1075
|
endpoint: "wss://rpc-centrifuge.luckyfriday.io"
|
|
1080
1076
|
},
|
|
1077
|
+
{
|
|
1078
|
+
name: "Centrifuge",
|
|
1079
|
+
endpoint: "wss://fullnode.centrifuge.io"
|
|
1080
|
+
},
|
|
1081
1081
|
{
|
|
1082
1082
|
name: "OnFinality",
|
|
1083
1083
|
endpoint: "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
package/dist/index.mjs
CHANGED
|
@@ -1071,14 +1071,14 @@ var Centrifuge$1 = {
|
|
|
1071
1071
|
info: "centrifuge",
|
|
1072
1072
|
paraId: 2031,
|
|
1073
1073
|
providers: [
|
|
1074
|
-
{
|
|
1075
|
-
name: "Centrifuge",
|
|
1076
|
-
endpoint: "wss://fullnode.centrifuge.io"
|
|
1077
|
-
},
|
|
1078
1074
|
{
|
|
1079
1075
|
name: "LuckyFriday",
|
|
1080
1076
|
endpoint: "wss://rpc-centrifuge.luckyfriday.io"
|
|
1081
1077
|
},
|
|
1078
|
+
{
|
|
1079
|
+
name: "Centrifuge",
|
|
1080
|
+
endpoint: "wss://fullnode.centrifuge.io"
|
|
1081
|
+
},
|
|
1082
1082
|
{
|
|
1083
1083
|
name: "OnFinality",
|
|
1084
1084
|
endpoint: "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "SDK core for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@scure/base": "^1.2.5",
|
|
28
28
|
"ethers": "^6.13.7",
|
|
29
29
|
"viem": "^2.28.1",
|
|
30
|
-
"@paraspell/assets": "
|
|
31
|
-
"@paraspell/
|
|
32
|
-
"@paraspell/
|
|
30
|
+
"@paraspell/assets": "9.0.0",
|
|
31
|
+
"@paraspell/sdk-common": "9.0.0",
|
|
32
|
+
"@paraspell/pallets": "9.0.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|