@paraspell/sdk-core 14.0.0 → 14.1.0-rc.1

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 +54 -10
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -988,6 +988,10 @@ var AssetHubPolkadot$1 = {
988
988
  name: "Dwellir",
989
989
  endpoint: "wss://asset-hub-polkadot-rpc.n.dwellir.com"
990
990
  },
991
+ {
992
+ name: "Gatotech Unlimited",
993
+ endpoint: "wss://asset-hub-polkadot.gatotech.network"
994
+ },
991
995
  {
992
996
  name: "Helixstreet",
993
997
  endpoint: "wss://rpc-asset-hub-polkadot.helixstreet.io"
@@ -1166,6 +1170,42 @@ var Hydration$1 = {
1166
1170
  {
1167
1171
  name: "Helikon",
1168
1172
  endpoint: "wss://rpc.helikon.io/hydradx"
1173
+ },
1174
+ {
1175
+ name: "Rotko (SEA)",
1176
+ endpoint: "wss://hydration.rotko.net"
1177
+ },
1178
+ {
1179
+ name: "sin",
1180
+ endpoint: "wss://subway.sin.hydration.cloud"
1181
+ },
1182
+ {
1183
+ name: "coke",
1184
+ endpoint: "wss://subway.coke.hydration.cloud"
1185
+ },
1186
+ {
1187
+ name: "kril",
1188
+ endpoint: "wss://rpc.kril.hydration.cloud"
1189
+ },
1190
+ {
1191
+ name: "shellfish",
1192
+ endpoint: "wss://subway.shellfish.hydration.cloud"
1193
+ },
1194
+ {
1195
+ name: "catfish-1",
1196
+ endpoint: "wss://rpc-catfish-1.catfish.hydration.cloud"
1197
+ },
1198
+ {
1199
+ name: "catfish-2",
1200
+ endpoint: "wss://rpc-catfish-2.catfish.hydration.cloud"
1201
+ },
1202
+ {
1203
+ name: "catfish-3",
1204
+ endpoint: "wss://rpc-catfish-3.catfish.hydration.cloud"
1205
+ },
1206
+ {
1207
+ name: "catfish-4",
1208
+ endpoint: "wss://rpc-catfish-4.catfish.hydration.cloud"
1169
1209
  }
1170
1210
  ]
1171
1211
  };
@@ -1918,12 +1958,12 @@ var PeoplePaseo$1 = {
1918
1958
  paraId: 1004,
1919
1959
  providers: [
1920
1960
  {
1921
- name: "Amforc",
1922
- endpoint: "wss://people-paseo.rpc.amforc.com"
1961
+ name: "Gatotech Unlimited",
1962
+ endpoint: "wss://people-paseo.gatotech.network"
1923
1963
  },
1924
1964
  {
1925
- name: "Zondax",
1926
- endpoint: "wss://api2.zondax.ch/pas/people/node/rpc"
1965
+ name: "Rotko",
1966
+ endpoint: "wss://people-paseo.rotko.net"
1927
1967
  },
1928
1968
  {
1929
1969
  name: "interweb",
@@ -1955,6 +1995,10 @@ var Polkadot$1 = {
1955
1995
  name: "Dwellir",
1956
1996
  endpoint: "wss://polkadot-rpc.n.dwellir.com"
1957
1997
  },
1998
+ {
1999
+ name: "Gatotech Unlimited",
2000
+ endpoint: "wss://polkadot.gatotech.network"
2001
+ },
1958
2002
  {
1959
2003
  name: "Helixstreet",
1960
2004
  endpoint: "wss://rpc-polkadot.helixstreet.io"
@@ -1994,6 +2038,10 @@ var Kusama$1 = {
1994
2038
  name: "Dwellir",
1995
2039
  endpoint: "wss://kusama-rpc.n.dwellir.com"
1996
2040
  },
2041
+ {
2042
+ name: "Gatotech Unlimited",
2043
+ endpoint: "wss://kusama.gatotech.network"
2044
+ },
1997
2045
  {
1998
2046
  name: "Helixstreet",
1999
2047
  endpoint: "wss://rpc-kusama.helixstreet.io"
@@ -2036,10 +2084,6 @@ var Paseo$1 = {
2036
2084
  info: "paseo",
2037
2085
  paraId: 0,
2038
2086
  providers: [
2039
- {
2040
- name: "Amforc",
2041
- endpoint: "wss://paseo.rpc.amforc.com"
2042
- },
2043
2087
  {
2044
2088
  name: "Dwellir",
2045
2089
  endpoint: "wss://paseo-rpc.n.dwellir.com"
@@ -2049,8 +2093,8 @@ var Paseo$1 = {
2049
2093
  endpoint: "wss://rpc-paseo.stakeworld.io"
2050
2094
  },
2051
2095
  {
2052
- name: "Zondax",
2053
- endpoint: "wss://api2.zondax.ch/pas/relay/node/rpc"
2096
+ name: "TurboFlakes",
2097
+ endpoint: "wss://paseo-v2.rpc.turboflakes.io"
2054
2098
  },
2055
2099
  {
2056
2100
  name: "interweb",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-core",
3
- "version": "14.0.0",
3
+ "version": "14.1.0-rc.1",
4
4
  "description": "SDK core for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,9 +25,9 @@
25
25
  "@noble/hashes": "^2.2.0",
26
26
  "@scure/base": "^2.2.0",
27
27
  "viem": "^2.53.1",
28
- "@paraspell/assets": "14.0.0",
29
- "@paraspell/pallets": "14.0.0",
30
- "@paraspell/sdk-common": "14.0.0"
28
+ "@paraspell/pallets": "14.1.0-rc.1",
29
+ "@paraspell/assets": "14.1.0-rc.1",
30
+ "@paraspell/sdk-common": "14.1.0-rc.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@babel/plugin-syntax-import-attributes": "^7.29.7",