@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 +1 -1
- package/esm/assets.js +1 -1
- package/package.json +1 -1
- package/src/assets.ts +1 -1
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:
|
|
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:
|
|
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
package/src/assets.ts
CHANGED