@defisaver/tokens 1.7.41-groove-dev → 1.7.41

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/cjs/assets.js CHANGED
@@ -1397,7 +1397,7 @@ exports.assets = [
1397
1397
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PRIME', name: 'Hastra PRIME', decimals: 6, exchange: true, isStable: true, addresses: {
1398
1398
  1: "0x19ebb35279A16207Ec4ba82799CC64715065F7F6",
1399
1399
  } }),
1400
- Object.assign(Object.assign({}, exports.assetProto), { symbol: 'GROVE', name: 'GROVE', decimals: 18, exchange: true, isStable: true, addresses: {
1400
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'GROVE', name: 'GROVE', decimals: 18, exchange: true, isStable: false, addresses: {
1401
1401
  1: "0xB30FE1Cf884B48a22a50D22a9282004F2c5E9406",
1402
1402
  } }),
1403
1403
  ];
package/esm/assets.js CHANGED
@@ -1394,7 +1394,7 @@ export const assets = [
1394
1394
  Object.assign(Object.assign({}, assetProto), { symbol: 'PRIME', name: 'Hastra PRIME', decimals: 6, exchange: true, isStable: true, addresses: {
1395
1395
  1: "0x19ebb35279A16207Ec4ba82799CC64715065F7F6",
1396
1396
  } }),
1397
- Object.assign(Object.assign({}, assetProto), { symbol: 'GROVE', name: 'GROVE', decimals: 18, exchange: true, isStable: true, addresses: {
1397
+ Object.assign(Object.assign({}, assetProto), { symbol: 'GROVE', name: 'GROVE', decimals: 18, exchange: true, isStable: false, addresses: {
1398
1398
  1: "0xB30FE1Cf884B48a22a50D22a9282004F2c5E9406",
1399
1399
  } }),
1400
1400
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.41-groove-dev",
3
+ "version": "1.7.41",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -4193,7 +4193,7 @@ export const assets: AssetDataBase[] = [
4193
4193
  name: 'GROVE',
4194
4194
  decimals:18,
4195
4195
  exchange: true,
4196
- isStable: true,
4196
+ isStable: false,
4197
4197
  addresses: {
4198
4198
  1: "0xB30FE1Cf884B48a22a50D22a9282004F2c5E9406",
4199
4199
  },