@paraspell/assets 11.5.1 → 11.6.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.
Files changed (3) hide show
  1. package/dist/index.cjs +592 -46
  2. package/dist/index.mjs +592 -46
  3. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -4904,6 +4904,46 @@ var Hydration = {
4904
4904
  }
4905
4905
  ]
4906
4906
  };
4907
+ var IntegriteePolkadot = {
4908
+ relaychainSymbol: "DOT",
4909
+ nativeAssetSymbol: "TEER",
4910
+ isEVM: false,
4911
+ ss58Prefix: 13,
4912
+ supportsDryRunApi: true,
4913
+ supportsXcmPaymentApi: true,
4914
+ nativeAssets: [
4915
+ {
4916
+ symbol: "TEER",
4917
+ isNative: true,
4918
+ decimals: 12,
4919
+ existentialDeposit: "1000000000",
4920
+ location: {
4921
+ parents: 1,
4922
+ interior: {
4923
+ X1: [
4924
+ {
4925
+ Parachain: 3359
4926
+ }
4927
+ ]
4928
+ }
4929
+ }
4930
+ }
4931
+ ],
4932
+ otherAssets: [
4933
+ {
4934
+ assetId: "0",
4935
+ symbol: "DOT",
4936
+ decimals: 10,
4937
+ existentialDeposit: "100000000",
4938
+ location: {
4939
+ parents: 1,
4940
+ interior: {
4941
+ Here: null
4942
+ }
4943
+ }
4944
+ }
4945
+ ]
4946
+ };
4907
4947
  var IntegriteeKusama = {
4908
4948
  relaychainSymbol: "KSM",
4909
4949
  nativeAssetSymbol: "TEER",
@@ -11368,7 +11408,8 @@ var AssetHubKusama = {
11368
11408
  ]
11369
11409
  }
11370
11410
  },
11371
- existentialDeposit: "100000000000000000"
11411
+ existentialDeposit: "100000000000000000",
11412
+ alias: "DAI1"
11372
11413
  },
11373
11414
  {
11374
11415
  assetId: "555",
@@ -11457,7 +11498,8 @@ var AssetHubKusama = {
11457
11498
  ]
11458
11499
  }
11459
11500
  },
11460
- existentialDeposit: "100000000"
11501
+ existentialDeposit: "100000000",
11502
+ alias: "SHIB1"
11461
11503
  },
11462
11504
  {
11463
11505
  assetId: "2021",
@@ -11729,6 +11771,57 @@ var AssetHubKusama = {
11729
11771
  },
11730
11772
  existentialDeposit: "1000000"
11731
11773
  },
