@paraspell/sdk 12.8.0 → 12.8.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 +1 -1
  2. package/package.json +8 -8
package/dist/index.mjs CHANGED
@@ -331,7 +331,7 @@ var deriveAddress = function deriveAddress(sender) {
331
331
  return AccountId().dec(keyPair.publicKey);
332
332
  };
333
333
 
334
- var LEGACY_CHAINS = ['Interlay', 'CrustShadow', 'Kintsugi', 'RobonomicsPolkadot', 'Pendulum'];
334
+ var LEGACY_CHAINS = ['Interlay', 'CrustShadow', 'Kintsugi', 'Pendulum'];
335
335
  // Cache settings
336
336
  var DEFAULT_TTL_MS = 60000; // 1 minute
337
337
  var MAX_CLIENTS = 100;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk",
3
- "version": "12.8.0",
3
+ "version": "12.8.1",
4
4
  "description": "SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,16 +27,16 @@
27
27
  "@polkadot-api/legacy-provider": "^0.3.8",
28
28
  "@polkadot-labs/hdkd": "^0.0.26",
29
29
  "@polkadot-labs/hdkd-helpers": "^0.0.27",
30
- "viem": "2.45.0",
31
- "@paraspell/sdk-core": "12.8.0"
30
+ "viem": "2.46.3",
31
+ "@paraspell/sdk-core": "12.8.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "polkadot-api": ">= 1.23.3 < 2"
35
35
  },
36
36
  "devDependencies": {
37
- "@acala-network/chopsticks": "^1.2.5",
37
+ "@acala-network/chopsticks": "^1.2.7",
38
38
  "@babel/plugin-syntax-import-attributes": "^7.28.6",
39
- "@babel/preset-env": "^7.28.6",
39
+ "@babel/preset-env": "^7.29.0",
40
40
  "@codecov/rollup-plugin": "^1.9.1",
41
41
  "@noble/curves": "^2.0.1",
42
42
  "@rollup/plugin-babel": "^6.1.0",
@@ -45,9 +45,9 @@
45
45
  "@scure/bip32": "^2.0.1",
46
46
  "@scure/bip39": "^2.0.1",
47
47
  "@vitest/coverage-v8": "^4.0.18",
48
- "axios": "^1.13.4",
49
- "dotenv": "^17.2.3",
50
- "rollup": "^4.57.0",
48
+ "axios": "^1.13.5",
49
+ "dotenv": "^17.3.1",
50
+ "rollup": "^4.59.0",
51
51
  "rollup-plugin-dts": "^6.3.0",
52
52
  "tslib": "^2.8.1"
53
53
  },