@paraspell/assets 11.5.1 → 11.6.1

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