@paraspell/sdk-core 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.
package/dist/index.d.ts CHANGED
@@ -373,18 +373,6 @@ declare class Karura<TApi, TRes, TSigner> extends Acala<TApi, TRes, TSigner> {
373
373
  constructor();
374
374
  }
375
375
 
376
- declare class KiltSpiritnet<TApi, TRes, TSigner> extends Chain<TApi, TRes, TSigner> implements IPolkadotXCMTransfer<TApi, TRes, TSigner> {
377
- constructor(chain?: TParachain, info?: string, ecosystem?: TRelaychain, version?: Version);
378
- transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner>): Promise<TRes>;
379
- isRelayToParaEnabled(): boolean;
380
- }
381
-
382
- declare class KiltPaseo<TApi, TRes, TSigner> extends KiltSpiritnet<TApi, TRes, TSigner> {
383
- constructor();
384
- isSendingTempDisabled(_options: TSendInternalOptions<TApi, TRes, TSigner>): boolean;
385
- isReceivingTempDisabled(_scenario: TScenario): boolean;
386
- }
387
-
388
376
  declare class Kintsugi<TApi, TRes, TSigner> extends Chain<TApi, TRes, TSigner> implements IXTokensTransfer<TApi, TRes, TSigner> {
389
377
  constructor();
390
378
  getCustomCurrencyId(asset: TAssetInfo): TForeignOrTokenAsset;
@@ -461,17 +449,6 @@ declare class Paseo<TApi, TRes, TSigner> extends Polkadot<TApi, TRes, TSigner> {
461
449
  constructor();
462
450
  }
463
451
 
464
- declare class PeoplePolkadot<TApi, TRes, TSigner> extends Chain<TApi, TRes, TSigner> implements IPolkadotXCMTransfer<TApi, TRes, TSigner> {
465
- constructor(chain?: TParachain, info?: string, ecosystem?: TRelaychain, version?: Version);
466
- transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner>): Promise<TRes>;
467
- }
468
-
469
- declare class PAssetHub<TApi, TRes, TSigner> extends PeoplePolkadot<TApi, TRes, TSigner> {
470
- constructor();
471
- isSendingTempDisabled(_options: TSendInternalOptions<TApi, TRes, TSigner>): boolean;
472
- isReceivingTempDisabled(_scenario: TScenario): boolean;
473
- }
474
-
475
452
  declare class Peaq<TApi, TRes, TSigner> extends Chain<TApi, TRes, TSigner> implements IXTokensTransfer<TApi, TRes, TSigner> {
476
453
  constructor();
477
454
  transferXTokens(input: TXTokensTransferOptions<TApi, TRes, TSigner>): TRes;
@@ -495,6 +472,11 @@ declare class PeopleKusama<TApi, TRes, TSigner> extends Chain<TApi, TRes, TSigne
495
472
  transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner>): Promise<TRes>;
496
473
  }
497
474
 
475
+ declare class PeoplePolkadot<TApi, TRes, TSigner> extends Chain<TApi, TRes, TSigner> implements IPolkadotXCMTransfer<TApi, TRes, TSigner> {
476
+ constructor(chain?: TParachain, info?: string, ecosystem?: TRelaychain, version?: Version);
477
+ transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner>): Promise<TRes>;
478
+ }
479
+
498
480
  declare class PeoplePaseo<TApi, TRes, TSigner> extends PeoplePolkadot<TApi, TRes, TSigner> {
499
481
  constructor();
500
482
  }
@@ -509,13 +491,6 @@ declare class Quartz<TApi, TRes, TSigner> extends Chain<TApi, TRes, TSigner> imp
509
491
  isSendingTempDisabled(): boolean;
510
492
  }
511
493
 
512
- declare class RobonomicsPolkadot<TApi, TRes, TSigner> extends Chain<TApi, TRes, TSigner> implements IPolkadotXCMTransfer<TApi, TRes, TSigner> {
513
- constructor();
514
- transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner>): Promise<TRes>;
515
- isReceivingTempDisabled(scenario: TScenario): boolean;
516
- transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner>): TRes;
517
- }
518
-
519
494
  declare class Shiden<TApi, TRes, TSigner> extends Astar<TApi, TRes, TSigner> {
520
495
  constructor();
521
496
  }
