@haven-fi/solauto-sdk 1.0.380 → 1.0.381

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.
@@ -161,9 +161,9 @@ exports.TOKEN_INFO = {
161
161
  decimals: 6,
162
162
  isMeme: true,
163
163
  },
164
- [exports.HMTR]: {
165
- ticker: "HMTR",
166
- decimals: 0,
167
- isMeme: true,
168
- },
164
+ // [HMTR]: {
165
+ // ticker: "HMTR",
166
+ // decimals: 0,
167
+ // isMeme: true,
168
+ // },
169
169
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haven-fi/solauto-sdk",
3
- "version": "1.0.380",
3
+ "version": "1.0.381",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "description": "Typescript SDK for the Solauto program on the Solana blockchain",
@@ -170,9 +170,9 @@ export const TOKEN_INFO: { [key: string]: TokenInfo } = {
170
170
  decimals: 6,
171
171
  isMeme: true,
172
172
  },
173
- [HMTR]: {
174
- ticker: "HMTR",
175
- decimals: 0,
176
- isMeme: true,
177
- },
173
+ // [HMTR]: {
174
+ // ticker: "HMTR",
175
+ // decimals: 0,
176
+ // isMeme: true,
177
+ // },
178
178
  };