@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
|
-
[
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
},
|
164
|
+
// [HMTR]: {
|
165
|
+
// ticker: "HMTR",
|
166
|
+
// decimals: 0,
|
167
|
+
// isMeme: true,
|
168
|
+
// },
|
169
169
|
};
|
package/package.json
CHANGED
@@ -170,9 +170,9 @@ export const TOKEN_INFO: { [key: string]: TokenInfo } = {
|
|
170
170
|
decimals: 6,
|
171
171
|
isMeme: true,
|
172
172
|
},
|
173
|
-
[HMTR]: {
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
},
|
173
|
+
// [HMTR]: {
|
174
|
+
// ticker: "HMTR",
|
175
|
+
// decimals: 0,
|
176
|
+
// isMeme: true,
|
177
|
+
// },
|
178
178
|
};
|