@@ -568,14 +543,12 @@ declare const chains: <TApi, TRes, TSigner>() => {
568
543
  Jamton: Jamton<TApi, TRes, TSigner>;
569
544
  Moonbeam: Moonbeam<TApi, TRes, TSigner>;
570
545
  CoretimePolkadot: CoretimePolkadot<TApi, TRes, TSigner>;
571
- RobonomicsPolkadot: RobonomicsPolkadot<TApi, TRes, TSigner>;
572
546
  PeoplePolkadot: PeoplePolkadot<TApi, TRes, TSigner>;
573
547
  Manta: Manta<TApi, TRes, TSigner>;
574
548
  Nodle: Nodle<TApi, TRes, TSigner>;
575
549
  NeuroWeb: NeuroWeb<TApi, TRes, TSigner>;
576
550
  Pendulum: Pendulum<TApi, TRes, TSigner>;
577
551
  Collectives: Collectives<TApi, TRes, TSigner>;
578
- KiltSpiritnet: KiltSpiritnet<TApi, TRes, TSigner>;
579
552
  Mythos: Mythos<TApi, TRes, TSigner>;
580
553
  Peaq: Peaq<TApi, TRes, TSigner>;
581
554
  Xode: Xode<TApi, TRes, TSigner>;
@@ -609,8 +582,6 @@ declare const chains: <TApi, TRes, TSigner>() => {
609
582
  BridgeHubPaseo: BridgeHubPaseo<TApi, TRes, TSigner>;
610
583
  CoretimePaseo: CoretimePaseo<TApi, TRes, TSigner>;
611
584
  EnergyWebXPaseo: EnergyWebXPaseo<TApi, TRes, TSigner>;
612
- KiltPaseo: KiltPaseo<TApi, TRes, TSigner>;
613
- PAssetHub: PAssetHub<TApi, TRes, TSigner>;
614
585
  PeoplePaseo: PeoplePaseo<TApi, TRes, TSigner>;
615
586
  AjunaPaseo: AjunaPaseo<TApi, TRes, TSigner>;
616
587
  BifrostPaseo: BifrostPaseo<TApi, TRes, TSigner>;
@@ -2327,7 +2298,7 @@ declare const reverseTransformLocation: (location: TLocation) => TLocation;
2327
2298
 
2328
2299
  declare const normalizeAmount: (amount: bigint) => bigint;
2329
2300
 
2330
- declare const resolveDestChain: (originChain: TSubstrateChain, paraId: number | undefined) => "AssetHubPolkadot" | "Acala" | "Ajuna" | "Astar" | "BifrostPolkadot" | "BridgeHubPolkadot" | "Centrifuge" | "Darwinia" | "EnergyWebX" | "Hydration" | "Interlay" | "Heima" | "Jamton" | "Moonbeam" | "CoretimePolkadot" | "Collectives" | "Crust" | "Manta" | "Nodle" | "NeuroWeb" | "Pendulum" | "KiltSpiritnet" | "Mythos" | "Peaq" | "RobonomicsPolkadot" | "PeoplePolkadot" | "Unique" | "Xode" | "AssetHubKusama" | "BridgeHubKusama" | "Karura" | "Kintsugi" | "Moonriver" | "CoretimeKusama" | "Encointer" | "Altair" | "Basilisk" | "BifrostKusama" | "CrustShadow" | "Crab" | "Laos" | "Quartz" | "PeopleKusama" | "Shiden" | "Zeitgeist" | "AssetHubWestend" | "BridgeHubWestend" | "CollectivesWestend" | "CoretimeWestend" | "Penpal" | "PeopleWestend" | "AjunaPaseo" | "AssetHubPaseo" | "BifrostPaseo" | "BridgeHubPaseo" | "CoretimePaseo" | "EnergyWebXPaseo" | "HeimaPaseo" | "HydrationPaseo" | "KiltPaseo" | "LaosPaseo" | "NeuroWebPaseo" | "PAssetHub" | "PeoplePaseo" | "ZeitgeistPaseo" | undefined;
2301
+ declare const resolveDestChain: (originChain: TSubstrateChain, paraId: number | undefined) => "AssetHubPolkadot" | "Acala" | "Ajuna" | "Astar" | "BifrostPolkadot" | "BridgeHubPolkadot" | "Centrifuge" | "Darwinia" | "EnergyWebX" | "Hydration" | "Interlay" | "Heima" | "Jamton" | "Moonbeam" | "CoretimePolkadot" | "Collectives" | "Crust" | "Manta" | "Nodle" | "NeuroWeb" | "Pendulum" | "Mythos" | "Peaq" | "PeoplePolkadot" | "Unique" | "Xode" | "AssetHubKusama" | "BridgeHubKusama" | "Karura" | "Kintsugi" | "Moonriver" | "CoretimeKusama" | "Encointer" | "Altair" | "Basilisk" | "BifrostKusama" | "CrustShadow" | "Crab" | "Laos" | "Quartz" | "PeopleKusama" | "Shiden" | "Zeitgeist" | "AssetHubWestend" | "BridgeHubWestend" | "CollectivesWestend" | "CoretimeWestend" | "Penpal" | "PeopleWestend" | "AjunaPaseo" | "AssetHubPaseo" | "BifrostPaseo" | "BridgeHubPaseo" | "CoretimePaseo" | "EnergyWebXPaseo" | "HeimaPaseo" | "HydrationPaseo" | "LaosPaseo" | "NeuroWebPaseo" | "PeoplePaseo" | "ZeitgeistPaseo" | undefined;
2331
2302
 
2332
2303
  declare const resolveParaId: (paraId: number | undefined, destination: TDestination) => number | undefined;
2333
2304
 
package/dist/index.mjs CHANGED
@@ -1483,7 +1483,7 @@ var AssetHubPolkadot$1 = {
1483
1483
  },
1484
1484
  {
1485
1485
  name: "IBP1",
1486
- endpoint: "wss://sys.ibp.network/asset-hub-polkadot"
1486
+ endpoint: "wss://asset-hub-polkadot.ibp.network"
1487
1487
  },
1488
1488
  {
1489
1489
  name: "IBP2",
@@ -1508,10 +1508,6 @@ var AssetHubPolkadot$1 = {
1508
1508
  {
1509
1509
  name: "RadiumBlock",
1510
1510
  endpoint: "wss://statemint.public.curie.radiumblock.co/ws"
1511
- },
1512
- {
1513
- name: "Stakeworld",
1514
- endpoint: "wss://dot-rpc.stakeworld.io/assethub"
1515
1511
  }
1516
1512
  ]
1517
1513
  };
@@ -1626,7 +1622,7 @@ var BridgeHubPolkadot$1 = {
1626
1622
  },
1627
1623
  {
1628
1624
  name: "IBP1",
1629
- endpoint: "wss://sys.ibp.network/bridgehub-polkadot"
1625
+ endpoint: "wss://bridge-hub-polkadot.ibp.network"
1630
1626
  },
1631
1627
  {
1632
1628
  name: "IBP2",
@@ -1647,10 +1643,6 @@ var BridgeHubPolkadot$1 = {
1647
1643
  {
1648
1644
  name: "RadiumBlock",
1649
1645
  endpoint: "wss://bridgehub-polkadot.public.curie.radiumblock.co/ws"
1650
- },
1651
- {
1652
- name: "Stakeworld",
1653
- endpoint: "wss://dot-rpc.stakeworld.io/bridgehub"
1654
1646
  }
1655
1647
  ]
1656
1648
  };
@@ -1801,7 +1793,7 @@ var CoretimePolkadot$1 = {
1801
1793
  },
1802
1794
  {
1803
1795
  name: "IBP1",
1804
- endpoint: "wss://sys.ibp.network/coretime-polkadot"
1796
+ endpoint: "wss://coretime-polkadot.ibp.network"
1805
1797
  },
1806
1798
  {
1807
1799
  name: "IBP2",
@@ -1818,10 +1810,6 @@ var CoretimePolkadot$1 = {
1818
1810
  {
1819
1811
  name: "Parity",
1820
1812
  endpoint: "wss://polkadot-coretime-rpc.polkadot.io"
1821
- },
1822
- {
1823
- name: "Stakeworld",
1824
- endpoint: "wss://dot-rpc.stakeworld.io/coretime"
1825
1813
  }
1826
1814
  ]
1827
1815
  };
@@ -1840,7 +1828,7 @@ var Collectives$1 = {
1840
1828
  },
1841
1829
  {
1842
1830
  name: "IBP1",
1843
- endpoint: "wss://sys.ibp.network/collectives-polkadot"
1831
+ endpoint: "wss://collectives-polkadot.ibp.network"
1844
1832
  },
1845
1833
  {
1846
1834
  name: "IBP2",
@@ -1861,10 +1849,6 @@ var Collectives$1 = {
1861
1849
  {
1862
1850
  name: "RadiumBlock",
1863
1851
  endpoint: "wss://collectives.public.curie.radiumblock.co/ws"
1864
- },
1865
- {
1866
- name: "Stakeworld",
1867
- endpoint: "wss://dot-rpc.stakeworld.io/collectives"
1868
1852
  }
1869
1853
  ]
1870
1854
  };
@@ -1935,21 +1919,6 @@ var Pendulum$1 = {
1935
1919
  }
1936
1920
  ]
1937
1921
  };
