@paraspell/sdk-core 8.5.0 → 8.5.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.
package/dist/index.cjs CHANGED
@@ -607,6 +607,7 @@ var Polkadot$2 = {
607
607
  {
608
608
  symbol: "DOT",
609
609
  decimals: 10,
610
+ isNative: true,
610
611
  existentialDeposit: "10000000000"
611
612
  }
612
613
  ],
@@ -622,6 +623,7 @@ var Kusama$2 = {
622
623
  {
623
624
  symbol: "KSM",
624
625
  decimals: 12,
626
+ isNative: true,
625
627
  existentialDeposit: "333333333"
626
628
  }
627
629
  ],
@@ -636,6 +638,7 @@ var Polimec$3 = {
636
638
  nativeAssets: [
637
639
  {
638
640
  symbol: "PLMC",
641
+ isNative: true,
639
642
  decimals: 10,
640
643
  existentialDeposit: "100000000"
641
644
  }
@@ -700,34 +703,110 @@ var Acala$3 = {
700
703
  supportsDryRunApi: false,
701
704
  nativeAssets: [
702
705
  {
706
+ isNative: true,
703
707
  symbol: "ACA",
704
708
  decimals: 12,
705
- existentialDeposit: "100000000000"
709
+ existentialDeposit: "100000000000",
710
+ multiLocation: {
711
+ parents: 1,
712
+ interior: {
713
+ X2: [
714
+ {
715
+ Parachain: 2000
716
+ },
717
+ {
718
+ GeneralKey: {
719
+ length: 2,
720
+ data: "0x0000000000000000000000000000000000000000000000000000000000000000"
721
+ }
722
+ }
723
+ ]
724
+ }
725
+ }
706
726
  },
707
727
  {
728
+ isNative: true,
708
729
  symbol: "aSEED",
709
730
  decimals: 12,
710
- existentialDeposit: "100000000000"
731
+ existentialDeposit: "100000000000",
732
+ multiLocation: {
733
+ parents: 1,
734
+ interior: {
735
+ X2: [
736
+ {
737
+ Parachain: 2000
738
+ },
739
+ {
740
+ GeneralKey: {
741
+ length: 2,
742
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
743
+ }
744
+ }
745
+ ]
746
+ }
747
+ }
711
748
  },
712
749
  {
750
+ isNative: true,
713
751
  symbol: "TAP",
714
752
  decimals: 12,
715
753
  existentialDeposit: "1000000000000"
716
754
  },
717
755
  {
756
+ isNative: true,
718
757
  symbol: "LcDOT",
719
758
  decimals: 10,
720
- existentialDeposit: "100000000"
759
+ existentialDeposit: "100000000",
760
+ multiLocation: {
761
+ parents: 1,
762
+ interior: {
763
+ X2: [
764
+ {
765
+ Parachain: 2000
766
+ },
767
+ {
768
+ GeneralKey: {
769
+ length: 5,
770
+ data: "0x040d000000000000000000000000000000000000000000000000000000000000"
771
+ }
772
+ }
773
+ ]
774
+ }
775
+ }
721
776
  },
722
777
  {
778
+ isNative: true,
723
779
  symbol: "LDOT",
724
780
  decimals: 10,
725
- existentialDeposit: "500000000"
781
+ existentialDeposit: "500000000",
782
+ multiLocation: {
783
+ parents: 1,
784
+ interior: {
785
+ X2: [
786
+ {
787
+ Parachain: 2000
788
+ },
789
+ {
790
+ GeneralKey: {
791
+ length: 2,
792
+ data: "0x0003000000000000000000000000000000000000000000000000000000000000"
793
+ }
794
+ }
795
+ ]
796
+ }
797
+ }
726
798
  },
727
799
  {
800
+ isNative: true,
728
801
  symbol: "DOT",
729
802
  decimals: 10,
730
- existentialDeposit: "100000000"
803
+ existentialDeposit: "100000000",
804
+ multiLocation: {
805
+ parents: 1,
806
+ interior: {
807
+ Here: null
808
+ }
809
+ }
731
810
  }
732
811
  ],
733
812
  otherAssets: [
@@ -1149,6 +1228,7 @@ var BridgeHubPolkadot$3 = {
1149
1228
  nativeAssets: [
1150
1229
  {
1151
1230
  symbol: "DOT",
1231
+ isNative: true,
1152
1232
  decimals: 10,
1153
1233
  existentialDeposit: "1000000000"
1154
1234
  }
@@ -1164,6 +1244,7 @@ var BridgeHubKusama$3 = {
1164
1244
  nativeAssets: [
1165
1245
  {
1166
1246
  symbol: "KSM",
1247
+ isNative: true,
1167
1248
  decimals: 12,
1168
1249
  existentialDeposit: "33333333"
1169
1250
  }
@@ -1179,6 +1260,7 @@ var Astar$3 = {
1179
1260
  nativeAssets: [
1180
1261
  {
1181
1262
  symbol: "ASTR",
1263
+ isNative: true,
1182
1264
  decimals: 18,
1183
1265
  existentialDeposit: "1000000"
1184
1266
  }
@@ -1791,12 +1873,46 @@ var BifrostPolkadot$3 = {
1791
1873
  {
1792
1874
  symbol: "BNC",
1793
1875
  decimals: 12,
1794
- existentialDeposit: "10000000000"
1876
+ existentialDeposit: "10000000000",
1877
+ isNative: true,
1878
+ multiLocation: {
1879
+ parents: 1,
1880
+ interior: {
1881
+ X2: [
1882
+ {
1883
+ Parachain: 2030
1884
+ },
1885
+ {
1886
+ GeneralKey: {
1887
+ length: 2,
1888
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
1889
+ }
1890
+ }
1891
+ ]
1892
+ }
1893
+ }
1795
1894
  },
1796
1895
  {
1797
1896
  symbol: "vBNC",
1798
1897
  decimals: 12,
1799
- existentialDeposit: "10000000000"
1898
+ existentialDeposit: "10000000000",
1899
+ isNative: true,
1900
+ multiLocation: {
1901
+ parents: 1,
1902
+ interior: {
1903
+ X2: [
1904
+ {
1905
+ Parachain: 2030
1906
+ },
1907
+ {
1908
+ GeneralKey: {
1909
+ length: 2,
1910
+ data: "0x0101000000000000000000000000000000000000000000000000000000000000"
1911
+ }
1912
+ }
1913
+ ]
1914
+ }
1915
+ }
1800
1916
  }
1801
1917
  ],
1802
1918
  otherAssets: [
@@ -2222,6 +2338,7 @@ var Bitgreen$3 = {
2222
2338
  nativeAssets: [
2223
2339
  {
2224
2340
  symbol: "BBB",
2341
+ isNative: true,
2225
2342
  decimals: 18,
2226
2343
  existentialDeposit: "1000000000"
2227
2344
  }
@@ -2237,8 +2354,25 @@ var Centrifuge$3 = {
2237
2354
  nativeAssets: [
2238
2355
  {
2239
2356
  symbol: "CFG",
2357
+ isNative: true,
2240
2358
  decimals: 18,
2241
- existentialDeposit: "1000000000000"
2359
+ existentialDeposit: "1000000000000",
2360
+ multiLocation: {
2361
+ parents: 1,
2362
+ interior: {
2363
+ X2: [
2364
+ {
2365
+ Parachain: 2031
2366
+ },
2367
+ {
2368
+ GeneralKey: {
2369
+ length: 2,
2370
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
2371
+ }
2372
+ }
2373
+ ]
2374
+ }
2375
+ }
2242
2376
  }
2243
2377
  ],
2244
2378
  otherAssets: [
@@ -2541,6 +2675,7 @@ var Subsocial$3 = {
2541
2675
  nativeAssets: [
2542
2676
  {
2543
2677
  symbol: "SUB",
2678
+ isNative: true,
2544
2679
  decimals: 10,
2545
2680
  existentialDeposit: "100000000"
2546
2681
  }
@@ -2556,6 +2691,7 @@ var ComposableFinance$3 = {
2556
2691
  nativeAssets: [
2557
2692
  {
2558
2693
  symbol: "LAYR",
2694
+ isNative: true,
2559
2695
  decimals: 12,
2560
2696
  existentialDeposit: "100000000000"
2561
2697
  }
@@ -2723,8 +2859,22 @@ var Darwinia$3 = {
2723
2859
  nativeAssets: [
2724
2860
  {
2725
2861
  symbol: "RING",
2862
+ isNative: true,
2726
2863
  decimals: 18,
2727
- existentialDeposit: "0"
2864
+ existentialDeposit: "0",
2865
+ multiLocation: {
2866
+ parents: 1,
2867
+ interior: {
2868
+ X2: [
2869
+ {
2870
+ Parachain: 2046
2871
+ },
2872
+ {
2873
+ PalletInstance: 5
2874
+ }
2875
+ ]
2876
+ }
2877
+ }
2728
2878
  }
2729
2879
  ],
2730
2880
  otherAssets: [
@@ -2794,8 +2944,22 @@ var Hydration$3 = {
2794
2944
  nativeAssets: [
2795
2945
  {
2796
2946
  symbol: "HDX",
2947
+ isNative: true,
2797
2948
  decimals: 12,
2798
- existentialDeposit: "1000000000000"
2949
+ existentialDeposit: "1000000000000",
2950
+ multiLocation: {
2951
+ parents: 1,
2952
+ interior: {
2953
+ X2: [
2954
+ {
2955
+ Parachain: 2034
2956
+ },
2957
+ {
2958
+ GeneralIndex: 0
2959
+ }
2960
+ ]
2961
+ }
2962
+ }
2799
2963
  }
2800
2964
  ],
2801
2965
  otherAssets: [
@@ -4130,31 +4294,69 @@ var Interlay$3 = {
4130
4294
  nativeAssets: [
4131
4295
  {
4132
4296
  symbol: "INTR",
4297
+ isNative: true,
4133
4298
  decimals: 10,
4134
- existentialDeposit: "0"
4299
+ existentialDeposit: "0",
4300
+ multiLocation: {
4301
+ parents: 1,
4302
+ interior: {
4303
+ X2: [
4304
+ {
4305
+ Parachain: 2032
4306
+ },
4307
+ {
4308
+ GeneralKey: {
4309
+ length: 2,
4310
+ data: "0x0002000000000000000000000000000000000000000000000000000000000000"
4311
+ }
4312
+ }
4313
+ ]
4314
+ }
4315
+ }
4135
4316
  },
4136
4317
  {
4137
4318
  symbol: "IBTC",
4319
+ isNative: true,
4138
4320
  decimals: 8,
4139
- existentialDeposit: "0"
4321
+ existentialDeposit: "0",
4322
+ multiLocation: {
4323
+ parents: 1,
4324
+ interior: {
4325
+ X2: [
4326
+ {
4327
+ Parachain: 2032
4328
+ },
4329
+ {
4330
+ GeneralKey: {
4331
+ length: 2,
4332
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
4333
+ }
4334
+ }
4335
+ ]
4336
+ }
4337
+ }
4140
4338
  },
4141
4339
  {
4142
4340
  symbol: "DOT",
4341
+ isNative: true,
4143
4342
  decimals: 10,
4144
4343
  existentialDeposit: "0"
4145
4344
  },
4146
4345
  {
4147
4346
  symbol: "KINT",
4347
+ isNative: true,
4148
4348
  decimals: 12,
4149
4349
  existentialDeposit: "0"
4150
4350
  },
4151
4351
  {
4152
4352
  symbol: "KBTC",
4353
+ isNative: true,
4153
4354
  decimals: 8,
4154
4355
  existentialDeposit: "0"
4155
4356
  },
4156
4357
  {
4157
4358
  symbol: "KSM",
4359
+ isNative: true,
4158
4360
  decimals: 12,
4159
4361
  existentialDeposit: "0"
4160
4362
  }
@@ -4507,6 +4709,7 @@ var Litentry$3 = {
4507
4709
  nativeAssets: [
4508
4710
  {
4509
4711
  symbol: "HEI",
4712
+ isNative: true,
4510
4713
  decimals: 18,
4511
4714
  existentialDeposit: "100000000000000000"
4512
4715
  }
@@ -4522,8 +4725,22 @@ var Moonbeam$3 = {
4522
4725
  nativeAssets: [
4523
4726
  {
4524
4727
  symbol: "GLMR",
4728
+ isNative: true,
4525
4729
  decimals: 18,
4526
- existentialDeposit: "0"
4730
+ existentialDeposit: "0",
4731
+ multiLocation: {
4732
+ parents: 1,
4733
+ interior: {
4734
+ X2: [
4735
+ {
4736
+ Parachain: 2004
4737
+ },
4738
+ {
4739
+ PalletInstance: 10
4740
+ }
4741
+ ]
4742
+ }
4743
+ }
4527
4744
  }
4528
4745
  ],
4529
4746
  otherAssets: [
@@ -5516,8 +5733,25 @@ var Parallel$3 = {
5516
5733
  nativeAssets: [
5517
5734
  {
5518
5735
  symbol: "PARA",
5736
+ isNative: true,
5519
5737
  decimals: 12,
5520
- existentialDeposit: "100000000000"
5738
+ existentialDeposit: "100000000000",
5739
+ multiLocation: {
5740
+ parents: 1,
5741
+ interior: {
5742
+ X2: [
5743
+ {
5744
+ Parachain: 2012
5745
+ },
5746
+ {
5747
+ GeneralKey: {
5748
+ length: 4,
5749
+ data: "0x5041524100000000000000000000000000000000000000000000000000000000"
5750
+ }
5751
+ }
5752
+ ]
5753
+ }
5754
+ }
5521
5755
  }
5522
5756
  ],
5523
5757
  otherAssets: [
@@ -5854,6 +6088,7 @@ var AssetHubPolkadot$3 = {
5854
6088
  nativeAssets: [
5855
6089
  {
5856
6090
  symbol: "DOT",
6091
+ isNative: true,
5857
6092
  decimals: 10,
5858
6093
  existentialDeposit: "100000000"
5859
6094
  },
@@ -6340,6 +6575,25 @@ var AssetHubPolkadot$3 = {
6340
6575
  },
6341
6576
  existentialDeposit: "1"
6342
6577
  },
6578
+ {
6579
+ symbol: "ETH",
6580
+ decimals: 18,
6581
+ multiLocation: {
6582
+ parents: 2,
6583
+ interior: {
6584
+ X1: [
6585
+ {
6586
+ GlobalConsensus: {
6587
+ Ethereum: {
6588
+ chainId: 1
6589
+ }
6590
+ }
6591
+ }
6592
+ ]
6593
+ }
6594
+ },
6595
+ existentialDeposit: "15000000000000"
6596
+ },
6343
6597
  {
6344
6598
  symbol: "AJUN",
6345
6599
  decimals: 12,
@@ -6365,24 +6619,41 @@ var Altair$3 = {
6365
6619
  nativeAssets: [
6366
6620
  {
6367
6621
  symbol: "AIR",
6622
+ isNative: true,
6368
6623
  decimals: 18,
6369
- existentialDeposit: "1000000000000"
6370
- }
6371
- ],
6372
- otherAssets: [
6373
- {
6374
- assetId: "3",
6375
- symbol: "KSM",
6376
- decimals: 12,
6624
+ existentialDeposit: "1000000000000",
6377
6625
  multiLocation: {
6378
6626
  parents: 1,
6379
6627
  interior: {
6380
- Here: null
6381
- }
6382
- },
6383
- existentialDeposit: "10000000000"
6384
- },
6385
- {
6628
+ X2: [
6629
+ {
6630
+ Parachain: 2088
6631
+ },
6632
+ {
6633
+ GeneralKey: {
6634
+ length: 2,
6635
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
6636
+ }
6637
+ }
6638
+ ]
6639
+ }
6640
+ }
6641
+ }
6642
+ ],
6643
+ otherAssets: [
6644
+ {
6645
+ assetId: "3",
6646
+ symbol: "KSM",
6647
+ decimals: 12,
6648
+ multiLocation: {
6649
+ parents: 1,
6650
+ interior: {
6651
+ Here: null
6652
+ }
6653
+ },
6654
+ existentialDeposit: "10000000000"
6655
+ },
6656
+ {
6386
6657
  assetId: "1",
6387
6658
  symbol: "USDT",
6388
6659
  decimals: 6,
@@ -6436,6 +6707,7 @@ var Amplitude$3 = {
6436
6707
  nativeAssets: [
6437
6708
  {
6438
6709
  symbol: "AMPE",
6710
+ isNative: true,
6439
6711
  decimals: 12,
6440
6712
  existentialDeposit: "1000000000"
6441
6713
  }
@@ -6469,6 +6741,7 @@ var Bajun$3 = {
6469
6741
  nativeAssets: [
6470
6742
  {
6471
6743
  symbol: "BAJU",
6744
+ isNative: true,
6472
6745
  decimals: 12,
6473
6746
  existentialDeposit: "1000000000"
6474
6747
  }
@@ -6484,6 +6757,7 @@ var Basilisk$3 = {
6484
6757
  nativeAssets: [
6485
6758
  {
6486
6759
  symbol: "BSX",
6760
+ isNative: true,
6487
6761
  decimals: 12,
6488
6762
  existentialDeposit: "1000000000000"
6489
6763
  }
@@ -6699,52 +6973,201 @@ var BifrostKusama$3 = {
6699
6973
  {
6700
6974
  symbol: "BNC",
6701
6975
  decimals: 12,
6702
- existentialDeposit: "10000000000"
6976
+ existentialDeposit: "10000000000",
6977
+ isNative: true,
6978
+ multiLocation: {
6979
+ parents: 1,
6980
+ interior: {
6981
+ X2: [
6982
+ {
6983
+ Parachain: 2001
6984
+ },
6985
+ {
6986
+ GeneralKey: {
6987
+ length: 2,
6988
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
6989
+ }
6990
+ }
6991
+ ]
6992
+ }
6993
+ }
6703
6994
  },
6704
6995
  {
6705
6996
  symbol: "KSM",
6706
6997
  decimals: 12,
6707
- existentialDeposit: "100000000"
6998
+ existentialDeposit: "100000000",
6999
+ isNative: true,
7000
+ multiLocation: {
7001
+ parents: 1,
7002
+ interior: {
7003
+ Here: null
7004
+ }
7005
+ }
6708
7006
  },
6709
7007
  {
6710
7008
  symbol: "RMRK",
6711
7009
  decimals: 10,
6712
- existentialDeposit: "10000"
7010
+ existentialDeposit: "10000",
7011
+ isNative: true,
7012
+ multiLocation: {
7013
+ parents: 1,
7014
+ interior: {
7015
+ X3: [
7016
+ {
7017
+ Parachain: 1000
7018
+ },
7019
+ {
7020
+ PalletInstance: 50
7021
+ },
7022
+ {
7023
+ GeneralIndex: 8
7024
+ }
7025
+ ]
7026
+ }
7027
+ }
6713
7028
  },
6714
7029
  {
6715
7030
  symbol: "vBNC",
6716
7031
  decimals: 12,
6717
- existentialDeposit: "10000000000"
7032
+ existentialDeposit: "10000000000",
7033
+ isNative: true,
7034
+ multiLocation: {
7035
+ parents: 1,
7036
+ interior: {
7037
+ X2: [
7038
+ {
7039
+ Parachain: 2001
7040
+ },
7041
+ {
7042
+ GeneralKey: {
7043
+ length: 2,
7044
+ data: "0x0101000000000000000000000000000000000000000000000000000000000000"
7045
+ }
7046
+ }
7047
+ ]
7048
+ }
7049
+ }
6718
7050
  },
6719
7051
  {
6720
7052
  symbol: "vMOVR",
6721
7053
  decimals: 18,
6722
- existentialDeposit: "1000000000000"
7054
+ existentialDeposit: "1000000000000",
7055
+ isNative: true,
7056
+ multiLocation: {
7057
+ parents: 1,
7058
+ interior: {
7059
+ X2: [
7060
+ {
7061
+ Parachain: 2001
7062
+ },
7063
+ {
7064
+ GeneralKey: {
7065
+ length: 2,
7066
+ data: "0x010a000000000000000000000000000000000000000000000000000000000000"
7067
+ }
7068
+ }
7069
+ ]
7070
+ }
7071
+ }
6723
7072
  },
6724
7073
  {
6725
7074
  symbol: "vKSM",
6726
7075
  decimals: 12,
6727
- existentialDeposit: "100000000"
7076
+ existentialDeposit: "100000000",
7077
+ isNative: true,
7078
+ multiLocation: {
7079
+ parents: 1,
7080
+ interior: {
7081
+ X2: [
7082
+ {
7083
+ Parachain: 2001
7084
+ },
7085
+ {
7086
+ GeneralKey: {
7087
+ length: 2,
7088
+ data: "0x0104000000000000000000000000000000000000000000000000000000000000"
7089
+ }
7090
+ }
7091
+ ]
7092
+ }
7093
+ }
6728
7094
  },
6729
7095
  {
6730
7096
  symbol: "MOVR",
6731
7097
  decimals: 18,
6732
- existentialDeposit: "1000000000000"
7098
+ existentialDeposit: "1000000000000",
7099
+ isNative: true,
7100
+ multiLocation: {
7101
+ parents: 1,
7102
+ interior: {
7103
+ X2: [
7104
+ {
7105
+ Parachain: 2023
7106
+ },
7107
+ {
7108
+ PalletInstance: 10
7109
+ }
7110
+ ]
7111
+ }
7112
+ }
6733
7113
  },
6734
7114
  {
6735
7115
  symbol: "ZLK",
6736
7116
  decimals: 18,
6737
- existentialDeposit: "1000000000000"
7117
+ existentialDeposit: "1000000000000",
7118
+ isNative: true,
7119
+ multiLocation: {
7120
+ parents: 1,
7121
+ interior: {
7122
+ X2: [
7123
+ {
7124
+ Parachain: 2001
7125
+ },
7126
+ {
7127
+ GeneralKey: {
7128
+ length: 2,
7129
+ data: "0x0207000000000000000000000000000000000000000000000000000000000000"
7130
+ }
7131
+ }
7132
+ ]
7133
+ }
7134
+ }
6738
7135
  },
6739
7136
  {
6740
7137
  symbol: "PHA",
6741
7138
  decimals: 12,
6742
- existentialDeposit: "40000000000"
7139
+ existentialDeposit: "40000000000",
7140
+ isNative: true,
7141
+ multiLocation: {
7142
+ parents: 1,
7143
+ interior: {
7144
+ X1: {
7145
+ Parachain: 2004
7146
+ }
7147
+ }
7148
+ }
6743
7149
  },
6744
7150
  {
6745
7151
  symbol: "KAR",
6746
7152
  decimals: 12,
6747
- existentialDeposit: "100000000"
7153
+ existentialDeposit: "100000000",
7154
+ isNative: true,
7155
+ multiLocation: {
7156
+ parents: 1,
7157
+ interior: {
7158
+ X2: [
7159
+ {
7160
+ Parachain: 2000
7161
+ },
7162
+ {
7163
+ GeneralKey: {
7164
+ length: 2,
7165
+ data: "0x0080000000000000000000000000000000000000000000000000000000000000"
7166
+ }
7167
+ }
7168
+ ]
7169
+ }
7170
+ }
6748
7171
  }
6749
7172
  ],
6750
7173
  otherAssets: [
@@ -6860,8 +7283,17 @@ var Calamari$3 = {
6860
7283
  nativeAssets: [
6861
7284
  {
6862
7285
  symbol: "KMA",
7286
+ isNative: true,
6863
7287
  decimals: 12,
6864
- existentialDeposit: "100000000000"
7288
+ existentialDeposit: "100000000000",
7289
+ multiLocation: {
7290
+ parents: 1,
7291
+ interior: {
7292
+ X1: {
7293
+ Parachain: 2084
7294
+ }
7295
+ }
7296
+ }
6865
7297
  }
6866
7298
  ],
6867
7299
  otherAssets: [
@@ -7294,8 +7726,22 @@ var Crab$3 = {
7294
7726
  nativeAssets: [
7295
7727
  {
7296
7728
  symbol: "CRAB",
7729
+ isNative: true,
7297
7730
  decimals: 18,
7298
- existentialDeposit: "0"
7731
+ existentialDeposit: "0",
7732
+ multiLocation: {
7733
+ parents: 1,
7734
+ interior: {
7735
+ X2: [
7736
+ {
7737
+ Parachain: 2105
7738
+ },
7739
+ {
7740
+ PalletInstance: 5
7741
+ }
7742
+ ]
7743
+ }
7744
+ }
7299
7745
  }
7300
7746
  ],
7301
7747
  otherAssets: [
@@ -7315,8 +7761,17 @@ var CrustShadow$3 = {
7315
7761
  nativeAssets: [
7316
7762
  {
7317
7763
  symbol: "CSM",
7764
+ isNative: true,
7318
7765
  decimals: 12,
7319
- existentialDeposit: "100000000000"
7766
+ existentialDeposit: "100000000000",
7767
+ multiLocation: {
7768
+ parents: 1,
7769
+ interior: {
7770
+ X1: {
7771
+ Parachain: 2012
7772
+ }
7773
+ }
7774
+ }
7320
7775
  }
7321
7776
  ],
7322
7777
  otherAssets: [
@@ -7372,6 +7827,7 @@ var Encointer$3 = {
7372
7827
  nativeAssets: [
7373
7828
  {
7374
7829
  symbol: "KSM",
7830
+ isNative: true,
7375
7831
  decimals: 12,
7376
7832
  existentialDeposit: "33333333"
7377
7833
  }
@@ -7387,8 +7843,25 @@ var Imbue$3 = {
7387
7843
  nativeAssets: [
7388
7844
  {
7389
7845
  symbol: "IMBU",
7846
+ isNative: true,
7390
7847
  decimals: 12,
7391
- existentialDeposit: "1000000"
7848
+ existentialDeposit: "1000000",
7849
+ multiLocation: {
7850
+ parents: 1,
7851
+ interior: {
7852
+ X2: [
7853
+ {
7854
+ Parachain: 2121
7855
+ },
7856
+ {
7857
+ GeneralKey: {
7858
+ length: 2,
7859
+ data: "0x0096000000000000000000000000000000000000000000000000000000000000"
7860
+ }
7861
+ }
7862
+ ]
7863
+ }
7864
+ }
7392
7865
  }
7393
7866
  ],
7394
7867
  otherAssets: [
@@ -7402,6 +7875,7 @@ var KiltSpiritnet$3 = {
7402
7875
  nativeAssets: [
7403
7876
  {
7404
7877
  symbol: "KILT",
7878
+ isNative: true,
7405
7879
  decimals: 15,
7406
7880
  existentialDeposit: "10000000000000"
7407
7881
  }
@@ -7418,6 +7892,7 @@ var InvArchTinker$3 = {
7418
7892
  {
7419
7893
  symbol: "TNKR",
7420
7894
  decimals: 12,
7895
+ isNative: true,
7421
7896
  existentialDeposit: "1000000000"
7422
7897
  }
7423
7898
  ],
@@ -7431,11 +7906,13 @@ var Curio$3 = {
7431
7906
  supportsDryRunApi: false,
7432
7907
  nativeAssets: [
7433
7908
  {
7909
+ isNative: true,
7434
7910
  symbol: "CGT",
7435
7911
  decimals: 18,
7436
7912
  existentialDeposit: "10000000000000000"
7437
7913
  },
7438
7914
  {
7915
+ isNative: true,
7439
7916
  symbol: "KSM",
7440
7917
  decimals: 12,
7441
7918
  existentialDeposit: "333333333"
@@ -7475,54 +7952,150 @@ var Karura$3 = {
7475
7952
  supportsDryRunApi: false,
7476
7953
  nativeAssets: [
7477
7954
  {
7955
+ isNative: true,
7478
7956
  symbol: "KAR",
7479
7957
  decimals: 12,
7480
- existentialDeposit: "100000000000"
7958
+ existentialDeposit: "100000000000",
7959
+ multiLocation: {
7960
+ parents: 1,
7961
+ interior: {
7962
+ X2: [
7963
+ {
7964
+ Parachain: 2000
7965
+ },
7966
+ {
7967
+ GeneralKey: {
7968
+ length: 2,
7969
+ data: "0x0080000000000000000000000000000000000000000000000000000000000000"
7970
+ }
7971
+ }
7972
+ ]
7973
+ }
7974
+ }
7481
7975
  },
7482
7976
  {
7977
+ isNative: true,
7483
7978
  symbol: "LKSM",
7484
7979
  decimals: 12,
7485
- existentialDeposit: "500000000"
7980
+ existentialDeposit: "500000000",
7981
+ multiLocation: {
7982
+ parents: 1,
7983
+ interior: {
7984
+ X2: [
7985
+ {
7986
+ Parachain: 2000
7987
+ },
7988
+ {
7989
+ GeneralKey: {
7990
+ length: 2,
7991
+ data: "0x0083000000000000000000000000000000000000000000000000000000000000"
7992
+ }
7993
+ }
7994
+ ]
7995
+ }
7996
+ }
7486
7997
  },
7487
7998
  {
7999
+ isNative: true,
7488
8000
  symbol: "BNC",
7489
8001
  decimals: 12,
7490
8002
  existentialDeposit: "8000000000"
7491
8003
  },
7492
8004
  {
8005
+ isNative: true,
7493
8006
  symbol: "TAI",
7494
8007
  decimals: 12,
7495
8008
  existentialDeposit: "1000000000000"
7496
8009
  },
7497
8010
  {
8011
+ isNative: true,
7498
8012
  symbol: "PHA",
7499
8013
  decimals: 12,
7500
8014
  existentialDeposit: "40000000000"
7501
8015
  },
7502
8016
  {
8017
+ isNative: true,
7503
8018
  symbol: "KINT",
7504
8019
  decimals: 12,
7505
- existentialDeposit: "133330000"
8020
+ existentialDeposit: "133330000",
8021
+ multiLocation: {
8022
+ parents: 1,
8023
+ interior: {
8024
+ X2: [
8025
+ {
8026
+ Parachain: 2092
8027
+ },
8028
+ {
8029
+ GeneralKey: {
8030
+ length: 2,
8031
+ data: "0x000c000000000000000000000000000000000000000000000000000000000000"
8032
+ }
8033
+ }
8034
+ ]
8035
+ }
8036
+ }
7506
8037
  },
7507
8038
  {
8039
+ isNative: true,
7508
8040
  symbol: "VSKSM",
7509
8041
  decimals: 12,
7510
8042
  existentialDeposit: "100000000"
7511
8043
  },
7512
8044
  {
8045
+ isNative: true,
7513
8046
  symbol: "KSM",
7514
8047
  decimals: 12,
7515
- existentialDeposit: "100000000"
8048
+ existentialDeposit: "100000000",
8049
+ multiLocation: {
8050
+ parents: 1,
8051
+ interior: {
8052
+ Here: null
8053
+ }
8054
+ }
7516
8055
  },
7517
8056
  {
8057
+ isNative: true,
7518
8058
  symbol: "aSEED",
7519
8059
  decimals: 12,
7520
- existentialDeposit: "10000000000"
8060
+ existentialDeposit: "10000000000",
8061
+ multiLocation: {
8062
+ parents: 1,
8063
+ interior: {
8064
+ X2: [
8065
+ {
8066
+ Parachain: 2000
8067
+ },
8068
+ {
8069
+ GeneralKey: {
8070
+ length: 2,
8071
+ data: "0x0081000000000000000000000000000000000000000000000000000000000000"
8072
+ }
8073
+ }
8074
+ ]
8075
+ }
8076
+ }
7521
8077
  },
7522
8078
  {
8079
+ isNative: true,
7523
8080
  symbol: "KBTC",
7524
8081
  decimals: 8,
7525
- existentialDeposit: "66"
8082
+ existentialDeposit: "66",
8083
+ multiLocation: {
8084
+ parents: 1,
8085
+ interior: {
8086
+ X2: [
8087
+ {
8088
+ Parachain: 2092
8089
+ },
8090
+ {
8091
+ GeneralKey: {
8092
+ length: 2,
8093
+ data: "0x000b000000000000000000000000000000000000000000000000000000000000"
8094
+ }
8095
+ }
8096
+ ]
8097
+ }
8098
+ }
7526
8099
  }
7527
8100
  ],
7528
8101
  otherAssets: [
@@ -7938,31 +8511,69 @@ var Kintsugi$3 = {
7938
8511
  nativeAssets: [
7939
8512
  {
7940
8513
  symbol: "KINT",
8514
+ isNative: true,
7941
8515
  decimals: 12,
7942
- existentialDeposit: "0"
8516
+ existentialDeposit: "0",
8517
+ multiLocation: {
8518
+ parents: 1,
8519
+ interior: {
8520
+ X2: [
8521
+ {
8522
+ Parachain: 2092
8523
+ },
8524
+ {
8525
+ GeneralKey: {
8526
+ length: 2,
8527
+ data: "0x000c000000000000000000000000000000000000000000000000000000000000"
8528
+ }
8529
+ }
8530
+ ]
8531
+ }
8532
+ }
7943
8533
  },
7944
8534
  {
7945
8535
  symbol: "KBTC",
8536
+ isNative: true,
7946
8537
  decimals: 8,
7947
- existentialDeposit: "0"
8538
+ existentialDeposit: "0",
8539
+ multiLocation: {
8540
+ parents: 1,
8541
+ interior: {
8542
+ X2: [
8543
+ {
8544
+ Parachain: 2092
8545
+ },
8546
+ {
8547
+ GeneralKey: {
8548
+ length: 2,
8549
+ data: "0x000b000000000000000000000000000000000000000000000000000000000000"
8550
+ }
8551
+ }
8552
+ ]
8553
+ }
8554
+ }
7948
8555
  },
7949
8556
  {
7950
8557
  symbol: "KSM",
8558
+ isNative: true,
7951
8559
  decimals: 12,
7952
8560
  existentialDeposit: "0"
7953
8561
  },
7954
8562
  {
7955
8563
  symbol: "INTR",
8564
+ isNative: true,
7956
8565
  decimals: 10,
7957
8566
  existentialDeposit: "0"
7958
8567
  },
7959
8568
  {
7960
8569
  symbol: "IBTC",
8570
+ isNative: true,
7961
8571
  decimals: 8,
7962
8572
  existentialDeposit: "0"
7963
8573
  },
7964
8574
  {
7965
8575
  symbol: "DOT",
8576
+ isNative: true,
7966
8577
  decimals: 10,
7967
8578
  existentialDeposit: "0"
7968
8579
  }
@@ -8105,6 +8716,7 @@ var Litmus = {
8105
8716
  nativeAssets: [
8106
8717
  {
8107
8718
  symbol: "LIT",
8719
+ isNative: true,
8108
8720
  decimals: 18
8109
8721
  }
8110
8722
  ],
@@ -8119,8 +8731,22 @@ var Moonriver$3 = {
8119
8731
  nativeAssets: [
8120
8732
  {
8121
8733
  symbol: "MOVR",
8734
+ isNative: true,
8122
8735
  decimals: 18,
8123
- existentialDeposit: "0"
8736
+ existentialDeposit: "0",
8737
+ multiLocation: {
8738
+ parents: 1,
8739
+ interior: {
8740
+ X2: [
8741
+ {
8742
+ Parachain: 2023
8743
+ },
8744
+ {
8745
+ PalletInstance: 10
8746
+ }
8747
+ ]
8748
+ }
8749
+ }
8124
8750
  }
8125
8751
  ],
8126
8752
  otherAssets: [
@@ -8587,8 +9213,25 @@ var ParallelHeiko$3 = {
8587
9213
  nativeAssets: [
8588
9214
  {
8589
9215
  symbol: "HKO",
9216
+ isNative: true,
8590
9217
  decimals: 12,
8591
- existentialDeposit: "10000000000"
9218
+ existentialDeposit: "10000000000",
9219
+ multiLocation: {
9220
+ parents: 1,
9221
+ interior: {
9222
+ X2: [
9223
+ {
9224
+ Parachain: 2085
9225
+ },
9226
+ {
9227
+ GeneralKey: {
9228
+ length: 3,
9229
+ data: "0x484b4f0000000000000000000000000000000000000000000000000000000000"
9230
+ }
9231
+ }
9232
+ ]
9233
+ }
9234
+ }
8592
9235
  }
8593
9236
  ],
8594
9237
  otherAssets: [
@@ -8779,8 +9422,17 @@ var Picasso$3 = {
8779
9422
  nativeAssets: [
8780
9423
  {
8781
9424
  symbol: "PICA",
9425
+ isNative: true,
8782
9426
  decimals: 12,
8783
- existentialDeposit: "100000000000"
9427
+ existentialDeposit: "100000000000",
9428
+ multiLocation: {
9429
+ parents: 1,
9430
+ interior: {
9431
+ X1: {
9432
+ Parachain: 2087
9433
+ }
9434
+ }
9435
+ }
8784
9436
  }
8785
9437
  ],
8786
9438
  otherAssets: [
@@ -9214,8 +9866,17 @@ var Quartz$3 = {
9214
9866
  nativeAssets: [
9215
9867
  {
9216
9868
  symbol: "QTZ",
9869
+ isNative: true,
9217
9870
  decimals: 18,
9218
- existentialDeposit: "0"
9871
+ existentialDeposit: "0",
9872
+ multiLocation: {
9873
+ parents: 1,
9874
+ interior: {
9875
+ X1: {
9876
+ Parachain: 2095
9877
+ }
9878
+ }
9879
+ }
9219
9880
  }
9220
9881
  ],
9221
9882
  otherAssets: [
@@ -9229,8 +9890,17 @@ var RobonomicsKusama$3 = {
9229
9890
  nativeAssets: [
9230
9891
  {
9231
9892
  symbol: "XRT",
9893
+ isNative: true,
9232
9894
  decimals: 9,
9233
- existentialDeposit: "1000"
9895
+ existentialDeposit: "1000",
9896
+ multiLocation: {
9897
+ parents: 1,
9898
+ interior: {
9899
+ X1: {
9900
+ Parachain: 2048
9901
+ }
9902
+ }
9903
+ }
9234
9904
  }
9235
9905
  ],
9236
9906
  otherAssets: [
@@ -9256,6 +9926,7 @@ var RobonomicsPolkadot$3 = {
9256
9926
  nativeAssets: [
9257
9927
  {
9258
9928
  symbol: "XRT",
9929
+ isNative: true,
9259
9930
  decimals: 9,
9260
9931
  existentialDeposit: "1000"
9261
9932
  }
@@ -9277,6 +9948,7 @@ var PeopleKusama$3 = {
9277
9948
  nativeAssets: [
9278
9949
  {
9279
9950
  symbol: "KSM",
9951
+ isNative: true,
9280
9952
  decimals: 12,
9281
9953
  existentialDeposit: "33333333"
9282
9954
  }
@@ -9292,6 +9964,7 @@ var PeoplePolkadot$3 = {
9292
9964
  nativeAssets: [
9293
9965
  {
9294
9966
  symbol: "DOT",
9967
+ isNative: true,
9295
9968
  decimals: 10,
9296
9969
  existentialDeposit: "1000000000"
9297
9970
  }
@@ -9308,6 +9981,7 @@ var Shiden$3 = {
9308
9981
  {
9309
9982
  symbol: "SDN",
9310
9983
  decimals: 18,
9984
+ isNative: true,
9311
9985
  existentialDeposit: "1000000"
9312
9986
  }
9313
9987
  ],
@@ -9648,6 +10322,7 @@ var AssetHubKusama$3 = {
9648
10322
  nativeAssets: [
9649
10323
  {
9650
10324
  symbol: "KSM",
10325
+ isNative: true,
9651
10326
  decimals: 12,
9652
10327
  existentialDeposit: "3333333"
9653
10328
  },
@@ -9831,6 +10506,7 @@ var CoretimeKusama$3 = {
9831
10506
  nativeAssets: [
9832
10507
  {
9833
10508
  symbol: "KSM",
10509
+ isNative: true,
9834
10510
  decimals: 12,
9835
10511
  existentialDeposit: "33333333"
9836
10512
  }
@@ -9846,6 +10522,7 @@ var CoretimePolkadot$3 = {
9846
10522
  nativeAssets: [
9847
10523
  {
9848
10524
  symbol: "DOT",
10525
+ isNative: true,
9849
10526
  decimals: 10,
9850
10527
  existentialDeposit: "1000000000"
9851
10528
  }
@@ -9861,8 +10538,17 @@ var Turing$3 = {
9861
10538
  nativeAssets: [
9862
10539
  {
9863
10540
  symbol: "TUR",
10541
+ isNative: true,
9864
10542
  decimals: 10,
9865
- existentialDeposit: "100000000"
10543
+ existentialDeposit: "100000000",
10544
+ multiLocation: {
10545
+ parents: 1,
10546
+ interior: {
10547
+ X1: {
10548
+ Parachain: 2114
10549
+ }
10550
+ }
10551
+ }
9866
10552
  }
9867
10553
  ],
9868
10554
  otherAssets: [
@@ -10081,8 +10767,17 @@ var Unique$3 = {
10081
10767
  nativeAssets: [
10082
10768
  {
10083
10769
  symbol: "UNQ",
10770
+ isNative: true,
10084
10771
  decimals: 18,
10085
- existentialDeposit: "0"
10772
+ existentialDeposit: "0",
10773
+ multiLocation: {
10774
+ parents: 1,
10775
+ interior: {
10776
+ X1: {
10777
+ Parachain: 2037
10778
+ }
10779
+ }
10780
+ }
10086
10781
  }
10087
10782
  ],
10088
10783
  otherAssets: [
@@ -10171,6 +10866,7 @@ var Crust$3 = {
10171
10866
  nativeAssets: [
10172
10867
  {
10173
10868
  symbol: "CRU",
10869
+ isNative: true,
10174
10870
  decimals: 12,
10175
10871
  existentialDeposit: "100000000"
10176
10872
  }
@@ -10198,6 +10894,7 @@ var Manta$3 = {
10198
10894
  nativeAssets: [
10199
10895
  {
10200
10896
  symbol: "MANTA",
10897
+ isNative: true,
10201
10898
  decimals: 18,
10202
10899
  existentialDeposit: "100000000000000000"
10203
10900
  }
@@ -10406,6 +11103,7 @@ var Nodle$3 = {
10406
11103
  {
10407
11104
  symbol: "NODL",
10408
11105
  decimals: 11,
11106
+ isNative: true,
10409
11107
  existentialDeposit: "10000"
10410
11108
  }
10411
11109
  ],
@@ -10420,8 +11118,22 @@ var NeuroWeb$3 = {
10420
11118
  nativeAssets: [
10421
11119
  {
10422
11120
  symbol: "NEURO",
11121
+ isNative: true,
10423
11122
  decimals: 12,
10424
- existentialDeposit: "1000000000000"
11123
+ existentialDeposit: "1000000000000",
11124
+ multiLocation: {
11125
+ parents: 1,
11126
+ interior: {
11127
+ X2: [
11128
+ {
11129
+ Parachain: 2043
11130
+ },
11131
+ {
11132
+ PalletInstance: 10
11133
+ }
11134
+ ]
11135
+ }
11136
+ }
10425
11137
  }
10426
11138
  ],
10427
11139
  otherAssets: [
@@ -10441,8 +11153,22 @@ var Pendulum$3 = {
10441
11153
  nativeAssets: [
10442
11154
  {
10443
11155
  symbol: "PEN",
11156
+ isNative: true,
10444
11157
  decimals: 12,
10445
- existentialDeposit: "1000000000"
11158
+ existentialDeposit: "1000000000",
11159
+ multiLocation: {
11160
+ parents: 1,
11161
+ interior: {
11162
+ X2: [
11163
+ {
11164
+ Parachain: 2094
11165
+ },
11166
+ {
11167
+ PalletInstance: 10
11168
+ }
11169
+ ]
11170
+ }
11171
+ }
10446
11172
  }
10447
11173
  ],
10448
11174
  otherAssets: [
@@ -10593,6 +11319,31 @@ var Pendulum$3 = {
10593
11319
  },
10594
11320
  existentialDeposit: "1000"
10595
11321
  },
11322
+ {
11323
+ assetId: "13",
11324
+ symbol: "BRLA",
11325
+ decimals: 18,
11326
+ multiLocation: {
11327
+ parents: 1,
11328
+ interior: {
11329
+ X3: [
11330
+ {
11331
+ Parachain: 2004
11332
+ },
11333
+ {
11334
+ PalletInstance: 110
11335
+ },
11336
+ {
11337
+ AccountKey20: {
11338
+ network: null,
11339
+ key: "0xfeb25f3fddad13f82c4d6dbc1481516f62236429"
11340
+ }
11341
+ }
11342
+ ]
11343
+ }
11344
+ },
11345
+ existentialDeposit: "1000"
11346
+ },
10596
11347
  {
10597
11348
  assetId: "9",
10598
11349
  symbol: "ASTR",
@@ -10694,8 +11445,25 @@ var Zeitgeist$3 = {
10694
11445
  nativeAssets: [
10695
11446
  {
10696
11447
  symbol: "ZTG",
11448
+ isNative: true,
10697
11449
  decimals: 10,
10698
- existentialDeposit: "50000000"
11450
+ existentialDeposit: "50000000",
11451
+ multiLocation: {
11452
+ parents: 1,
11453
+ interior: {
11454
+ X2: [
11455
+ {
11456
+ Parachain: 2092
11457
+ },
11458
+ {
11459
+ GeneralKey: {
11460
+ length: 2,
11461
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
11462
+ }
11463
+ }
11464
+ ]
11465
+ }
11466
+ }
10699
11467
  }
10700
11468
  ],
10701
11469
  otherAssets: [
@@ -10789,6 +11557,7 @@ var Collectives$3 = {
10789
11557
  nativeAssets: [
10790
11558
  {
10791
11559
  symbol: "DOT",
11560
+ isNative: true,
10792
11561
  decimals: 10,
10793
11562
  existentialDeposit: "1000000000"
10794
11563
  }
@@ -10804,8 +11573,17 @@ var Phala$3 = {
10804
11573
  nativeAssets: [
10805
11574
  {
10806
11575
  symbol: "PHA",
11576
+ isNative: true,
10807
11577
  decimals: 12,
10808
- existentialDeposit: "10000000000"
11578
+ existentialDeposit: "10000000000",
11579
+ multiLocation: {
11580
+ parents: 1,
11581
+ interior: {
11582
+ X1: {
11583
+ Parachain: 2035
11584
+ }
11585
+ }
11586
+ }
10809
11587
  }
10810
11588
  ],
10811
11589
  otherAssets: [
@@ -11113,6 +11891,7 @@ var Ethereum = {
11113
11891
  nativeAssetSymbol: "ETH",
11114
11892
  nativeAssets: [
11115
11893
  {
11894
+ isNative: true,
11116
11895
  symbol: "ETH",
11117
11896
  decimals: 18
11118
11897
  }
@@ -11429,6 +12208,7 @@ var Khala$3 = {
11429
12208
  {
11430
12209
  symbol: "PHA",
11431
12210
  decimals: 12,
12211
+ isNative: true,
11432
12212
  existentialDeposit: "10000000000"
11433
12213
  }
11434
12214
  ],
@@ -11746,6 +12526,7 @@ var Mythos$3 = {
11746
12526
  nativeAssets: [
11747
12527
  {
11748
12528
  symbol: "MYTH",
12529
+ isNative: true,
11749
12530
  decimals: 18,
11750
12531
  existentialDeposit: "10000000000000000"
11751
12532
  }
@@ -11761,6 +12542,7 @@ var Peaq$3 = {
11761
12542
  nativeAssets: [
11762
12543
  {
11763
12544
  symbol: "PEAQ",
12545
+ isNative: true,
11764
12546
  decimals: 18,
11765
12547
  existentialDeposit: "0"
11766
12548
  }
@@ -11994,7 +12776,7 @@ var NODES_WITH_RELAY_CHAINS_DOT_KSM = [].concat(NODE_NAMES_DOT_KSM, ['Polkadot',
11994
12776
  var SUPPORTED_PALLETS = ['XTokens', 'OrmlXTokens', 'PolkadotXcm', 'RelayerXcm', 'XTransfer', 'XcmPallet'];
11995
12777
 
11996
12778
  var isForeignAsset = function isForeignAsset(asset) {
11997
- return _typeof(asset) === 'object' && asset !== null && ('assetId' in asset || 'multiLocation' in asset || 'xcmInterior' in asset);
12779
+ return _typeof(asset) === 'object' && asset !== null && ('assetId' in asset || 'multiLocation' in asset || 'xcmInterior' in asset) && !('isNative' in asset);
11998
12780
  };
11999
12781
 
12000
12782
  var isSymbolSpecifier = function isSymbolSpecifier(currencySymbolValue) {
@@ -13932,7 +14714,7 @@ var generateAddressPayload = function generateAddressPayload(api, scenario, pall
13932
14714
  AccountId32: _objectSpread2(_objectSpread2({}, version === exports.Version.V1 && {
13933
14715
  network: 'any'
13934
14716
  }), {}, {
13935
- id: api.createAccountId(recipientAddress)
14717
+ id: api.accountToHex(recipientAddress)
13936
14718
  })
13937
14719
  })
13938
14720
  });
@@ -13953,7 +14735,7 @@ var generateAddressPayload = function generateAddressPayload(api, scenario, pall
13953
14735
  AccountId32: _objectSpread2(_objectSpread2({}, (version === exports.Version.V1 || version === exports.Version.V2) && {
13954
14736
  network: 'any'
13955
14737
  }), {}, {
13956
- id: api.createAccountId(recipientAddress)
14738
+ id: api.accountToHex(recipientAddress)
13957
14739
  })
13958
14740
  }]
13959
14741
  }
@@ -13972,7 +14754,7 @@ var generateAddressPayload = function generateAddressPayload(api, scenario, pall
13972
14754
  AccountId32: _objectSpread2(_objectSpread2({}, (version === exports.Version.V1 || version === exports.Version.V2) && {
13973
14755
  network: 'any'
13974
14756
  }), {}, {
13975
- id: api.createAccountId(recipientAddress)
14757
+ id: api.accountToHex(recipientAddress)
13976
14758
  })
13977
14759
  })
13978
14760
  });
@@ -13985,7 +14767,7 @@ var generateAddressPayload = function generateAddressPayload(api, scenario, pall
13985
14767
  }
13986
14768
  } : {
13987
14769
  AccountId32: {
13988
- id: api.createAccountId(recipientAddress)
14770
+ id: api.accountToHex(recipientAddress)
13989
14771
  }
13990
14772
  })
13991
14773
  });
@@ -15113,7 +15895,7 @@ var generateAddressMultiLocationV4 = function generateAddressMultiLocationV4(api
15113
15895
  }
15114
15896
  } : {
15115
15897
  AccountId32: {
15116
- id: api.createAccountId(address),
15898
+ id: api.accountToHex(address),
15117
15899
  network: null
15118
15900
  }
15119
15901
  }]
@@ -15891,7 +16673,7 @@ var getDestination = function getDestination(_ref) {
15891
16673
  }
15892
16674
  } : {
15893
16675
  AccountId32: {
15894
- id: api.createAccountId(recipientAddress)
16676
+ id: api.accountToHex(recipientAddress)
15895
16677
  }
15896
16678
  };
15897
16679
  return {
@@ -16650,8 +17432,9 @@ var getAssetBySymbolOrId = function getAssetBySymbolOrId(node, currency, destina
16650
17432
  asset = findAssetBySymbol(node, destination, otherAssets, nativeAssets, currency.symbol);
16651
17433
  }
16652
17434
  } else if ('multilocation' in currency && !isOverrideMultiLocationSpecifier(currency.multilocation)) {
17435
+ var _findAssetByMultiLoca;
16653
17436
  var resolvedAssets = isEthereumDestination ? getEthereumAssets() : otherAssets;
16654
- asset = findAssetByMultiLocation(resolvedAssets, currency.multilocation);
17437
+ asset = (_findAssetByMultiLoca = findAssetByMultiLocation(resolvedAssets, currency.multilocation)) !== null && _findAssetByMultiLoca !== undefined ? _findAssetByMultiLoca : findAssetByMultiLocation(nativeAssets, currency.multilocation);
16655
17438
  } else if ('id' in currency) {
16656
17439
  if (isEthereumDestination) {
16657
17440
  var _findAssetById;
@@ -18053,7 +18836,7 @@ var buildBeneficiaryInput = function buildBeneficiaryInput(api, address) {
18053
18836
  }
18054
18837
  } : {
18055
18838
  AccountId32: {
18056
- id: api.createAccountId(address)
18839
+ id: api.accountToHex(address)
18057
18840
  }
18058
18841
  }
18059
18842
  }
@@ -19059,7 +19842,7 @@ var shuffleArray = function shuffleArray(array) {
19059
19842
  };
19060
19843
 
19061
19844
  var shuffleWsProviders = function shuffleWsProviders(node, wsProviders) {
19062
- var ALLOWED_NODES = ['Hydration'];
19845
+ var ALLOWED_NODES = ['Hydration', 'Acala'];
19063
19846
  if (ALLOWED_NODES.includes(node)) {
19064
19847
  return shuffleArray(wsProviders);
19065
19848
  }