@paraspell/assets 10.10.8 → 10.10.10

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/README.md +7 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -121,13 +121,19 @@ getAssetMultiLocation(chainFrom, { symbol: symbol } | { id: assetId })
121
121
 
122
122
  Assets can be tested in [Playground](https://playground.paraspell.xyz/xcm-sdk/assets).
123
123
 
124
+ ## Get Support 🚑
125
+
126
+ - Contact form on our [landing page](https://paraspell.xyz/#contact-us).
127
+ - Message us on our [X](https://x.com/paraspell).
128
+ - Support channel on [telegram](https://t.me/paraspell).
129
+
124
130
  ## License
125
131
 
126
132
  Made with 💛 by [ParaSpell✨](https://paraspell.xyz/)
127
133
 
128
134
  Published under [MIT License](https://github.com/paraspell/xcm-tools/blob/main/packages/assets/LICENSE).
129
135
 
130
- ## Support
136
+ ## Supported by
131
137
 
132
138
  <div align="center">
133
139
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "10.10.8",
3
+ "version": "10.10.10",
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": "10.10.8"
26
+ "@paraspell/sdk-common": "10.10.10"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",