11774
+ {
11775
+ symbol: "sUSDe",
11776
+ decimals: 18,
11777
+ location: {
11778
+ parents: 2,
11779
+ interior: {
11780
+ X2: [
11781
+ {
11782
+ GlobalConsensus: {
11783
+ Ethereum: {
11784
+ chainId: 1
11785
+ }
11786
+ }
11787
+ },
11788
+ {
11789
+ AccountKey20: {
11790
+ network: null,
11791
+ key: "0x9d39a5de30e57443bff2a8307a4256c8797a3497"
11792
+ }
11793
+ }
11794
+ ]
11795
+ }
11796
+ },
11797
+ existentialDeposit: "1"
11798
+ },
11799
+ {
11800
+ symbol: "WUD",
11801
+ decimals: 10,
11802
+ location: {
11803
+ parents: 2,
11804
+ interior: {
11805
+ X4: [
11806
+ {
11807
+ GlobalConsensus: {
11808
+ polkadot: null
11809
+ }
11810
+ },
11811
+ {
11812
+ Parachain: 1000
11813
+ },
11814
+ {
11815
+ PalletInstance: 50
11816
+ },
11817
+ {
11818
+ GeneralIndex: 31337
11819
+ }
11820
+ ]
11821
+ }
11822
+ },
11823
+ existentialDeposit: "10000000"
11824
+ },
11732
11825
  {
11733
11826
  symbol: "WETH",
11734
11827
  decimals: 18,
@@ -11755,8 +11848,8 @@ var AssetHubKusama = {
11755
11848
  existentialDeposit: "15000000000000"
11756
11849
  },
11757
11850
  {
11758
- symbol: "USDC",
11759
- decimals: 6,
11851
+ symbol: "PEPE",
11852
+ decimals: 18,
11760
11853
  location: {
11761
11854
  parents: 2,
11762
11855
  interior: {
@@ -11771,80 +11864,133 @@ var AssetHubKusama = {
11771
11864
  {
11772
11865
  AccountKey20: {
11773
11866
  network: null,
11774
- key: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
11867
+ key: "0x6982508145454ce325ddbe47a25d4ec3d2311933"
11775
11868
  }
11776
11869
  }
11777
11870
  ]
11778
11871
  }
11779
11872
  },
11780
- existentialDeposit: "10000",
11781
- alias: "USDC2"
11873
+ existentialDeposit: "1"
11782
11874
  },
11783
11875
  {
11784
- symbol: "DOT",
11785
- decimals: 10,
11876
+ symbol: "LDO",
11877
+ decimals: 18,
11786
11878
  location: {
11787
11879
  parents: 2,
11788
11880
  interior: {
11789
- X1: [
11881
+ X2: [
11790
11882
  {
11791
11883
  GlobalConsensus: {
11792
- polkadot: null
11884
+ Ethereum: {
11885
+ chainId: 1
11886
+ }
11887
+ }
11888
+ },
11889
+ {
11890
+ AccountKey20: {
11891
+ network: null,
11892
+ key: "0x5a98fcbea516cf06857215779fd812ca3bef1b32"
11793
11893
  }
11794
11894
  }
11795
11895
  ]
11796
11896
  }
11797
11897
  },
11798
- existentialDeposit: "10000000",
11799
- isFeeAsset: true,
11800
- alias: "DOT2"
11898
+ existentialDeposit: "1"
11801
11899
  },
11802
11900
  {
11803
- symbol: "TNKR",
11804
- decimals: 12,
11901
+ symbol: "sUSDS",
11902
+ decimals: 18,
11805
11903
  location: {
11806
- parents: 1,
11904
+ parents: 2,
11807
11905
  interior: {
11808
11906
  X2: [
11809
11907
  {
11810
- Parachain: 2125
11908
+ GlobalConsensus: {
11909
+ Ethereum: {
11910
+ chainId: 1
11911
+ }
11912
+ }
11811
11913
  },
11812
11914
  {
11813
- GeneralIndex: 0
11915
+ AccountKey20: {
11916
+ network: null,
11917
+ key: "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd"
11918
+ }
11814
11919
  }
11815
11920
  ]
11816
11921
  }
11817
11922
  },
11818
- existentialDeposit: "1000000000"
11923
+ existentialDeposit: "1"
11819
11924
  },
11820
11925
  {
11821
- symbol: "FREN",
11822
- decimals: 12,
11926
+ symbol: "LBTC",
11927
+ decimals: 8,
11823
11928
  location: {
11824
- parents: 1,
11929
+ parents: 2,
11825
11930
  interior: {
11826
- X1: [
11931
+ X2: [
11827
11932
  {
11828
- Parachain: 2123
11933
+ GlobalConsensus: {
11934
+ Ethereum: {
11935
+ chainId: 1
11936
+ }
11937
+ }
11938
+ },
11939
+ {
11940
+ AccountKey20: {
11941
+ network: null,
11942
+ key: "0x8236a87084f8b84306f72007f36f2618a5634494"
11943
+ }
11829
11944
  }
11830
11945
  ]
11831
11946
  }
11832
11947
  },
11833
- existentialDeposit: "1000000000",
11834
- isFeeAsset: true
11948
+ existentialDeposit: "1"
11835
11949
  },
11836
11950
  {
11837
- symbol: "MOVR",
11951
+ symbol: "EURC",
11952
+ decimals: 6,
11953
+ location: {
11954
+ parents: 2,
11955
+ interior: {
11956
+ X2: [
11957
+ {
11958
+ GlobalConsensus: {
11959
+ Ethereum: {
11960
+ chainId: 1
11961
+ }
11962
+ }
11963
+ },
11964
+ {
11965
+ AccountKey20: {
11966
+ network: null,
11967
+ key: "0x1abaea1f7c830bd89acc67ec4af516284b1bc33c"
11968
+ }
11969
+ }
11970
+ ]
11971
+ }
11972
+ },
11973
+ existentialDeposit: "1"
11974
+ },
11975
+ {
11976
+ symbol: "SKY",
11838
11977
  decimals: 18,
11839
11978
  location: {
11840
- parents: 1,
11979
+ parents: 2,
11841
11980
  interior: {
11842
11981
  X2: [
11843
11982
  {
11844
- Parachain: 2023
11983
+ GlobalConsensus: {
11984
+ Ethereum: {
11985
+ chainId: 1
11986
+ }
11987
+ }
11845
11988
  },
11846
11989
  {
11847
- PalletInstance: 10
11990
+ AccountKey20: {
11991
+ network: null,
11992
+ key: "0x56072c95faa701256059aa122697b133aded9279"
11993
+ }
11848
11994
  }
11849
11995
  ]
11850
11996
  }
@@ -11852,43 +11998,59 @@ var AssetHubKusama = {
11852
11998
  existentialDeposit: "1"
11853
11999
  },
11854
12000
  {
11855
- symbol: "TEER",
11856
- decimals: 12,
12001
+ symbol: "USDC",
12002
+ decimals: 6,
11857
12003
  location: {
11858
- parents: 1,
12004
+ parents: 2,
11859
12005
  interior: {
11860
- X1: [
12006
+ X2: [
11861
12007
  {
11862
- Parachain: 2015
12008
+ GlobalConsensus: {
12009
+ Ethereum: {
12010
+ chainId: 1
12011
+ }
12012
+ }
12013
+ },
12014
+ {
12015
+ AccountKey20: {
12016
+ network: null,
12017
+ key: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
12018
+ }
11863
12019
  }
11864
12020
  ]
11865
12021
  }
11866
12022
  },
11867
- existentialDeposit: "1000000000",
11868
- isFeeAsset: true
12023
+ existentialDeposit: "10000",
12024
+ alias: "USDC2"
11869
12025
  },
11870
12026
  {
11871
- symbol: "ETH",
12027
+ symbol: "MYTH",
11872
12028
  decimals: 18,
11873
12029
  location: {
11874
12030
  parents: 2,
11875
12031
  interior: {
11876
- X1: [
12032
+ X2: [
11877
12033
  {
11878
12034
  GlobalConsensus: {
11879
12035
  Ethereum: {
11880
12036
  chainId: 1
11881
12037
  }
11882
12038
  }
12039
+ },
12040
+ {
12041
+ AccountKey20: {
12042
+ network: null,
12043
+ key: "0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003"
12044
+ }
11883
12045
  }
11884
12046
  ]
11885
12047
  }
11886
12048
  },
11887
- existentialDeposit: "15000000000000"
12049
+ existentialDeposit: "1"
11888
12050
  },
11889
12051
  {
11890
- symbol: "USDT",
11891
- decimals: 6,
12052
+ symbol: "CGT2.0",
12053
+ decimals: 18,
11892
12054
  location: {
11893
12055
  parents: 2,
11894
12056
  interior: {
@@ -11903,14 +12065,397 @@ var AssetHubKusama = {
11903
12065
  {
11904
12066
  AccountKey20: {
11905
12067
  network: null,
11906
- key: "0xdac17f958d2ee523a2206206994597c13d831ec7"
12068
+ key: "0x0e186357c323c806c1efdad36d217f7a54b63d18"
11907
12069
  }
11908
12070
  }
11909
12071
  ]
11910
12072
  }
11911
12073
  },
11912
- existentialDeposit: "10000",
11913
- alias: "USDT3"
12074
+ existentialDeposit: "1"
12075
+ },
12076
+ {
12077
+ symbol: "tBTC",
12078
+ decimals: 18,
12079
+ location: {
12080
+ parents: 2,
12081
+ interior: {
12082
+ X2: [
12083
+ {
12084
+ GlobalConsensus: {
12085
+ Ethereum: {
12086
+ chainId: 1
12087
+ }
12088
+ }
12089
+ },
12090
+ {
12091
+ AccountKey20: {
12092
+ network: null,
12093
+ key: "0x18084fba666a33d37592fa2633fd49a74dd93a88"
12094
+ }
12095
+ }
12096
+ ]
12097
+ }
12098
+ },
12099
+ existentialDeposit: "1"
12100
+ },
12101
+ {
12102
+ symbol: "wstETH",
12103
+ decimals: 18,
12104
+ location: {
12105
+ parents: 2,
12106
+ interior: {
12107
+ X2: [
12108
+ {
12109
+ GlobalConsensus: {
12110
+ Ethereum: {
12111
+ chainId: 1
12112
+ }
12113
+ }
12114
+ },
12115
+ {
12116
+ AccountKey20: {
12117
+ network: null,
12118
+ key: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"
12119
+ }
12120
+ }
12121
+ ]
12122
+ }
12123
+ },
12124
+ existentialDeposit: "1"
12125
+ },
12126
+ {
12127
+ symbol: "TONCOIN",
12128
+ decimals: 9,
12129
+ location: {
12130
+ parents: 2,
12131
+ interior: {
12132
+ X2: [
12133
+ {
12134
+ GlobalConsensus: {
12135
+ Ethereum: {
12136
+ chainId: 1
12137
+ }
12138
+ }
12139
+ },
12140
+ {
12141
+ AccountKey20: {
12142
+ network: null,
12143
+ key: "0x582d872a1b094fc48f5de31d3b73f2d9be47def1"
12144
+ }
12145
+ }
12146
+ ]
12147
+ }
12148
+ },
12149
+ existentialDeposit: "1"
12150
+ },
12151
+ {
12152
+ symbol: "DAI",
12153
+ decimals: 18,
12154
+ location: {
12155
+ parents: 2,
12156
+ interior: {
12157
+ X2: [
12158
+ {
12159
+ GlobalConsensus: {
12160
+ Ethereum: {
12161
+ chainId: 1
12162
+ }
12163
+ }
12164
+ },
12165
+ {
12166
+ AccountKey20: {
12167
+ network: null,
12168
+ key: "0x6b175474e89094c44da98b954eedeac495271d0f"
12169
+ }
12170
+ }
12171
+ ]
12172
+ }
12173
+ },
12174
+ existentialDeposit: "1",
12175
+ alias: "DAI2"
12176
+ },
12177
+ {
12178
+ symbol: "DOT",
12179
+ decimals: 10,
12180
+ location: {
12181
+ parents: 2,
12182
+ interior: {
12183
+ X1: [
12184
+ {
12185
+ GlobalConsensus: {
12186
+ polkadot: null
12187
+ }
12188
+ }
12189
+ ]
12190
+ }
12191
+ },
12192
+ existentialDeposit: "10000000",
12193
+ isFeeAsset: true,
12194
+ alias: "DOT2"
12195
+ },
12196
+ {
12197
+ symbol: "SHIB",
12198
+ decimals: 18,
12199
+ location: {
12200
+ parents: 2,
12201
+ interior: {
12202
+ X2: [
12203
+ {
12204
+ GlobalConsensus: {
12205
+ Ethereum: {
12206
+ chainId: 1
12207
+ }
12208
+ }
12209
+ },
12210
+ {
12211
+ AccountKey20: {
12212
+ network: null,
12213
+ key: "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"
12214
+ }
12215
+ }
12216
+ ]
12217
+ }
12218
+ },
12219
+ existentialDeposit: "1",
12220
+ alias: "SHIB2"
12221
+ },
12222
+ {
12223
+ symbol: "TNKR",
12224
+ decimals: 12,
12225
+ location: {
12226
+ parents: 1,
12227
+ interior: {
12228
+ X2: [
12229
+ {
12230
+ Parachain: 2125
12231
+ },
12232
+ {
12233
+ GeneralIndex: 0
12234
+ }
12235
+ ]
12236
+ }
12237
+ },
12238
+ existentialDeposit: "1000000000"
12239
+ },
12240
+ {
12241
+ symbol: "FREN",
12242
+ decimals: 12,
12243
+ location: {
12244
+ parents: 1,
12245
+ interior: {
12246
+ X1: [
12247
+ {
12248
+ Parachain: 2123
12249
+ }
12250
+ ]
12251
+ }
12252
+ },
12253
+ existentialDeposit: "1000000000",
12254
+ isFeeAsset: true
12255
+ },
12256
+ {
12257
+ symbol: "WBTC",
12258
+ decimals: 8,
12259
+ location: {
12260
+ parents: 2,
12261
+ interior: {
12262
+ X2: [
12263
+ {
12264
+ GlobalConsensus: {
12265
+ Ethereum: {
12266
+ chainId: 1
12267
+ }
12268
+ }
12269
+ },
12270
+ {
12271
+ AccountKey20: {
12272
+ network: null,
12273
+ key: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"
12274
+ }
12275
+ }
12276
+ ]
12277
+ }
12278
+ },
12279
+ existentialDeposit: "1"
12280
+ },
12281
+ {
12282
+ symbol: "MOVR",
12283
+ decimals: 18,
12284
+ location: {
12285
+ parents: 1,
12286
+ interior: {
12287
+ X2: [
12288
+ {
12289
+ Parachain: 2023
12290
+ },
12291
+ {
12292
+ PalletInstance: 10
12293
+ }
12294
+ ]
12295
+ }
12296
+ },
12297
+ existentialDeposit: "1"
12298
+ },
12299
+ {
12300
+ symbol: "TEER",
12301
+ decimals: 12,
12302
+ location: {
12303
+ parents: 1,
12304
+ interior: {
12305
+ X1: [
12306
+ {
12307
+ Parachain: 2015
12308
+ }
12309
+ ]
12310
+ }
12311
+ },
12312
+ existentialDeposit: "1000000000",
12313
+ isFeeAsset: true
12314
+ },
12315
+ {
12316
+ symbol: "TBTC",
12317
+ decimals: 18,
12318
+ location: {
12319
+ parents: 2,
12320
+ interior: {
12321
+ X2: [
12322
+ {
12323
+ GlobalConsensus: {
12324
+ Ethereum: {
12325
+ chainId: 1
12326
+ }
12327
+ }
12328
+ },
12329
+ {
12330
+ AccountKey20: {
12331
+ network: null,
12332
+ key: "0x8daebade922df735c38c80c7ebd708af50815faa"
12333
+ }
12334
+ }
12335
+ ]
12336
+ }
12337
+ },
12338
+ existentialDeposit: "1"
12339
+ },
12340
+ {
12341
+ symbol: "ETH",
12342
+ decimals: 18,
12343
+ location: {
12344
+ parents: 2,
12345
+ interior: {
12346
+ X1: [
12347
+ {
12348
+ GlobalConsensus: {
12349
+ Ethereum: {
12350
+ chainId: 1
12351
+ }
12352
+ }
12353
+ }
12354
+ ]
12355
+ }
12356
+ },
12357
+ existentialDeposit: "15000000000000"
12358
+ },
12359
+ {
12360
+ symbol: "KILT",
12361
+ decimals: 15,
12362
+ location: {
12363
+ parents: 2,
12364
+ interior: {
12365
+ X2: [
12366
+ {
12367
+ GlobalConsensus: {
12368
+ Ethereum: {
12369
+ chainId: 1
12370
+ }
12371
+ }
12372
+ },
12373
+ {
12374
+ AccountKey20: {
12375
+ network: null,
12376
+ key: "0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb"
12377
+ }
12378
+ }
12379
+ ]
12380
+ }
12381
+ },
12382
+ existentialDeposit: "1"
12383
+ },
12384
+ {
12385
+ symbol: "USDT",
12386
+ decimals: 6,
12387
+ location: {
12388
+ parents: 2,
12389
+ interior: {
12390
+ X2: [
12391
+ {
12392
+ GlobalConsensus: {
12393
+ Ethereum: {
12394
+ chainId: 1
12395
+ }
12396
+ }
12397
+ },
12398
+ {
12399
+ AccountKey20: {
12400
+ network: null,
12401
+ key: "0xdac17f958d2ee523a2206206994597c13d831ec7"
12402
+ }
12403
+ }
12404
+ ]
12405
+ }
12406
+ },
12407
+ existentialDeposit: "10000",
12408
+ alias: "USDT3"
12409
+ },
12410
+ {
12411
+ symbol: "LINK",
12412
+ decimals: 18,
12413
+ location: {
12414
+ parents: 2,
12415
+ interior: {
12416
+ X2: [
12417
+ {
12418
+ GlobalConsensus: {
12419
+ Ethereum: {
12420
+ chainId: 1
12421
+ }
12422
+ }
12423
+ },
12424
+ {
12425
+ AccountKey20: {
12426
+ network: null,
12427
+ key: "0x514910771af9ca656af840dff83e8264ecf986ca"
12428
+ }
12429
+ }
12430
+ ]
12431
+ }
12432
+ },
12433
+ existentialDeposit: "1"
12434
+ },
12435
+ {
12436
+ symbol: "AAVE",
12437
+ decimals: 18,
12438
+ location: {
12439
+ parents: 2,
12440
+ interior: {
12441
+ X2: [
12442
+ {
12443
+ GlobalConsensus: {
12444
+ Ethereum: {
12445
+ chainId: 1
12446
+ }
12447
+ }
12448
+ },
12449
+ {
12450
+ AccountKey20: {
12451
+ network: null,
12452
+ key: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9"
12453
+ }
12454
+ }
12455
+ ]
12456
+ }
12457
+ },
12458
+ existentialDeposit: "1"
11914
12459
  },
11915
12460
  {
11916
12461
  symbol: "wstETH",
@@ -17438,6 +17983,7 @@ var assetsMapJson = {
17438
17983
  Darwinia: Darwinia,
17439
17984
  EnergyWebX: EnergyWebX,
17440
17985
  Hydration: Hydration,
17986
+ IntegriteePolkadot: IntegriteePolkadot,
17441
17987
  IntegriteeKusama: IntegriteeKusama,
17442
17988
  Interlay: Interlay,
17443
17989
  Heima: Heima,