@paraspell/assets 11.14.7 → 11.14.8

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 CHANGED
@@ -2900,7 +2900,7 @@ var Xode = {
2900
2900
  otherAssets: [
2901
2901
  {
2902
2902
  assetId: "1000000002",
2903
- symbol: "GXON",
2903
+ symbol: "gXON",
2904
2904
  decimals: 12,
2905
2905
  existentialDeposit: "1000000000"
2906
2906
  },
@@ -4266,6 +4266,12 @@ var Hydration = {
4266
4266
  },
4267
4267
  isFeeAsset: true
4268
4268
  },
4269
+ {
4270
+ assetId: "42",
4271
+ symbol: "EURC",
4272
+ decimals: 6,
4273
+ existentialDeposit: "14000"
4274
+ },
4269
4275
  {
4270
4276
  assetId: "102",
4271
4277
  symbol: "2-Pool",
package/dist/index.mjs CHANGED
@@ -2898,7 +2898,7 @@ var Xode = {
2898
2898
  otherAssets: [
2899
2899
  {
2900
2900
  assetId: "1000000002",
2901
- symbol: "GXON",
2901
+ symbol: "gXON",
2902
2902
  decimals: 12,
2903
2903
  existentialDeposit: "1000000000"
2904
2904
  },
@@ -4264,6 +4264,12 @@ var Hydration = {
4264
4264
  },
4265
4265
  isFeeAsset: true
4266
4266
  },
4267
+ {
4268
+ assetId: "42",
4269
+ symbol: "EURC",
4270
+ decimals: 6,
4271
+ existentialDeposit: "14000"
4272
+ },
4267
4273
  {
4268
4274
  assetId: "102",
4269
4275
  symbol: "2-Pool",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "11.14.7",
3
+ "version": "11.14.8",
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.14.7"
26
+ "@paraspell/sdk-common": "11.14.8"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",