1938
- var KiltSpiritnet$1 = {
1939
- name: "KILT Spiritnet",
1940
- info: "kilt",
1941
- paraId: 2086,
1942
- providers: [
1943
- {
1944
- name: "IBP1",
1945
- endpoint: "wss://kilt.ibp.network"
1946
- },
1947
- {
1948
- name: "IBP2",
1949
- endpoint: "wss://kilt.dotters.network"
1950
- }
1951
- ]
1952
- };
1953
1922
  var Mythos$1 = {
1954
1923
  name: "Mythos",
1955
1924
  info: "mythos",
@@ -1972,17 +1941,6 @@ var Peaq$1 = {
1972
1941
  }
1973
1942
  ]
1974
1943
  };
1975
- var RobonomicsPolkadot$1 = {
1976
- name: "Robonomics",
1977
- info: "robonomics",
1978
- paraId: 3388,
1979
- providers: [
1980
- {
1981
- name: "Airalab",
1982
- endpoint: "wss://polkadot.rpc.robonomics.network/"
1983
- }
1984
- ]
1985
- };
1986
1944
  var PeoplePolkadot$1 = {
1987
1945
  name: "People",
1988
1946
  info: "polkadotPeople",
@@ -1994,7 +1952,7 @@ var PeoplePolkadot$1 = {
1994
1952
  },
1995
1953
  {
1996
1954
  name: "IBP1",
1997
- endpoint: "wss://sys.ibp.network/people-polkadot"
1955
+ endpoint: "wss://people-polkadot.ibp.network"
1998
1956
  },
1999
1957
  {
2000
1958
  name: "IBP2",
@@ -2011,10 +1969,6 @@ var PeoplePolkadot$1 = {
2011
1969
  {
2012
1970
  name: "Parity",
2013
1971
  endpoint: "wss://polkadot-people-rpc.polkadot.io"
2014
- },
2015
- {
2016
- name: "Stakeworld",
2017
- endpoint: "wss://dot-rpc.stakeworld.io/people"
2018
1972
  }
2019
1973
  ]
2020
1974
  };
@@ -2067,7 +2021,7 @@ var AssetHubKusama$1 = {
2067
2021
  },
2068
2022
  {
2069
2023
  name: "IBP1",
2070
- endpoint: "wss://sys.ibp.network/asset-hub-kusama"
2024
+ endpoint: "wss://asset-hub-kusama.ibp.network"
2071
2025
  },
2072
2026
  {
2073
2027
  name: "IBP2",
@@ -2088,10 +2042,6 @@ var AssetHubKusama$1 = {
2088
2042
  {
2089
2043
  name: "RadiumBlock",
2090
2044
  endpoint: "wss://statemine.public.curie.radiumblock.co/ws"
2091
- },
2092
- {
2093
- name: "Stakeworld",
2094
- endpoint: "wss://ksm-rpc.stakeworld.io/assethub"
2095
2045
  }
2096
2046
  ]
2097
2047
  };
@@ -2110,7 +2060,7 @@ var BridgeHubKusama$1 = {
2110
2060
  },
2111
2061
  {
2112
2062
  name: "IBP1",
2113
- endpoint: "wss://sys.ibp.network/bridgehub-kusama"
2063
+ endpoint: "wss://bridge-hub-kusama.ibp.network"
2114
2064
  },
2115
2065
  {
2116
2066
  name: "IBP2",
@@ -2131,10 +2081,6 @@ var BridgeHubKusama$1 = {
2131
2081
  {
2132
2082
  name: "RadiumBlock",
2133
2083
  endpoint: "wss://bridgehub-kusama.public.curie.radiumblock.co/ws"
2134
- },
2135
- {
2136
- name: "Stakeworld",
2137
- endpoint: "wss://ksm-rpc.stakeworld.io/bridgehub"
2138
2084
  }
2139
2085
  ]
2140
2086
  };
@@ -2218,7 +2164,7 @@ var CoretimeKusama$1 = {
2218
2164
  },
2219
2165
  {
2220
2166
  name: "IBP1",
2221
- endpoint: "wss://sys.ibp.network/coretime-kusama"
2167
+ endpoint: "wss://coretime-kusama.ibp.network"
2222
2168
  },
2223
2169
  {
2224
2170
  name: "IBP2",
@@ -2235,10 +2181,6 @@ var CoretimeKusama$1 = {
2235
2181
  {
2236
2182
  name: "Parity",
2237
2183
  endpoint: "wss://kusama-coretime-rpc.polkadot.io"
2238
- },
2239
- {
2240
- name: "Stakeworld",
2241
- endpoint: "wss://ksm-rpc.stakeworld.io/coretime"
2242
2184
  }
2243
2185
  ]
2244
2186
  };
@@ -2257,7 +2199,7 @@ var Encointer$1 = {
2257
2199
  },
2258
2200
  {
2259
2201
  name: "IBP1",
2260
- endpoint: "wss://sys.ibp.network/encointer-kusama"
2202
+ endpoint: "wss://encointer-kusama.ibp.network"
2261
2203
  },
2262
2204
  {
2263
2205
  name: "IBP2",
@@ -2381,7 +2323,7 @@ var PeopleKusama$1 = {
2381
2323
  },
2382
2324
  {
2383
2325
  name: "IBP1",
2384
- endpoint: "wss://sys.ibp.network/people-kusama"
2326
+ endpoint: "wss://people-kusama.ibp.network"
2385
2327
  },
2386
2328
  {
2387
2329
  name: "IBP2",
@@ -2398,10 +2340,6 @@ var PeopleKusama$1 = {
2398
2340
  {
2399
2341
  name: "Parity",
2400
2342
  endpoint: "wss://kusama-people-rpc.polkadot.io"
2401
- },
2402
- {
2403
- name: "Stakeworld",
2404
- endpoint: "wss://ksm-rpc.stakeworld.io/people"
2405
2343
  }
2406
2344
  ]
2407
2345
  };
@@ -2559,16 +2497,12 @@ var AssetHubPaseo$1 = {
2559
2497
  },
2560
2498
  {
2561
2499
  name: "IBP1",
2562
- endpoint: "wss://sys.ibp.network/asset-hub-paseo"
2500
+ endpoint: "wss://asset-hub-paseo.ibp.network"
2563
2501
  },
2564
2502
  {
2565
2503
  name: "IBP2",
2566
2504
  endpoint: "wss://asset-hub-paseo.dotters.network"
2567
2505
  },
2568
- {
2569
- name: "StakeWorld",
2570
- endpoint: "wss://pas-rpc.stakeworld.io/assethub"
2571
- },
2572
2506
  {
2573
2507
  name: "TurboFlakes",
2574
2508
  endpoint: "wss://sys.turboflakes.io/asset-hub-paseo"
@@ -2597,7 +2531,7 @@ var BridgeHubPaseo$1 = {
2597
2531
  providers: [
2598
2532
  {
2599
2533
  name: "IBP1",
2600
- endpoint: "wss://sys.ibp.network/bridgehub-paseo"
2534
+ endpoint: "wss://bridge-hub-paseo.ibp.network"
2601
2535
  },
2602
2536
  {
2603
2537
  name: "IBP2",
@@ -2612,7 +2546,7 @@ var CoretimePaseo$1 = {
2612
2546
  providers: [
2613
2547
  {
2614
2548
  name: "IBP1",
2615
- endpoint: "wss://sys.ibp.network/coretime-paseo"
2549
+ endpoint: "wss://coretime-paseo.ibp.network"
2616
2550
  },
2617
2551
  {
2618
2552
  name: "IBP2",
@@ -2653,17 +2587,6 @@ var HydrationPaseo$1 = {
2653
2587
  }
2654
2588
  ]
2655
2589
  };
2656
- var KiltPaseo$1 = {
2657
- name: "KILT Peregrine",
2658
- info: "kilt",
2659
- paraId: 2086,
2660
- providers: [
2661
- {
2662
- name: "KILT Foundation",
2663
- endpoint: "wss://peregrine.kilt.io/"
2664
- }
2665
- ]
2666
- };
2667
2590
  var LaosPaseo$1 = {
2668
2591
  name: "Laos Sigma",
2669
2592
  info: "laos-sigma",
@@ -2686,25 +2609,6 @@ var NeuroWebPaseo$1 = {
2686
2609
  }
2687
2610
  ]
2688
2611
  };
2689
- var PAssetHub$1 = {
2690
- name: "PAssetHub - Contracts",
2691
- info: "PAssetHub - Contracts",
2692
- paraId: 1111,
2693
- providers: [
2694
- {
2695
- name: "IBP1",
2696
- endpoint: "wss://passet-hub-paseo.ibp.network"
2697
- },
2698
- {
2699
- name: "IBP2",
2700
- endpoint: "wss://passet-hub-paseo.dotters.network"
2701
- },
2702
- {
2703
- name: "Parity",
2704
- endpoint: "wss://testnet-passet-hub.polkadot.io"
2705
- }
2706
- ]
2707
- };
2708
2612
  var PeoplePaseo$1 = {
2709
2613
  name: "People",
2710
2614
  info: "PaseoPeopleChain",
@@ -2716,7 +2620,7 @@ var PeoplePaseo$1 = {
2716
2620
  },
2717
2621
  {
2718
2622
  name: "IBP1",
2719
- endpoint: "wss://sys.ibp.network/people-paseo"
2623
+ endpoint: "wss://people-paseo.ibp.network"
2720
2624
  },
2721
2625
  {
2722
2626
  name: "IBP2",
@@ -2744,10 +2648,6 @@ var Polkadot$1 = {
2744
2648
  name: "Allnodes",
2745
2649
  endpoint: "wss://polkadot-rpc.publicnode.com"
2746
2650
  },
2747
- {
2748
- name: "Blockops",
2749
- endpoint: "wss://polkadot-public-rpc.blockops.network/ws"
2750
- },
2751
2651
  {
2752
2652
  name: "Dwellir",
2753
2653
  endpoint: "wss://polkadot-rpc.n.dwellir.com"
@@ -2762,7 +2662,7 @@ var Polkadot$1 = {
2762
2662
  },
2763
2663
  {
2764
2664
  name: "IBP1",
2765
- endpoint: "wss://rpc.ibp.network/polkadot"
2665
+ endpoint: "wss://polkadot.ibp.network"
2766
2666
  },
2767
2667
  {
2768
2668
  name: "IBP2",
@@ -2786,7 +2686,7 @@ var Polkadot$1 = {
2786
2686
  },
2787
2687
  {
2788
2688
  name: "Stakeworld",
2789
- endpoint: "wss://dot-rpc.stakeworld.io"
2689
+ endpoint: "wss://rpc-polkadot.stakeworld.io"
2790
2690
  },
2791
2691
  {
2792
2692
  name: "SubQuery",
@@ -2803,10 +2703,6 @@ var Kusama$1 = {
2803
2703
  name: "Allnodes",
2804
2704
  endpoint: "wss://kusama-rpc.publicnode.com"
2805
2705
  },
2806
- {
2807
- name: "Blockops",
2808
- endpoint: "wss://kusama-public-rpc.blockops.network/ws"
2809
- },
2810
2706
  {
2811
2707
  name: "Dwellir",
2812
2708
  endpoint: "wss://kusama-rpc.n.dwellir.com"
@@ -2821,7 +2717,7 @@ var Kusama$1 = {
2821
2717
  },
2822
2718
  {
2823
2719
  name: "IBP1",
2824
- endpoint: "wss://rpc.ibp.network/kusama"
2720
+ endpoint: "wss://kusama.ibp.network"
2825
2721
  },
2826
2722
  {
2827
2723
  name: "IBP2",
@@ -2841,7 +2737,7 @@ var Kusama$1 = {
2841
2737
  },
2842
2738
  {
2843
2739
  name: "Stakeworld",
2844
- endpoint: "wss://ksm-rpc.stakeworld.io"
2740
+ endpoint: "wss://rpc-kusama.stakeworld.io"
2845
2741
  }
2846
2742
  ]
2847
2743
  };
@@ -2887,15 +2783,11 @@ var Paseo$1 = {
2887
2783
  },
2888
2784
  {
2889
2785
  name: "IBP1",
2890
- endpoint: "wss://rpc.ibp.network/paseo"
2786
+ endpoint: "wss://paseo.ibp.network"
2891
2787
  },
2892
2788
  {
2893
2789
  name: "IBP2",
2894
2790
  endpoint: "wss://paseo.dotters.network"
2895
- },
2896
- {
2897
- name: "StakeWorld",
2898
- endpoint: "wss://pas-rpc.stakeworld.io"
2899
2791
  }
2900
2792
  ]
2901
2793
  };
@@ -2921,10 +2813,8 @@ var configs = {
2921
2813
  Nodle: Nodle$1,
2922
2814
  NeuroWeb: NeuroWeb$1,
2923
2815
  Pendulum: Pendulum$1,
2924
- KiltSpiritnet: KiltSpiritnet$1,
2925
2816
  Mythos: Mythos$1,
2926
2817
  Peaq: Peaq$1,
2927
- RobonomicsPolkadot: RobonomicsPolkadot$1,
2928
2818
  PeoplePolkadot: PeoplePolkadot$1,
2929
2819
  Unique: Unique$1,
2930
2820
  Xode: Xode$1,
@@ -2959,10 +2849,8 @@ var configs = {
2959
2849
  EnergyWebXPaseo: EnergyWebXPaseo$1,
2960
2850
  HeimaPaseo: HeimaPaseo$1,
2961
2851
  HydrationPaseo: HydrationPaseo$1,
2962
- KiltPaseo: KiltPaseo$1,
2963
2852
  LaosPaseo: LaosPaseo$1,
2964
2853
  NeuroWebPaseo: NeuroWebPaseo$1,
2965
- PAssetHub: PAssetHub$1,
2966
2854
  PeoplePaseo: PeoplePaseo$1,
2967
2855
  ZeitgeistPaseo: ZeitgeistPaseo$1,
2968
2856
  Polkadot: Polkadot$1,
@@ -12169,53 +12057,6 @@ var Karura = /*#__PURE__*/function (_Acala) {
12169
12057
  return _createClass(Karura);
12170
12058
  }(Acala);
12171
12059
 
12172
- var KiltSpiritnet = /*#__PURE__*/function (_Chain) {
12173
- function KiltSpiritnet() {
12174
- var chain = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'KiltSpiritnet';
12175
- var info = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'kilt';
12176
- var ecosystem = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'Polkadot';
12177
- var version = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : Version.V4;
12178
- _classCallCheck(this, KiltSpiritnet);
12179
- return _callSuper(this, KiltSpiritnet, [chain, info, ecosystem, version]);
12180
- }
12181
- _inherits(KiltSpiritnet, _Chain);
12182
- return _createClass(KiltSpiritnet, [{
12183
- key: "transferPolkadotXCM",
12184
- value: function transferPolkadotXCM(input) {
12185
- var scenario = input.scenario,
12186
- asset = input.assetInfo;
12187
- if (scenario === 'ParaToPara' && asset.symbol !== this.getNativeAssetSymbol()) {
12188
- throw new ScenarioNotSupportedError('KiltSpiritnet only supports native asset ParaToPara transfers');
12189
- }
12190
- return transferPolkadotXcm(input);
12191
- }
12192
- }, {
12193
- key: "isRelayToParaEnabled",
12194
- value: function isRelayToParaEnabled() {
12195
- return false;
12196
- }
12197
- }]);
12198
- }(Chain);
12199
-
12200
- var KiltPaseo = /*#__PURE__*/function (_KiltSpiritnet) {
12201
- function KiltPaseo() {
12202
- _classCallCheck(this, KiltPaseo);
12203
- return _callSuper(this, KiltPaseo, ['KiltPaseo', 'kilt', 'Paseo', Version.V4]);
12204
- }
12205
- _inherits(KiltPaseo, _KiltSpiritnet);
12206
- return _createClass(KiltPaseo, [{
12207
- key: "isSendingTempDisabled",
12208
- value: function isSendingTempDisabled(_options) {
12209
- return true;
12210
- }
12211
- }, {
12212
- key: "isReceivingTempDisabled",
12213
- value: function isReceivingTempDisabled(_scenario) {
12214
- return true;
12215
- }
12216
- }]);
12217
- }(KiltSpiritnet);
12218
-
12219
12060
  var Kintsugi = /*#__PURE__*/function (_Chain) {
12220
12061
  function Kintsugi() {
12221
12062
  _classCallCheck(this, Kintsugi);
@@ -12700,48 +12541,6 @@ var Paseo = /*#__PURE__*/function (_Polkadot) {
12700
12541
  return _createClass(Paseo);
12701
12542
  }(Polkadot);
12702
12543
 
12703
- var PeoplePolkadot = /*#__PURE__*/function (_Chain) {
12704
- function PeoplePolkadot() {
12705
- var chain = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'PeoplePolkadot';
12706
- var info = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'polkadotPeople';
12707
- var ecosystem = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'Polkadot';
12708
- var version = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : Version.V5;
12709
- _classCallCheck(this, PeoplePolkadot);
12710
- return _callSuper(this, PeoplePolkadot, [chain, info, ecosystem, version]);
12711
- }
12712
- _inherits(PeoplePolkadot, _Chain);
12713
- return _createClass(PeoplePolkadot, [{
12714
- key: "transferPolkadotXCM",
12715
- value: function transferPolkadotXCM(input) {
12716
- var scenario = input.scenario,
12717
- destChain = input.destChain;
12718
- if (scenario === 'ParaToPara' && !(destChain !== null && destChain !== void 0 && destChain.startsWith('AssetHub'))) {
12719
- throw new ScenarioNotSupportedError("Unable to use ".concat(this.chain, " for transfers to other Parachains."));
12720
- }
12721
- return transferPolkadotXcm(input);
12722
- }
12723
- }]);
12724
- }(Chain);
12725
-
12726
- var PAssetHub = /*#__PURE__*/function (_PeoplePolkadot) {
12727
- function PAssetHub() {
12728
- _classCallCheck(this, PAssetHub);
12729
- return _callSuper(this, PAssetHub, ['PAssetHub', 'PAssetHub - Contracts', 'Paseo', Version.V5]);
12730
- }
12731
- _inherits(PAssetHub, _PeoplePolkadot);
12732
- return _createClass(PAssetHub, [{
12733
- key: "isSendingTempDisabled",
12734
- value: function isSendingTempDisabled(_options) {
12735
- return true;
12736
- }
12737
- }, {
12738
- key: "isReceivingTempDisabled",
12739
- value: function isReceivingTempDisabled(_scenario) {
12740
- return true;
12741
- }
12742
- }]);
12743
- }(PeoplePolkadot);
12744
-
12745
12544
  var Peaq = /*#__PURE__*/function (_Chain) {
12746
12545
  function Peaq() {
12747
12546
  _classCallCheck(this, Peaq);
@@ -12868,6 +12667,29 @@ var PeopleKusama = /*#__PURE__*/function (_Chain) {
12868
12667
  }]);
12869
12668
  }(Chain);
12870
12669
 
12670
+ var PeoplePolkadot = /*#__PURE__*/function (_Chain) {
12671
+ function PeoplePolkadot() {
12672
+ var chain = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'PeoplePolkadot';
12673
+ var info = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'polkadotPeople';
12674
+ var ecosystem = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'Polkadot';
12675
+ var version = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : Version.V5;
12676
+ _classCallCheck(this, PeoplePolkadot);
12677
+ return _callSuper(this, PeoplePolkadot, [chain, info, ecosystem, version]);
12678
+ }
12679
+ _inherits(PeoplePolkadot, _Chain);
12680
+ return _createClass(PeoplePolkadot, [{
12681
+ key: "transferPolkadotXCM",
12682
+ value: function transferPolkadotXCM(input) {
12683
+ var scenario = input.scenario,
12684
+ destChain = input.destChain;
12685
+ if (scenario === 'ParaToPara' && !(destChain !== null && destChain !== void 0 && destChain.startsWith('AssetHub'))) {
12686
+ throw new ScenarioNotSupportedError("Unable to use ".concat(this.chain, " for transfers to other Parachains."));
12687
+ }
12688
+ return transferPolkadotXcm(input);
12689
+ }
12690
+ }]);
12691
+ }(Chain);
12692
+
12871
12693
  var PeoplePaseo = /*#__PURE__*/function (_PeoplePolkadot) {
12872
12694
  function PeoplePaseo() {
12873
12695
  _classCallCheck(this, PeoplePaseo);
@@ -12905,66 +12727,6 @@ var Quartz = /*#__PURE__*/function (_Chain) {
12905
12727
  }]);
12906
12728
  }(Chain);
12907
12729
 
12908
- var RobonomicsPolkadot = /*#__PURE__*/function (_Chain) {
12909
- function RobonomicsPolkadot() {
12910
- _classCallCheck(this, RobonomicsPolkadot);
12911
- return _callSuper(this, RobonomicsPolkadot, ['RobonomicsPolkadot', 'robonomics', 'Polkadot', Version.V3]);
12912
- }
12913
- _inherits(RobonomicsPolkadot, _Chain);
12914
- return _createClass(RobonomicsPolkadot, [{
12915
- key: "transferPolkadotXCM",
12916
- value: function transferPolkadotXCM(input) {
12917
- var scenario = input.scenario;
12918
- if (scenario === 'ParaToPara') {
12919
- throw new ScenarioNotSupportedError({
12920
- chain: this.chain,
12921
- scenario: scenario
12922
- });
12923
- }
12924
- return transferPolkadotXcm(input, 'limited_reserve_transfer_assets', 'Unlimited');
12925
- }
12926
- }, {
12927
- key: "isReceivingTempDisabled",
12928
- value: function isReceivingTempDisabled(scenario) {
12929
- return scenario !== 'RelayToPara';
12930
- }
12931
- }, {
12932
- key: "transferLocalNonNativeAsset",
12933
- value: function transferLocalNonNativeAsset(options) {
12934
- var api = options.api,
12935
- asset = options.assetInfo,
12936
- address = options.address,
12937
- isAmountAll = options.isAmountAll,
12938
- keepAlive = options.keepAlive;
12939
- assertHasId(asset);
12940
- var assetId = BigInt(asset.assetId);
12941
- var dest = {
12942
- Id: address
12943
- };
12944
- if (isAmountAll) {
12945
- return api.deserializeExtrinsics({
12946
- module: 'Assets',
12947
- method: 'transfer_all',
12948
- params: {
12949
- id: assetId,
12950
- dest: dest,
12951
- keep_alive: keepAlive
12952
- }
12953
- });
12954
- }
12955
- return api.deserializeExtrinsics({
12956
- module: 'Assets',
12957
- method: keepAlive ? 'transfer_keep_alive' : 'transfer',
12958
- params: {
12959
- id: assetId,
12960
- target: dest,
12961
- amount: asset.amount
12962
- }
12963
- });
12964
- }
12965
- }]);
12966
- }(Chain);
12967
-
12968
12730
  var Shiden = /*#__PURE__*/function (_Astar) {
12969
12731
  function Shiden() {
12970
12732
  _classCallCheck(this, Shiden);
@@ -13145,14 +12907,12 @@ var chains = function chains() {
13145
12907
  Jamton: new Jamton(),
13146
12908
  Moonbeam: new Moonbeam(),
13147
12909
  CoretimePolkadot: new CoretimePolkadot(),
13148
- RobonomicsPolkadot: new RobonomicsPolkadot(),
13149
12910
  PeoplePolkadot: new PeoplePolkadot(),
13150
12911
  Manta: new Manta(),
13151
12912
  Nodle: new Nodle(),
13152
12913
  NeuroWeb: new NeuroWeb(),
13153
12914
  Pendulum: new Pendulum(),
13154
12915
  Collectives: new Collectives(),
13155
- KiltSpiritnet: new KiltSpiritnet(),
13156
12916
  Mythos: new Mythos(),
13157
12917
  Peaq: new Peaq(),
13158
12918
  Xode: new Xode(),
@@ -13189,8 +12949,6 @@ var chains = function chains() {
13189
12949
  BridgeHubPaseo: new BridgeHubPaseo(),
13190
12950
  CoretimePaseo: new CoretimePaseo(),
13191
12951
  EnergyWebXPaseo: new EnergyWebXPaseo(),
13192
- KiltPaseo: new KiltPaseo(),
13193
- PAssetHub: new PAssetHub(),
13194
12952
  PeoplePaseo: new PeoplePaseo(),
13195
12953
  AjunaPaseo: new AjunaPaseo(),
13196
12954
  BifrostPaseo: new BifrostPaseo(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-core",
3
- "version": "12.8.0",
3
+ "version": "12.8.1",
4
4
  "description": "SDK core for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,14 +25,14 @@
25
25
  "dependencies": {
26
26
  "@noble/hashes": "^2.0.1",
27
27
  "@scure/base": "^2.0.0",
28
- "viem": "2.45.0",
29
- "@paraspell/pallets": "12.8.0",
30
- "@paraspell/sdk-common": "12.8.0",
31
- "@paraspell/assets": "12.8.0"
28
+ "viem": "2.46.3",
29
+ "@paraspell/assets": "12.8.1",
30
+ "@paraspell/pallets": "12.8.1",
31
+ "@paraspell/sdk-common": "12.8.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/plugin-syntax-import-attributes": "^7.28.6",
35
- "@babel/preset-env": "^7.28.6",
35
+ "@babel/preset-env": "^7.29.0",
36
36
  "@codecov/rollup-plugin": "^1.9.1",
37
37
  "@polkadot/api": "^16.5.4",
38
38
  "@polkadot/types": "^16.5.4",
@@ -40,9 +40,9 @@
40
40
  "@rollup/plugin-json": "^6.1.0",
41
41
  "@rollup/plugin-typescript": "^12.3.0",
42
42
  "@vitest/coverage-v8": "^4.0.18",
43
- "axios": "^1.13.4",
44
- "dotenv": "^17.2.3",
45
- "rollup": "^4.57.0",
43
+ "axios": "^1.13.5",
44
+ "dotenv": "^17.3.1",
45
+ "rollup": "^4.59.0",
46
46
  "rollup-plugin-dts": "^6.3.0",
47
47
  "ts-morph": "^27.0.2",
48
48
  "ts-node": "^10.9.2",