@paraspell/assets 13.10.1 → 13.11.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 (2) hide show
  1. package/dist/index.mjs +23 -17
  2. package/package.json +4 -2
package/dist/index.mjs CHANGED
@@ -3279,6 +3279,29 @@ var Hydration = {
3279
3279
  },
3280
3280
  isFeeAsset: true
3281
3281
  },
3282
+ {
3283
+ assetId: "67",
3284
+ symbol: "GIGAHDX",
3285
+ decimals: 12,
3286
+ existentialDeposit: "0",
3287
+ location: {
3288
+ parents: 1,
3289
+ interior: {
3290
+ X2: [
3291
+ {
3292
+ Parachain: 2034
3293
+ },
3294
+ {
3295
+ AccountKey20: {
3296
+ network: null,
3297
+ key: "0x6b9ac524ec8f08c49ec80176b138d16eb461c3d8"
3298
+ }
3299
+ }
3300
+ ]
3301
+ }
3302
+ },
3303
+ isFeeAsset: true
3304
+ },
3282
3305
  {
3283
3306
  assetId: "20",
3284
3307
  symbol: "WETH",
@@ -16288,23 +16311,6 @@ var AssetHubWestend = {
16288
16311
  },
16289
16312
  existentialDeposit: "20000000000000000"
16290
16313
  },
16291
- {
16292
- symbol: "ROC",
16293
- decimals: 12,
16294
- location: {
16295
- parents: 2,
16296
- interior: {
16297
- X1: [
16298
- {
16299
- GlobalConsensus: {
16300
- unused5: null
16301
- }
16302
- }
16303
- ]
16304
- }
16305
- },
16306
- existentialDeposit: "10000000000"
16307
- },
16308
16314
  {
16309
16315
  symbol: "WETH",
16310
16316
  decimals: 18,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "13.10.1",
3
+ "version": "13.11.0",
4
4
  "description": "Assets for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,12 +22,14 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@paraspell/sdk-common": "13.10.1"
25
+ "@paraspell/sdk-common": "13.11.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@babel/plugin-syntax-import-attributes": "^7.29.7",
29
29
  "@babel/preset-env": "^7.29.7",
30
30
  "@codecov/rollup-plugin": "^2.0.1",
31
+ "@polkadot-api/metadata-builders": "^0.14.3",
32
+ "@polkadot-api/substrate-bindings": "^0.20.3",
31
33
  "@rollup/plugin-babel": "^7.1.0",
32
34
  "@rollup/plugin-json": "^6.1.0",
33
35
  "@rollup/plugin-typescript": "^12.3.0",