@paraspell/assets 11.7.0 → 11.8.0
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 +435 -26
- package/dist/index.mjs +435 -26
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -885,8 +885,8 @@ var Ajuna = {
|
|
|
885
885
|
nativeAssetSymbol: "AJUN",
|
|
886
886
|
isEVM: false,
|
|
887
887
|
ss58Prefix: 1328,
|
|
888
|
-
supportsDryRunApi:
|
|
889
|
-
supportsXcmPaymentApi:
|
|
888
|
+
supportsDryRunApi: true,
|
|
889
|
+
supportsXcmPaymentApi: true,
|
|
890
890
|
nativeAssets: [
|
|
891
891
|
{
|
|
892
892
|
symbol: "AJUN",
|
|
@@ -916,7 +916,8 @@ var Ajuna = {
|
|
|
916
916
|
interior: {
|
|
917
917
|
Here: null
|
|
918
918
|
}
|
|
919
|
-
}
|
|
919
|
+
},
|
|
920
|
+
isFeeAsset: true
|
|
920
921
|
},
|
|
921
922
|
{
|
|
922
923
|
assetId: "847713",
|
|
@@ -2861,6 +2862,68 @@ var Subsocial = {
|
|
|
2861
2862
|
otherAssets: [
|
|
2862
2863
|
]
|
|
2863
2864
|
};
|
|
2865
|
+
var Xode = {
|
|
2866
|
+
relaychainSymbol: "DOT",
|
|
2867
|
+
nativeAssetSymbol: "XON",
|
|
2868
|
+
isEVM: false,
|
|
2869
|
+
ss58Prefix: 280,
|
|
2870
|
+
supportsDryRunApi: false,
|
|
2871
|
+
supportsXcmPaymentApi: false,
|
|
2872
|
+
nativeAssets: [
|
|
2873
|
+
{
|
|
2874
|
+
symbol: "XON",
|
|
2875
|
+
isNative: true,
|
|
2876
|
+
decimals: 12,
|
|
2877
|
+
existentialDeposit: "1000000000",
|
|
2878
|
+
location: {
|
|
2879
|
+
parents: 1,
|
|
2880
|
+
interior: {
|
|
2881
|
+
X1: [
|
|
2882
|
+
{
|
|
2883
|
+
Parachain: 3417
|
|
2884
|
+
}
|
|
2885
|
+
]
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2889
|
+
],
|
|
2890
|
+
otherAssets: [
|
|
2891
|
+
{
|
|
2892
|
+
assetId: "1984",
|
|
2893
|
+
symbol: "USDT",
|
|
2894
|
+
decimals: 6,
|
|
2895
|
+
existentialDeposit: "10000",
|
|
2896
|
+
location: {
|
|
2897
|
+
parents: 1,
|
|
2898
|
+
interior: {
|
|
2899
|
+
X3: [
|
|
2900
|
+
{
|
|
2901
|
+
Parachain: 1000
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
PalletInstance: 50
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
GeneralIndex: 1984
|
|
2908
|
+
}
|
|
2909
|
+
]
|
|
2910
|
+
}
|
|
2911
|
+
}
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
assetId: "100000000",
|
|
2915
|
+
symbol: "DOT",
|
|
2916
|
+
decimals: 10,
|
|
2917
|
+
existentialDeposit: "10000000000",
|
|
2918
|
+
location: {
|
|
2919
|
+
parents: 1,
|
|
2920
|
+
interior: {
|
|
2921
|
+
Here: null
|
|
2922
|
+
}
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
]
|
|
2926
|
+
};
|
|
2864
2927
|
var ComposableFinance = {
|
|
2865
2928
|
relaychainSymbol: "DOT",
|
|
2866
2929
|
nativeAssetSymbol: "LAYR",
|
|
@@ -3243,12 +3306,6 @@ var Hydration = {
|
|
|
3243
3306
|
},
|
|
3244
3307
|
isFeeAsset: true
|
|
3245
3308
|
},
|
|
3246
|
-
{
|
|
3247
|
-
assetId: "0",
|
|
3248
|
-
symbol: "HDX",
|
|
3249
|
-
decimals: 12,
|
|
3250
|
-
existentialDeposit: "1000000000000"
|
|
3251
|
-
},
|
|
3252
3309
|
{
|
|
3253
3310
|
assetId: "10",
|
|
3254
3311
|
symbol: "USDT",
|
|
@@ -4922,7 +4979,7 @@ var IntegriteePolkadot = {
|
|
|
4922
4979
|
interior: {
|
|
4923
4980
|
X1: [
|
|
4924
4981
|
{
|
|
4925
|
-
Parachain:
|
|
4982
|
+
Parachain: 2039
|
|
4926
4983
|
}
|
|
4927
4984
|
]
|
|
4928
4985
|
}
|
|
@@ -5676,6 +5733,31 @@ var Moonbeam = {
|
|
|
5676
5733
|
}
|
|
5677
5734
|
}
|
|
5678
5735
|
},
|
|
5736
|
+
{
|
|
5737
|
+
symbol: "MOVR.mr",
|
|
5738
|
+
decimals: 18,
|
|
5739
|
+
existentialDeposit: "1",
|
|
5740
|
+
assetId: "112675423039561305557350799263187182338",
|
|
5741
|
+
location: {
|
|
5742
|
+
parents: 2,
|
|
5743
|
+
interior: {
|
|
5744
|
+
X3: [
|
|
5745
|
+
{
|
|
5746
|
+
GlobalConsensus: {
|
|
5747
|
+
kusama: null
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
Parachain: 2023
|
|
5752
|
+
},
|
|
5753
|
+
{
|
|
5754
|
+
PalletInstance: 10
|
|
5755
|
+
}
|
|
5756
|
+
]
|
|
5757
|
+
}
|
|
5758
|
+
},
|
|
5759
|
+
isFeeAsset: true
|
|
5760
|
+
},
|
|
5679
5761
|
{
|
|
5680
5762
|
symbol: "xcibcMOVR",
|
|
5681
5763
|
decimals: 18,
|
|
@@ -8280,18 +8362,50 @@ var Amplitude = {
|
|
|
8280
8362
|
assetId: "2",
|
|
8281
8363
|
symbol: "PICA",
|
|
8282
8364
|
decimals: 12,
|
|
8365
|
+
location: {
|
|
8366
|
+
parents: 1,
|
|
8367
|
+
interior: {
|
|
8368
|
+
X1: [
|
|
8369
|
+
{
|
|
8370
|
+
Parachain: 2087
|
|
8371
|
+
}
|
|
8372
|
+
]
|
|
8373
|
+
}
|
|
8374
|
+
},
|
|
8283
8375
|
existentialDeposit: "1000"
|
|
8284
8376
|
},
|
|
8285
8377
|
{
|
|
8286
8378
|
assetId: "1",
|
|
8287
8379
|
symbol: "USDT",
|
|
8288
8380
|
decimals: 6,
|
|
8381
|
+
location: {
|
|
8382
|
+
parents: 1,
|
|
8383
|
+
interior: {
|
|
8384
|
+
X3: [
|
|
8385
|
+
{
|
|
8386
|
+
Parachain: 1000
|
|
8387
|
+
},
|
|
8388
|
+
{
|
|
8389
|
+
PalletInstance: 50
|
|
8390
|
+
},
|
|
8391
|
+
{
|
|
8392
|
+
GeneralIndex: 1984
|
|
8393
|
+
}
|
|
8394
|
+
]
|
|
8395
|
+
}
|
|
8396
|
+
},
|
|
8289
8397
|
existentialDeposit: "1000"
|
|
8290
8398
|
},
|
|
8291
8399
|
{
|
|
8292
8400
|
assetId: "0",
|
|
8293
8401
|
symbol: "KSM",
|
|
8294
8402
|
decimals: 12,
|
|
8403
|
+
location: {
|
|
8404
|
+
parents: 1,
|
|
8405
|
+
interior: {
|
|
8406
|
+
Here: null
|
|
8407
|
+
}
|
|
8408
|
+
},
|
|
8295
8409
|
existentialDeposit: "1000"
|
|
8296
8410
|
}
|
|
8297
8411
|
]
|
|
@@ -8501,12 +8615,6 @@ var Basilisk = {
|
|
|
8501
8615
|
existentialDeposit: "6230529595016",
|
|
8502
8616
|
isFeeAsset: true
|
|
8503
8617
|
},
|
|
8504
|
-
{
|
|
8505
|
-
assetId: "0",
|
|
8506
|
-
symbol: "BSX",
|
|
8507
|
-
decimals: 12,
|
|
8508
|
-
existentialDeposit: "1000000000000"
|
|
8509
|
-
},
|
|
8510
8618
|
{
|
|
8511
8619
|
assetId: "6",
|
|
8512
8620
|
symbol: "TNKR",
|
|
@@ -9036,42 +9144,136 @@ var CrustShadow = {
|
|
|
9036
9144
|
assetId: "16797826370226091782818345603793389938",
|
|
9037
9145
|
symbol: "SDN",
|
|
9038
9146
|
decimals: 18,
|
|
9147
|
+
location: {
|
|
9148
|
+
parents: 1,
|
|
9149
|
+
interior: {
|
|
9150
|
+
X1: [
|
|
9151
|
+
{
|
|
9152
|
+
Parachain: 2007
|
|
9153
|
+
}
|
|
9154
|
+
]
|
|
9155
|
+
}
|
|
9156
|
+
},
|
|
9039
9157
|
existentialDeposit: "1000000"
|
|
9040
9158
|
},
|
|
9041
9159
|
{
|
|
9042
9160
|
assetId: "108036400430056508975016746969135344601",
|
|
9043
9161
|
symbol: "XRT",
|
|
9044
9162
|
decimals: 9,
|
|
9163
|
+
location: {
|
|
9164
|
+
parents: 1,
|
|
9165
|
+
interior: {
|
|
9166
|
+
X1: [
|
|
9167
|
+
{
|
|
9168
|
+
Parachain: 2048
|
|
9169
|
+
}
|
|
9170
|
+
]
|
|
9171
|
+
}
|
|
9172
|
+
},
|
|
9045
9173
|
existentialDeposit: "1"
|
|
9046
9174
|
},
|
|
9047
9175
|
{
|
|
9048
9176
|
assetId: "173481220575862801646329923366065693029",
|
|
9049
9177
|
symbol: "CRAB",
|
|
9050
9178
|
decimals: 18,
|
|
9179
|
+
location: {
|
|
9180
|
+
parents: 1,
|
|
9181
|
+
interior: {
|
|
9182
|
+
X2: [
|
|
9183
|
+
{
|
|
9184
|
+
Parachain: 2105
|
|
9185
|
+
},
|
|
9186
|
+
{
|
|
9187
|
+
PalletInstance: 5
|
|
9188
|
+
}
|
|
9189
|
+
]
|
|
9190
|
+
}
|
|
9191
|
+
},
|
|
9051
9192
|
existentialDeposit: "1"
|
|
9052
9193
|
},
|
|
9053
9194
|
{
|
|
9054
9195
|
assetId: "214920334981412447805621250067209749032",
|
|
9055
9196
|
symbol: "AUSD",
|
|
9056
9197
|
decimals: 12,
|
|
9198
|
+
location: {
|
|
9199
|
+
parents: 1,
|
|
9200
|
+
interior: {
|
|
9201
|
+
X2: [
|
|
9202
|
+
{
|
|
9203
|
+
Parachain: 2000
|
|
9204
|
+
},
|
|
9205
|
+
{
|
|
9206
|
+
GeneralKey: {
|
|
9207
|
+
length: 2,
|
|
9208
|
+
data: "0x0081000000000000000000000000000000000000000000000000000000000000"
|
|
9209
|
+
}
|
|
9210
|
+
}
|
|
9211
|
+
]
|
|
9212
|
+
}
|
|
9213
|
+
},
|
|
9057
9214
|
existentialDeposit: "1"
|
|
9058
9215
|
},
|
|
9059
9216
|
{
|
|
9060
9217
|
assetId: "232263652204149413431520870009560565298",
|
|
9061
9218
|
symbol: "MOVR",
|
|
9062
9219
|
decimals: 18,
|
|
9220
|
+
location: {
|
|
9221
|
+
parents: 1,
|
|
9222
|
+
interior: {
|
|
9223
|
+
X2: [
|
|
9224
|
+
{
|
|
9225
|
+
Parachain: 2023
|
|
9226
|
+
},
|
|
9227
|
+
{
|
|
9228
|
+
PalletInstance: 10
|
|
9229
|
+
}
|
|
9230
|
+
]
|
|
9231
|
+
}
|
|
9232
|
+
},
|
|
9063
9233
|
existentialDeposit: "1000000"
|
|
9064
9234
|
},
|
|
9065
9235
|
{
|
|
9066
9236
|
assetId: "10810581592933651521121702237638664357",
|
|
9067
9237
|
symbol: "KAR",
|
|
9068
9238
|
decimals: 12,
|
|
9239
|
+
location: {
|
|
9240
|
+
parents: 1,
|
|
9241
|
+
interior: {
|
|
9242
|
+
X2: [
|
|
9243
|
+
{
|
|
9244
|
+
Parachain: 2000
|
|
9245
|
+
},
|
|
9246
|
+
{
|
|
9247
|
+
GeneralKey: {
|
|
9248
|
+
length: 2,
|
|
9249
|
+
data: "0x0080000000000000000000000000000000000000000000000000000000000000"
|
|
9250
|
+
}
|
|
9251
|
+
}
|
|
9252
|
+
]
|
|
9253
|
+
}
|
|
9254
|
+
},
|
|
9069
9255
|
existentialDeposit: "1"
|
|
9070
9256
|
},
|
|
9071
9257
|
{
|
|
9072
9258
|
assetId: "319623561105283008236062145480775032445",
|
|
9073
9259
|
symbol: "BNC",
|
|
9074
9260
|
decimals: 12,
|
|
9261
|
+
location: {
|
|
9262
|
+
parents: 1,
|
|
9263
|
+
interior: {
|
|
9264
|
+
X2: [
|
|
9265
|
+
{
|
|
9266
|
+
Parachain: 2001
|
|
9267
|
+
},
|
|
9268
|
+
{
|
|
9269
|
+
GeneralKey: {
|
|
9270
|
+
length: 2,
|
|
9271
|
+
data: "0x0001000000000000000000000000000000000000000000000000000000000000"
|
|
9272
|
+
}
|
|
9273
|
+
}
|
|
9274
|
+
]
|
|
9275
|
+
}
|
|
9276
|
+
},
|
|
9075
9277
|
existentialDeposit: "1"
|
|
9076
9278
|
}
|
|
9077
9279
|
]
|
|
@@ -9235,24 +9437,85 @@ var Curio = {
|
|
|
9235
9437
|
assetId: "0",
|
|
9236
9438
|
symbol: "BSX",
|
|
9237
9439
|
decimals: 12,
|
|
9440
|
+
location: {
|
|
9441
|
+
parents: 1,
|
|
9442
|
+
interior: {
|
|
9443
|
+
X2: [
|
|
9444
|
+
{
|
|
9445
|
+
Parachain: 2090
|
|
9446
|
+
},
|
|
9447
|
+
{
|
|
9448
|
+
GeneralIndex: 0
|
|
9449
|
+
}
|
|
9450
|
+
]
|
|
9451
|
+
}
|
|
9452
|
+
},
|
|
9238
9453
|
existentialDeposit: "1000000000000"
|
|
9239
9454
|
},
|
|
9240
9455
|
{
|
|
9241
9456
|
assetId: "2",
|
|
9242
9457
|
symbol: "VAL",
|
|
9243
9458
|
decimals: 18,
|
|
9459
|
+
location: {
|
|
9460
|
+
parents: 1,
|
|
9461
|
+
interior: {
|
|
9462
|
+
X2: [
|
|
9463
|
+
{
|
|
9464
|
+
Parachain: 2011
|
|
9465
|
+
},
|
|
9466
|
+
{
|
|
9467
|
+
GeneralKey: {
|
|
9468
|
+
length: 32,
|
|
9469
|
+
data: "0x0200040000000000000000000000000000000000000000000000000000000000"
|
|
9470
|
+
}
|
|
9471
|
+
}
|
|
9472
|
+
]
|
|
9473
|
+
}
|
|
9474
|
+
},
|
|
9244
9475
|
existentialDeposit: "1000000000000000"
|
|
9245
9476
|
},
|
|
9246
9477
|
{
|
|
9247
9478
|
assetId: "3",
|
|
9248
9479
|
symbol: "PSWAP",
|
|
9249
9480
|
decimals: 18,
|
|
9481
|
+
location: {
|
|
9482
|
+
parents: 1,
|
|
9483
|
+
interior: {
|
|
9484
|
+
X2: [
|
|
9485
|
+
{
|
|
9486
|
+
Parachain: 2011
|
|
9487
|
+
},
|
|
9488
|
+
{
|
|
9489
|
+
GeneralKey: {
|
|
9490
|
+
length: 32,
|
|
9491
|
+
data: "0x0200050000000000000000000000000000000000000000000000000000000000"
|
|
9492
|
+
}
|
|
9493
|
+
}
|
|
9494
|
+
]
|
|
9495
|
+
}
|
|
9496
|
+
},
|
|
9250
9497
|
existentialDeposit: "1000000000000000000"
|
|
9251
9498
|
},
|
|
9252
9499
|
{
|
|
9253
9500
|
assetId: "1",
|
|
9254
9501
|
symbol: "XOR",
|
|
9255
9502
|
decimals: 18,
|
|
9503
|
+
location: {
|
|
9504
|
+
parents: 1,
|
|
9505
|
+
interior: {
|
|
9506
|
+
X2: [
|
|
9507
|
+
{
|
|
9508
|
+
Parachain: 2011
|
|
9509
|
+
},
|
|
9510
|
+
{
|
|
9511
|
+
GeneralKey: {
|
|
9512
|
+
length: 32,
|
|
9513
|
+
data: "0x0200000000000000000000000000000000000000000000000000000000000000"
|
|
9514
|
+
}
|
|
9515
|
+
}
|
|
9516
|
+
]
|
|
9517
|
+
}
|
|
9518
|
+
},
|
|
9256
9519
|
existentialDeposit: "1000000000000000"
|
|
9257
9520
|
}
|
|
9258
9521
|
]
|
|
@@ -10128,6 +10391,37 @@ var Moonriver = {
|
|
|
10128
10391
|
},
|
|
10129
10392
|
isFeeAsset: true
|
|
10130
10393
|
},
|
|
10394
|
+
{
|
|
10395
|
+
symbol: "xcUSDT.mb",
|
|
10396
|
+
decimals: 6,
|
|
10397
|
+
existentialDeposit: "1",
|
|
10398
|
+
assetId: "264528715839624829046161791069655377682",
|
|
10399
|
+
location: {
|
|
10400
|
+
parents: 2,
|
|
10401
|
+
interior: {
|
|
10402
|
+
X4: [
|
|
10403
|
+
{
|
|
10404
|
+
GlobalConsensus: {
|
|
10405
|
+
polkadot: null
|
|
10406
|
+
}
|
|
10407
|
+
},
|
|
10408
|
+
{
|
|
10409
|
+
Parachain: 2004
|
|
10410
|
+
},
|
|
10411
|
+
{
|
|
10412
|
+
PalletInstance: 110
|
|
10413
|
+
},
|
|
10414
|
+
{
|
|
10415
|
+
AccountKey20: {
|
|
10416
|
+
network: null,
|
|
10417
|
+
key: "0xffffffffea09fb06d082fd1275cd48b191cbcd1d"
|
|
10418
|
+
}
|
|
10419
|
+
}
|
|
10420
|
+
]
|
|
10421
|
+
}
|
|
10422
|
+
},
|
|
10423
|
+
isFeeAsset: true
|
|
10424
|
+
},
|
|
10131
10425
|
{
|
|
10132
10426
|
symbol: "xcTNKR",
|
|
10133
10427
|
decimals: 12,
|
|
@@ -10148,6 +10442,37 @@ var Moonriver = {
|
|
|
10148
10442
|
},
|
|
10149
10443
|
isFeeAsset: true
|
|
10150
10444
|
},
|
|
10445
|
+
{
|
|
10446
|
+
symbol: "xcUSDC.mb",
|
|
10447
|
+
decimals: 6,
|
|
10448
|
+
existentialDeposit: "1",
|
|
10449
|
+
assetId: "45305549634539991528356533909445161106",
|
|
10450
|
+
location: {
|
|
10451
|
+
parents: 2,
|
|
10452
|
+
interior: {
|
|
10453
|
+
X4: [
|
|
10454
|
+
{
|
|
10455
|
+
GlobalConsensus: {
|
|
10456
|
+
polkadot: null
|
|
10457
|
+
}
|
|
10458
|
+
},
|
|
10459
|
+
{
|
|
10460
|
+
Parachain: 2004
|
|
10461
|
+
},
|
|
10462
|
+
{
|
|
10463
|
+
PalletInstance: 110
|
|
10464
|
+
},
|
|
10465
|
+
{
|
|
10466
|
+
AccountKey20: {
|
|
10467
|
+
network: null,
|
|
10468
|
+
key: "0xffffffff7d2b0b761af01ca8e25242976ac0ad7d"
|
|
10469
|
+
}
|
|
10470
|
+
}
|
|
10471
|
+
]
|
|
10472
|
+
}
|
|
10473
|
+
},
|
|
10474
|
+
isFeeAsset: true
|
|
10475
|
+
},
|
|
10151
10476
|
{
|
|
10152
10477
|
symbol: "xcKBTC",
|
|
10153
10478
|
decimals: 8,
|
|
@@ -10222,6 +10547,31 @@ var Moonriver = {
|
|
|
10222
10547
|
},
|
|
10223
10548
|
isFeeAsset: true
|
|
10224
10549
|
},
|
|
10550
|
+
{
|
|
10551
|
+
symbol: "GLMR.mb",
|
|
10552
|
+
decimals: 18,
|
|
10553
|
+
existentialDeposit: "1",
|
|
10554
|
+
assetId: "34940389883188672429634411751708934740",
|
|
10555
|
+
location: {
|
|
10556
|
+
parents: 2,
|
|
10557
|
+
interior: {
|
|
10558
|
+
X3: [
|
|
10559
|
+
{
|
|
10560
|
+
GlobalConsensus: {
|
|
10561
|
+
polkadot: null
|
|
10562
|
+
}
|
|
10563
|
+
},
|
|
10564
|
+
{
|
|
10565
|
+
Parachain: 2004
|
|
10566
|
+
},
|
|
10567
|
+
{
|
|
10568
|
+
PalletInstance: 10
|
|
10569
|
+
}
|
|
10570
|
+
]
|
|
10571
|
+
}
|
|
10572
|
+
},
|
|
10573
|
+
isFeeAsset: true
|
|
10574
|
+
},
|
|
10225
10575
|
{
|
|
10226
10576
|
symbol: "xcLIT",
|
|
10227
10577
|
decimals: 12,
|
|
@@ -10346,6 +10696,37 @@ var Moonriver = {
|
|
|
10346
10696
|
},
|
|
10347
10697
|
isFeeAsset: true
|
|
10348
10698
|
},
|
|
10699
|
+
{
|
|
10700
|
+
symbol: "whUSDC.mb",
|
|
10701
|
+
decimals: 6,
|
|
10702
|
+
existentialDeposit: "1",
|
|
10703
|
+
assetId: "210223998887087232417477484708341610477",
|
|
10704
|
+
location: {
|
|
10705
|
+
parents: 2,
|
|
10706
|
+
interior: {
|
|
10707
|
+
X4: [
|
|
10708
|
+
{
|
|
10709
|
+
GlobalConsensus: {
|
|
10710
|
+
polkadot: null
|
|
10711
|
+
}
|
|
10712
|
+
},
|
|
10713
|
+
{
|
|
10714
|
+
Parachain: 2004
|
|
10715
|
+
},
|
|
10716
|
+
{
|
|
10717
|
+
PalletInstance: 110
|
|
10718
|
+
},
|
|
10719
|
+
{
|
|
10720
|
+
AccountKey20: {
|
|
10721
|
+
network: null,
|
|
10722
|
+
key: "0x931715fee2d06333043d11f658c8ce934ac61d0c"
|
|
10723
|
+
}
|
|
10724
|
+
}
|
|
10725
|
+
]
|
|
10726
|
+
}
|
|
10727
|
+
},
|
|
10728
|
+
isFeeAsset: true
|
|
10729
|
+
},
|
|
10349
10730
|
{
|
|
10350
10731
|
symbol: "xcKINT",
|
|
10351
10732
|
decimals: 12,
|
|
@@ -12717,12 +13098,44 @@ var Crust = {
|
|
|
12717
13098
|
assetId: "187224307232923873519830480073807488153",
|
|
12718
13099
|
symbol: "EQD",
|
|
12719
13100
|
decimals: 9,
|
|
13101
|
+
location: {
|
|
13102
|
+
parents: 1,
|
|
13103
|
+
interior: {
|
|
13104
|
+
X2: [
|
|
13105
|
+
{
|
|
13106
|
+
Parachain: 2011
|
|
13107
|
+
},
|
|
13108
|
+
{
|
|
13109
|
+
GeneralKey: {
|
|
13110
|
+
length: 3,
|
|
13111
|
+
data: "0x6571640000000000000000000000000000000000000000000000000000000000"
|
|
13112
|
+
}
|
|
13113
|
+
}
|
|
13114
|
+
]
|
|
13115
|
+
}
|
|
13116
|
+
},
|
|
12720
13117
|
existentialDeposit: "1000"
|
|
12721
13118
|
},
|
|
12722
13119
|
{
|
|
12723
13120
|
assetId: "64174511183114006009298114091987195453",
|
|
12724
13121
|
symbol: "PINK",
|
|
12725
13122
|
decimals: 10,
|
|
13123
|
+
location: {
|
|
13124
|
+
parents: 1,
|
|
13125
|
+
interior: {
|
|
13126
|
+
X3: [
|
|
13127
|
+
{
|
|
13128
|
+
Parachain: 1000
|
|
13129
|
+
},
|
|
13130
|
+
{
|
|
13131
|
+
PalletInstance: 50
|
|
13132
|
+
},
|
|
13133
|
+
{
|
|
13134
|
+
GeneralIndex: 23
|
|
13135
|
+
}
|
|
13136
|
+
]
|
|
13137
|
+
}
|
|
13138
|
+
},
|
|
12726
13139
|
existentialDeposit: "1"
|
|
12727
13140
|
}
|
|
12728
13141
|
]
|
|
@@ -13440,7 +13853,7 @@ var NeuroWeb = {
|
|
|
13440
13853
|
symbol: "NEURO",
|
|
13441
13854
|
isNative: true,
|
|
13442
13855
|
decimals: 12,
|
|
13443
|
-
existentialDeposit: "
|
|
13856
|
+
existentialDeposit: "100000000000",
|
|
13444
13857
|
location: {
|
|
13445
13858
|
parents: 1,
|
|
13446
13859
|
interior: {
|
|
@@ -15853,8 +16266,8 @@ var AjunaPaseo = {
|
|
|
15853
16266
|
nativeAssetSymbol: "AJUN",
|
|
15854
16267
|
isEVM: false,
|
|
15855
16268
|
ss58Prefix: 1328,
|
|
15856
|
-
supportsDryRunApi:
|
|
15857
|
-
supportsXcmPaymentApi:
|
|
16269
|
+
supportsDryRunApi: true,
|
|
16270
|
+
supportsXcmPaymentApi: true,
|
|
15858
16271
|
nativeAssets: [
|
|
15859
16272
|
{
|
|
15860
16273
|
symbol: "AJUN",
|
|
@@ -15884,7 +16297,8 @@ var AjunaPaseo = {
|
|
|
15884
16297
|
interior: {
|
|
15885
16298
|
Here: null
|
|
15886
16299
|
}
|
|
15887
|
-
}
|
|
16300
|
+
},
|
|
16301
|
+
isFeeAsset: true
|
|
15888
16302
|
},
|
|
15889
16303
|
{
|
|
15890
16304
|
assetId: "1984",
|
|
@@ -16188,12 +16602,6 @@ var HydrationPaseo = {
|
|
|
16188
16602
|
},
|
|
16189
16603
|
isFeeAsset: true
|
|
16190
16604
|
},
|
|
16191
|
-
{
|
|
16192
|
-
assetId: "0",
|
|
16193
|
-
symbol: "HDX",
|
|
16194
|
-
decimals: 12,
|
|
16195
|
-
existentialDeposit: "1000000000000"
|
|
16196
|
-
},
|
|
16197
16605
|
{
|
|
16198
16606
|
assetId: "10",
|
|
16199
16607
|
symbol: "USDT",
|
|
@@ -17979,6 +18387,7 @@ var assetsMapJson = {
|
|
|
17979
18387
|
BifrostPolkadot: BifrostPolkadot,
|
|
17980
18388
|
Centrifuge: Centrifuge,
|
|
17981
18389
|
Subsocial: Subsocial,
|
|
18390
|
+
Xode: Xode,
|
|
17982
18391
|
ComposableFinance: ComposableFinance,
|
|
17983
18392
|
Darwinia: Darwinia,
|
|
17984
18393
|
EnergyWebX: EnergyWebX,
|
package/dist/index.mjs
CHANGED
|
@@ -883,8 +883,8 @@ var Ajuna = {
|
|
|
883
883
|
nativeAssetSymbol: "AJUN",
|
|
884
884
|
isEVM: false,
|
|
885
885
|
ss58Prefix: 1328,
|
|
886
|
-
supportsDryRunApi:
|
|
887
|
-
supportsXcmPaymentApi:
|
|
886
|
+
supportsDryRunApi: true,
|
|
887
|
+
supportsXcmPaymentApi: true,
|
|
888
888
|
nativeAssets: [
|
|
889
889
|
{
|
|
890
890
|
symbol: "AJUN",
|
|
@@ -914,7 +914,8 @@ var Ajuna = {
|
|
|
914
914
|
interior: {
|
|
915
915
|
Here: null
|
|
916
916
|
}
|
|
917
|
-
}
|
|
917
|
+
},
|
|
918
|
+
isFeeAsset: true
|
|
918
919
|
},
|
|
919
920
|
{
|
|
920
921
|
assetId: "847713",
|
|
@@ -2859,6 +2860,68 @@ var Subsocial = {
|
|
|
2859
2860
|
otherAssets: [
|
|
2860
2861
|
]
|
|
2861
2862
|
};
|
|
2863
|
+
var Xode = {
|
|
2864
|
+
relaychainSymbol: "DOT",
|
|
2865
|
+
nativeAssetSymbol: "XON",
|
|
2866
|
+
isEVM: false,
|
|
2867
|
+
ss58Prefix: 280,
|
|
2868
|
+
supportsDryRunApi: false,
|
|
2869
|
+
supportsXcmPaymentApi: false,
|
|
2870
|
+
nativeAssets: [
|
|
2871
|
+
{
|
|
2872
|
+
symbol: "XON",
|
|
2873
|
+
isNative: true,
|
|
2874
|
+
decimals: 12,
|
|
2875
|
+
existentialDeposit: "1000000000",
|
|
2876
|
+
location: {
|
|
2877
|
+
parents: 1,
|
|
2878
|
+
interior: {
|
|
2879
|
+
X1: [
|
|
2880
|
+
{
|
|
2881
|
+
Parachain: 3417
|
|
2882
|
+
}
|
|
2883
|
+
]
|
|
2884
|
+
}
|
|
2885
|
+
}
|
|
2886
|
+
}
|
|
2887
|
+
],
|
|
2888
|
+
otherAssets: [
|
|
2889
|
+
{
|
|
2890
|
+
assetId: "1984",
|
|
2891
|
+
symbol: "USDT",
|
|
2892
|
+
decimals: 6,
|
|
2893
|
+
existentialDeposit: "10000",
|
|
2894
|
+
location: {
|
|
2895
|
+
parents: 1,
|
|
2896
|
+
interior: {
|
|
2897
|
+
X3: [
|
|
2898
|
+
{
|
|
2899
|
+
Parachain: 1000
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
PalletInstance: 50
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
GeneralIndex: 1984
|
|
2906
|
+
}
|
|
2907
|
+
]
|
|
2908
|
+
}
|
|
2909
|
+
}
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
assetId: "100000000",
|
|
2913
|
+
symbol: "DOT",
|
|
2914
|
+
decimals: 10,
|
|
2915
|
+
existentialDeposit: "10000000000",
|
|
2916
|
+
location: {
|
|
2917
|
+
parents: 1,
|
|
2918
|
+
interior: {
|
|
2919
|
+
Here: null
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
}
|
|
2923
|
+
]
|
|
2924
|
+
};
|
|
2862
2925
|
var ComposableFinance = {
|
|
2863
2926
|
relaychainSymbol: "DOT",
|
|
2864
2927
|
nativeAssetSymbol: "LAYR",
|
|
@@ -3241,12 +3304,6 @@ var Hydration = {
|
|
|
3241
3304
|
},
|
|
3242
3305
|
isFeeAsset: true
|
|
3243
3306
|
},
|
|
3244
|
-
{
|
|
3245
|
-
assetId: "0",
|
|
3246
|
-
symbol: "HDX",
|
|
3247
|
-
decimals: 12,
|
|
3248
|
-
existentialDeposit: "1000000000000"
|
|
3249
|
-
},
|
|
3250
3307
|
{
|
|
3251
3308
|
assetId: "10",
|
|
3252
3309
|
symbol: "USDT",
|
|
@@ -4920,7 +4977,7 @@ var IntegriteePolkadot = {
|
|
|
4920
4977
|
interior: {
|
|
4921
4978
|
X1: [
|
|
4922
4979
|
{
|
|
4923
|
-
Parachain:
|
|
4980
|
+
Parachain: 2039
|
|
4924
4981
|
}
|
|
4925
4982
|
]
|
|
4926
4983
|
}
|
|
@@ -5674,6 +5731,31 @@ var Moonbeam = {
|
|
|
5674
5731
|
}
|
|
5675
5732
|
}
|
|
5676
5733
|
},
|
|
5734
|
+
{
|
|
5735
|
+
symbol: "MOVR.mr",
|
|
5736
|
+
decimals: 18,
|
|
5737
|
+
existentialDeposit: "1",
|
|
5738
|
+
assetId: "112675423039561305557350799263187182338",
|
|
5739
|
+
location: {
|
|
5740
|
+
parents: 2,
|
|
5741
|
+
interior: {
|
|
5742
|
+
X3: [
|
|
5743
|
+
{
|
|
5744
|
+
GlobalConsensus: {
|
|
5745
|
+
kusama: null
|
|
5746
|
+
}
|
|
5747
|
+
},
|
|
5748
|
+
{
|
|
5749
|
+
Parachain: 2023
|
|
5750
|
+
},
|
|
5751
|
+
{
|
|
5752
|
+
PalletInstance: 10
|
|
5753
|
+
}
|
|
5754
|
+
]
|
|
5755
|
+
}
|
|
5756
|
+
},
|
|
5757
|
+
isFeeAsset: true
|
|
5758
|
+
},
|
|
5677
5759
|
{
|
|
5678
5760
|
symbol: "xcibcMOVR",
|
|
5679
5761
|
decimals: 18,
|
|
@@ -8278,18 +8360,50 @@ var Amplitude = {
|
|
|
8278
8360
|
assetId: "2",
|
|
8279
8361
|
symbol: "PICA",
|
|
8280
8362
|
decimals: 12,
|
|
8363
|
+
location: {
|
|
8364
|
+
parents: 1,
|
|
8365
|
+
interior: {
|
|
8366
|
+
X1: [
|
|
8367
|
+
{
|
|
8368
|
+
Parachain: 2087
|
|
8369
|
+
}
|
|
8370
|
+
]
|
|
8371
|
+
}
|
|
8372
|
+
},
|
|
8281
8373
|
existentialDeposit: "1000"
|
|
8282
8374
|
},
|
|
8283
8375
|
{
|
|
8284
8376
|
assetId: "1",
|
|
8285
8377
|
symbol: "USDT",
|
|
8286
8378
|
decimals: 6,
|
|
8379
|
+
location: {
|
|
8380
|
+
parents: 1,
|
|
8381
|
+
interior: {
|
|
8382
|
+
X3: [
|
|
8383
|
+
{
|
|
8384
|
+
Parachain: 1000
|
|
8385
|
+
},
|
|
8386
|
+
{
|
|
8387
|
+
PalletInstance: 50
|
|
8388
|
+
},
|
|
8389
|
+
{
|
|
8390
|
+
GeneralIndex: 1984
|
|
8391
|
+
}
|
|
8392
|
+
]
|
|
8393
|
+
}
|
|
8394
|
+
},
|
|
8287
8395
|
existentialDeposit: "1000"
|
|
8288
8396
|
},
|
|
8289
8397
|
{
|
|
8290
8398
|
assetId: "0",
|
|
8291
8399
|
symbol: "KSM",
|
|
8292
8400
|
decimals: 12,
|
|
8401
|
+
location: {
|
|
8402
|
+
parents: 1,
|
|
8403
|
+
interior: {
|
|
8404
|
+
Here: null
|
|
8405
|
+
}
|
|
8406
|
+
},
|
|
8293
8407
|
existentialDeposit: "1000"
|
|
8294
8408
|
}
|
|
8295
8409
|
]
|
|
@@ -8499,12 +8613,6 @@ var Basilisk = {
|
|
|
8499
8613
|
existentialDeposit: "6230529595016",
|
|
8500
8614
|
isFeeAsset: true
|
|
8501
8615
|
},
|
|
8502
|
-
{
|
|
8503
|
-
assetId: "0",
|
|
8504
|
-
symbol: "BSX",
|
|
8505
|
-
decimals: 12,
|
|
8506
|
-
existentialDeposit: "1000000000000"
|
|
8507
|
-
},
|
|
8508
8616
|
{
|
|
8509
8617
|
assetId: "6",
|
|
8510
8618
|
symbol: "TNKR",
|
|
@@ -9034,42 +9142,136 @@ var CrustShadow = {
|
|
|
9034
9142
|
assetId: "16797826370226091782818345603793389938",
|
|
9035
9143
|
symbol: "SDN",
|
|
9036
9144
|
decimals: 18,
|
|
9145
|
+
location: {
|
|
9146
|
+
parents: 1,
|
|
9147
|
+
interior: {
|
|
9148
|
+
X1: [
|
|
9149
|
+
{
|
|
9150
|
+
Parachain: 2007
|
|
9151
|
+
}
|
|
9152
|
+
]
|
|
9153
|
+
}
|
|
9154
|
+
},
|
|
9037
9155
|
existentialDeposit: "1000000"
|
|
9038
9156
|
},
|
|
9039
9157
|
{
|
|
9040
9158
|
assetId: "108036400430056508975016746969135344601",
|
|
9041
9159
|
symbol: "XRT",
|
|
9042
9160
|
decimals: 9,
|
|
9161
|
+
location: {
|
|
9162
|
+
parents: 1,
|
|
9163
|
+
interior: {
|
|
9164
|
+
X1: [
|
|
9165
|
+
{
|
|
9166
|
+
Parachain: 2048
|
|
9167
|
+
}
|
|
9168
|
+
]
|
|
9169
|
+
}
|
|
9170
|
+
},
|
|
9043
9171
|
existentialDeposit: "1"
|
|
9044
9172
|
},
|
|
9045
9173
|
{
|
|
9046
9174
|
assetId: "173481220575862801646329923366065693029",
|
|
9047
9175
|
symbol: "CRAB",
|
|
9048
9176
|
decimals: 18,
|
|
9177
|
+
location: {
|
|
9178
|
+
parents: 1,
|
|
9179
|
+
interior: {
|
|
9180
|
+
X2: [
|
|
9181
|
+
{
|
|
9182
|
+
Parachain: 2105
|
|
9183
|
+
},
|
|
9184
|
+
{
|
|
9185
|
+
PalletInstance: 5
|
|
9186
|
+
}
|
|
9187
|
+
]
|
|
9188
|
+
}
|
|
9189
|
+
},
|
|
9049
9190
|
existentialDeposit: "1"
|
|
9050
9191
|
},
|
|
9051
9192
|
{
|
|
9052
9193
|
assetId: "214920334981412447805621250067209749032",
|
|
9053
9194
|
symbol: "AUSD",
|
|
9054
9195
|
decimals: 12,
|
|
9196
|
+
location: {
|
|
9197
|
+
parents: 1,
|
|
9198
|
+
interior: {
|
|
9199
|
+
X2: [
|
|
9200
|
+
{
|
|
9201
|
+
Parachain: 2000
|
|
9202
|
+
},
|
|
9203
|
+
{
|
|
9204
|
+
GeneralKey: {
|
|
9205
|
+
length: 2,
|
|
9206
|
+
data: "0x0081000000000000000000000000000000000000000000000000000000000000"
|
|
9207
|
+
}
|
|
9208
|
+
}
|
|
9209
|
+
]
|
|
9210
|
+
}
|
|
9211
|
+
},
|
|
9055
9212
|
existentialDeposit: "1"
|
|
9056
9213
|
},
|
|
9057
9214
|
{
|
|
9058
9215
|
assetId: "232263652204149413431520870009560565298",
|
|
9059
9216
|
symbol: "MOVR",
|
|
9060
9217
|
decimals: 18,
|
|
9218
|
+
location: {
|
|
9219
|
+
parents: 1,
|
|
9220
|
+
interior: {
|
|
9221
|
+
X2: [
|
|
9222
|
+
{
|
|
9223
|
+
Parachain: 2023
|
|
9224
|
+
},
|
|
9225
|
+
{
|
|
9226
|
+
PalletInstance: 10
|
|
9227
|
+
}
|
|
9228
|
+
]
|
|
9229
|
+
}
|
|
9230
|
+
},
|
|
9061
9231
|
existentialDeposit: "1000000"
|
|
9062
9232
|
},
|
|
9063
9233
|
{
|
|
9064
9234
|
assetId: "10810581592933651521121702237638664357",
|
|
9065
9235
|
symbol: "KAR",
|
|
9066
9236
|
decimals: 12,
|
|
9237
|
+
location: {
|
|
9238
|
+
parents: 1,
|
|
9239
|
+
interior: {
|
|
9240
|
+
X2: [
|
|
9241
|
+
{
|
|
9242
|
+
Parachain: 2000
|
|
9243
|
+
},
|
|
9244
|
+
{
|
|
9245
|
+
GeneralKey: {
|
|
9246
|
+
length: 2,
|
|
9247
|
+
data: "0x0080000000000000000000000000000000000000000000000000000000000000"
|
|
9248
|
+
}
|
|
9249
|
+
}
|
|
9250
|
+
]
|
|
9251
|
+
}
|
|
9252
|
+
},
|
|
9067
9253
|
existentialDeposit: "1"
|
|
9068
9254
|
},
|
|
9069
9255
|
{
|
|
9070
9256
|
assetId: "319623561105283008236062145480775032445",
|
|
9071
9257
|
symbol: "BNC",
|
|
9072
9258
|
decimals: 12,
|
|
9259
|
+
location: {
|
|
9260
|
+
parents: 1,
|
|
9261
|
+
interior: {
|
|
9262
|
+
X2: [
|
|
9263
|
+
{
|
|
9264
|
+
Parachain: 2001
|
|
9265
|
+
},
|
|
9266
|
+
{
|
|
9267
|
+
GeneralKey: {
|
|
9268
|
+
length: 2,
|
|
9269
|
+
data: "0x0001000000000000000000000000000000000000000000000000000000000000"
|
|
9270
|
+
}
|
|
9271
|
+
}
|
|
9272
|
+
]
|
|
9273
|
+
}
|
|
9274
|
+
},
|
|
9073
9275
|
existentialDeposit: "1"
|
|
9074
9276
|
}
|
|
9075
9277
|
]
|
|
@@ -9233,24 +9435,85 @@ var Curio = {
|
|
|
9233
9435
|
assetId: "0",
|
|
9234
9436
|
symbol: "BSX",
|
|
9235
9437
|
decimals: 12,
|
|
9438
|
+
location: {
|
|
9439
|
+
parents: 1,
|
|
9440
|
+
interior: {
|
|
9441
|
+
X2: [
|
|
9442
|
+
{
|
|
9443
|
+
Parachain: 2090
|
|
9444
|
+
},
|
|
9445
|
+
{
|
|
9446
|
+
GeneralIndex: 0
|
|
9447
|
+
}
|
|
9448
|
+
]
|
|
9449
|
+
}
|
|
9450
|
+
},
|
|
9236
9451
|
existentialDeposit: "1000000000000"
|
|
9237
9452
|
},
|
|
9238
9453
|
{
|
|
9239
9454
|
assetId: "2",
|
|
9240
9455
|
symbol: "VAL",
|
|
9241
9456
|
decimals: 18,
|
|
9457
|
+
location: {
|
|
9458
|
+
parents: 1,
|
|
9459
|
+
interior: {
|
|
9460
|
+
X2: [
|
|
9461
|
+
{
|
|
9462
|
+
Parachain: 2011
|
|
9463
|
+
},
|
|
9464
|
+
{
|
|
9465
|
+
GeneralKey: {
|
|
9466
|
+
length: 32,
|
|
9467
|
+
data: "0x0200040000000000000000000000000000000000000000000000000000000000"
|
|
9468
|
+
}
|
|
9469
|
+
}
|
|
9470
|
+
]
|
|
9471
|
+
}
|
|
9472
|
+
},
|
|
9242
9473
|
existentialDeposit: "1000000000000000"
|
|
9243
9474
|
},
|
|
9244
9475
|
{
|
|
9245
9476
|
assetId: "3",
|
|
9246
9477
|
symbol: "PSWAP",
|
|
9247
9478
|
decimals: 18,
|
|
9479
|
+
location: {
|
|
9480
|
+
parents: 1,
|
|
9481
|
+
interior: {
|
|
9482
|
+
X2: [
|
|
9483
|
+
{
|
|
9484
|
+
Parachain: 2011
|
|
9485
|
+
},
|
|
9486
|
+
{
|
|
9487
|
+
GeneralKey: {
|
|
9488
|
+
length: 32,
|
|
9489
|
+
data: "0x0200050000000000000000000000000000000000000000000000000000000000"
|
|
9490
|
+
}
|
|
9491
|
+
}
|
|
9492
|
+
]
|
|
9493
|
+
}
|
|
9494
|
+
},
|
|
9248
9495
|
existentialDeposit: "1000000000000000000"
|
|
9249
9496
|
},
|
|
9250
9497
|
{
|
|
9251
9498
|
assetId: "1",
|
|
9252
9499
|
symbol: "XOR",
|
|
9253
9500
|
decimals: 18,
|
|
9501
|
+
location: {
|
|
9502
|
+
parents: 1,
|
|
9503
|
+
interior: {
|
|
9504
|
+
X2: [
|
|
9505
|
+
{
|
|
9506
|
+
Parachain: 2011
|
|
9507
|
+
},
|
|
9508
|
+
{
|
|
9509
|
+
GeneralKey: {
|
|
9510
|
+
length: 32,
|
|
9511
|
+
data: "0x0200000000000000000000000000000000000000000000000000000000000000"
|
|
9512
|
+
}
|
|
9513
|
+
}
|
|
9514
|
+
]
|
|
9515
|
+
}
|
|
9516
|
+
},
|
|
9254
9517
|
existentialDeposit: "1000000000000000"
|
|
9255
9518
|
}
|
|
9256
9519
|
]
|
|
@@ -10126,6 +10389,37 @@ var Moonriver = {
|
|
|
10126
10389
|
},
|
|
10127
10390
|
isFeeAsset: true
|
|
10128
10391
|
},
|
|
10392
|
+
{
|
|
10393
|
+
symbol: "xcUSDT.mb",
|
|
10394
|
+
decimals: 6,
|
|
10395
|
+
existentialDeposit: "1",
|
|
10396
|
+
assetId: "264528715839624829046161791069655377682",
|
|
10397
|
+
location: {
|
|
10398
|
+
parents: 2,
|
|
10399
|
+
interior: {
|
|
10400
|
+
X4: [
|
|
10401
|
+
{
|
|
10402
|
+
GlobalConsensus: {
|
|
10403
|
+
polkadot: null
|
|
10404
|
+
}
|
|
10405
|
+
},
|
|
10406
|
+
{
|
|
10407
|
+
Parachain: 2004
|
|
10408
|
+
},
|
|
10409
|
+
{
|
|
10410
|
+
PalletInstance: 110
|
|
10411
|
+
},
|
|
10412
|
+
{
|
|
10413
|
+
AccountKey20: {
|
|
10414
|
+
network: null,
|
|
10415
|
+
key: "0xffffffffea09fb06d082fd1275cd48b191cbcd1d"
|
|
10416
|
+
}
|
|
10417
|
+
}
|
|
10418
|
+
]
|
|
10419
|
+
}
|
|
10420
|
+
},
|
|
10421
|
+
isFeeAsset: true
|
|
10422
|
+
},
|
|
10129
10423
|
{
|
|
10130
10424
|
symbol: "xcTNKR",
|
|
10131
10425
|
decimals: 12,
|
|
@@ -10146,6 +10440,37 @@ var Moonriver = {
|
|
|
10146
10440
|
},
|
|
10147
10441
|
isFeeAsset: true
|
|
10148
10442
|
},
|
|
10443
|
+
{
|
|
10444
|
+
symbol: "xcUSDC.mb",
|
|
10445
|
+
decimals: 6,
|
|
10446
|
+
existentialDeposit: "1",
|
|
10447
|
+
assetId: "45305549634539991528356533909445161106",
|
|
10448
|
+
location: {
|
|
10449
|
+
parents: 2,
|
|
10450
|
+
interior: {
|
|
10451
|
+
X4: [
|
|
10452
|
+
{
|
|
10453
|
+
GlobalConsensus: {
|
|
10454
|
+
polkadot: null
|
|
10455
|
+
}
|
|
10456
|
+
},
|
|
10457
|
+
{
|
|
10458
|
+
Parachain: 2004
|
|
10459
|
+
},
|
|
10460
|
+
{
|
|
10461
|
+
PalletInstance: 110
|
|
10462
|
+
},
|
|
10463
|
+
{
|
|
10464
|
+
AccountKey20: {
|
|
10465
|
+
network: null,
|
|
10466
|
+
key: "0xffffffff7d2b0b761af01ca8e25242976ac0ad7d"
|
|
10467
|
+
}
|
|
10468
|
+
}
|
|
10469
|
+
]
|
|
10470
|
+
}
|
|
10471
|
+
},
|
|
10472
|
+
isFeeAsset: true
|
|
10473
|
+
},
|
|
10149
10474
|
{
|
|
10150
10475
|
symbol: "xcKBTC",
|
|
10151
10476
|
decimals: 8,
|
|
@@ -10220,6 +10545,31 @@ var Moonriver = {
|
|
|
10220
10545
|
},
|
|
10221
10546
|
isFeeAsset: true
|
|
10222
10547
|
},
|
|
10548
|
+
{
|
|
10549
|
+
symbol: "GLMR.mb",
|
|
10550
|
+
decimals: 18,
|
|
10551
|
+
existentialDeposit: "1",
|
|
10552
|
+
assetId: "34940389883188672429634411751708934740",
|
|
10553
|
+
location: {
|
|
10554
|
+
parents: 2,
|
|
10555
|
+
interior: {
|
|
10556
|
+
X3: [
|
|
10557
|
+
{
|
|
10558
|
+
GlobalConsensus: {
|
|
10559
|
+
polkadot: null
|
|
10560
|
+
}
|
|
10561
|
+
},
|
|
10562
|
+
{
|
|
10563
|
+
Parachain: 2004
|
|
10564
|
+
},
|
|
10565
|
+
{
|
|
10566
|
+
PalletInstance: 10
|
|
10567
|
+
}
|
|
10568
|
+
]
|
|
10569
|
+
}
|
|
10570
|
+
},
|
|
10571
|
+
isFeeAsset: true
|
|
10572
|
+
},
|
|
10223
10573
|
{
|
|
10224
10574
|
symbol: "xcLIT",
|
|
10225
10575
|
decimals: 12,
|
|
@@ -10344,6 +10694,37 @@ var Moonriver = {
|
|
|
10344
10694
|
},
|
|
10345
10695
|
isFeeAsset: true
|
|
10346
10696
|
},
|
|
10697
|
+
{
|
|
10698
|
+
symbol: "whUSDC.mb",
|
|
10699
|
+
decimals: 6,
|
|
10700
|
+
existentialDeposit: "1",
|
|
10701
|
+
assetId: "210223998887087232417477484708341610477",
|
|
10702
|
+
location: {
|
|
10703
|
+
parents: 2,
|
|
10704
|
+
interior: {
|
|
10705
|
+
X4: [
|
|
10706
|
+
{
|
|
10707
|
+
GlobalConsensus: {
|
|
10708
|
+
polkadot: null
|
|
10709
|
+
}
|
|
10710
|
+
},
|
|
10711
|
+
{
|
|
10712
|
+
Parachain: 2004
|
|
10713
|
+
},
|
|
10714
|
+
{
|
|
10715
|
+
PalletInstance: 110
|
|
10716
|
+
},
|
|
10717
|
+
{
|
|
10718
|
+
AccountKey20: {
|
|
10719
|
+
network: null,
|
|
10720
|
+
key: "0x931715fee2d06333043d11f658c8ce934ac61d0c"
|
|
10721
|
+
}
|
|
10722
|
+
}
|
|
10723
|
+
]
|
|
10724
|
+
}
|
|
10725
|
+
},
|
|
10726
|
+
isFeeAsset: true
|
|
10727
|
+
},
|
|
10347
10728
|
{
|
|
10348
10729
|
symbol: "xcKINT",
|
|
10349
10730
|
decimals: 12,
|
|
@@ -12715,12 +13096,44 @@ var Crust = {
|
|
|
12715
13096
|
assetId: "187224307232923873519830480073807488153",
|
|
12716
13097
|
symbol: "EQD",
|
|
12717
13098
|
decimals: 9,
|
|
13099
|
+
location: {
|
|
13100
|
+
parents: 1,
|
|
13101
|
+
interior: {
|
|
13102
|
+
X2: [
|
|
13103
|
+
{
|
|
13104
|
+
Parachain: 2011
|
|
13105
|
+
},
|
|
13106
|
+
{
|
|
13107
|
+
GeneralKey: {
|
|
13108
|
+
length: 3,
|
|
13109
|
+
data: "0x6571640000000000000000000000000000000000000000000000000000000000"
|
|
13110
|
+
}
|
|
13111
|
+
}
|
|
13112
|
+
]
|
|
13113
|
+
}
|
|
13114
|
+
},
|
|
12718
13115
|
existentialDeposit: "1000"
|
|
12719
13116
|
},
|
|
12720
13117
|
{
|
|
12721
13118
|
assetId: "64174511183114006009298114091987195453",
|
|
12722
13119
|
symbol: "PINK",
|
|
12723
13120
|
decimals: 10,
|
|
13121
|
+
location: {
|
|
13122
|
+
parents: 1,
|
|
13123
|
+
interior: {
|
|
13124
|
+
X3: [
|
|
13125
|
+
{
|
|
13126
|
+
Parachain: 1000
|
|
13127
|
+
},
|
|
13128
|
+
{
|
|
13129
|
+
PalletInstance: 50
|
|
13130
|
+
},
|
|
13131
|
+
{
|
|
13132
|
+
GeneralIndex: 23
|
|
13133
|
+
}
|
|
13134
|
+
]
|
|
13135
|
+
}
|
|
13136
|
+
},
|
|
12724
13137
|
existentialDeposit: "1"
|
|
12725
13138
|
}
|
|
12726
13139
|
]
|
|
@@ -13438,7 +13851,7 @@ var NeuroWeb = {
|
|
|
13438
13851
|
symbol: "NEURO",
|
|
13439
13852
|
isNative: true,
|
|
13440
13853
|
decimals: 12,
|
|
13441
|
-
existentialDeposit: "
|
|
13854
|
+
existentialDeposit: "100000000000",
|
|
13442
13855
|
location: {
|
|
13443
13856
|
parents: 1,
|
|
13444
13857
|
interior: {
|
|
@@ -15851,8 +16264,8 @@ var AjunaPaseo = {
|
|
|
15851
16264
|
nativeAssetSymbol: "AJUN",
|
|
15852
16265
|
isEVM: false,
|
|
15853
16266
|
ss58Prefix: 1328,
|
|
15854
|
-
supportsDryRunApi:
|
|
15855
|
-
supportsXcmPaymentApi:
|
|
16267
|
+
supportsDryRunApi: true,
|
|
16268
|
+
supportsXcmPaymentApi: true,
|
|
15856
16269
|
nativeAssets: [
|
|
15857
16270
|
{
|
|
15858
16271
|
symbol: "AJUN",
|
|
@@ -15882,7 +16295,8 @@ var AjunaPaseo = {
|
|
|
15882
16295
|
interior: {
|
|
15883
16296
|
Here: null
|
|
15884
16297
|
}
|
|
15885
|
-
}
|
|
16298
|
+
},
|
|
16299
|
+
isFeeAsset: true
|
|
15886
16300
|
},
|
|
15887
16301
|
{
|
|
15888
16302
|
assetId: "1984",
|
|
@@ -16186,12 +16600,6 @@ var HydrationPaseo = {
|
|
|
16186
16600
|
},
|
|
16187
16601
|
isFeeAsset: true
|
|
16188
16602
|
},
|
|
16189
|
-
{
|
|
16190
|
-
assetId: "0",
|
|
16191
|
-
symbol: "HDX",
|
|
16192
|
-
decimals: 12,
|
|
16193
|
-
existentialDeposit: "1000000000000"
|
|
16194
|
-
},
|
|
16195
16603
|
{
|
|
16196
16604
|
assetId: "10",
|
|
16197
16605
|
symbol: "USDT",
|
|
@@ -17977,6 +18385,7 @@ var assetsMapJson = {
|
|
|
17977
18385
|
BifrostPolkadot: BifrostPolkadot,
|
|
17978
18386
|
Centrifuge: Centrifuge,
|
|
17979
18387
|
Subsocial: Subsocial,
|
|
18388
|
+
Xode: Xode,
|
|
17980
18389
|
ComposableFinance: ComposableFinance,
|
|
17981
18390
|
Darwinia: Darwinia,
|
|
17982
18391
|
EnergyWebX: EnergyWebX,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.8.0",
|
|
4
4
|
"description": "Assets for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@paraspell/sdk-common": "11.
|
|
26
|
+
"@paraspell/sdk-common": "11.8.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|