@paraspell/assets 12.4.0 → 12.5.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 +18 -0
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -17782,6 +17782,24 @@ var AssetHubPaseo = {
17782
17782
  existentialDeposit: "15000000000000",
17783
17783
  isFeeAsset: true
17784
17784
  },
17785
+ {
17786
+ symbol: "HOLLAR",
17787
+ decimals: 18,
17788
+ location: {
17789
+ parents: 1,
17790
+ interior: {
17791
+ X2: [
17792
+ {
17793
+ Parachain: 2034
17794
+ },
17795
+ {
17796
+ GeneralIndex: 222
17797
+ }
17798
+ ]
17799
+ }
17800
+ },
17801
+ existentialDeposit: "20000000000000000"
17802
+ },
17785
17803
  {
17786
17804
  symbol: "MERC",
17787
17805
  decimals: 18,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "12.4.0",
3
+ "version": "12.5.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": "12.4.0"
26
+ "@paraspell/sdk-common": "12.5.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",
@@ -34,13 +34,13 @@
34
34
  "@rollup/plugin-babel": "^6.1.0",
35
35
  "@rollup/plugin-json": "^6.1.0",
36
36
  "@rollup/plugin-typescript": "^12.3.0",
37
- "@snowbridge/registry": "^0.2.20",
37
+ "@snowbridge/registry": "^0.3.2",
38
38
  "@vitest/coverage-v8": "^4.0.16",
39
39
  "dotenv": "^17.2.3",
40
40
  "rollup": "^4.54.0",
41
41
  "rollup-plugin-dts": "^6.3.0",
42
42
  "ts-node": "^10.9.2",
43
- "viem": "2.40.3"
43
+ "viem": "2.45.0"
44
44
  },
45
45
  "scripts": {
46
46
  "compile": "tsc --noEmit",