@paraspell/sdk-core 12.1.1 → 12.1.2

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.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -4
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -1404,10 +1404,6 @@ var Hydration$1 = {
1404
1404
  info: "hydradx",
1405
1405
  paraId: 2034,
1406
1406
  providers: [
1407
- {
1408
- name: "Dwellir",
1409
- endpoint: "wss://hydration-rpc.n.dwellir.com"
1410
- },
1411
1407
  {
1412
1408
  name: "Helikon",
1413
1409
  endpoint: "wss://rpc.helikon.io/hydradx"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-core",
3
- "version": "12.1.1",
3
+ "version": "12.1.2",
4
4
  "description": "SDK core for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,9 +26,9 @@
26
26
  "@noble/hashes": "^2.0.1",
27
27
  "@scure/base": "^2.0.0",
28
28
  "viem": "2.40.3",
29
- "@paraspell/sdk-common": "12.1.1",
30
- "@paraspell/assets": "12.1.1",
31
- "@paraspell/pallets": "12.1.1"
29
+ "@paraspell/assets": "12.1.2",
30
+ "@paraspell/pallets": "12.1.2",
31
+ "@paraspell/sdk-common": "12.1.2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/plugin-syntax-import-attributes": "^7.27.1",