@defisaver/tokens 1.6.21 → 1.6.22
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 -0
- package/esm/assets.js +1 -0
- package/package.json +1 -1
- package/src/assets.ts +1 -0
package/cjs/assets.js
CHANGED
|
@@ -603,6 +603,7 @@ exports.assets = [
|
|
|
603
603
|
}, exchange: true, decimals: 18 }),
|
|
604
604
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'LQTY', name: 'Liquity', addresses: {
|
|
605
605
|
1: LqtyAddress,
|
|
606
|
+
42161: '0xfb9E5D956D889D91a82737B9bFCDaC1DCE3e1449'
|
|
606
607
|
}, exchange: true, decimals: 18 }),
|
|
607
608
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'LUSD', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Liquity USD', addresses: {
|
|
608
609
|
1: LusdAddress,
|
package/esm/assets.js
CHANGED
|
@@ -600,6 +600,7 @@ export const assets = [
|
|
|
600
600
|
}, exchange: true, decimals: 18 }),
|
|
601
601
|
Object.assign(Object.assign({}, assetProto), { symbol: 'LQTY', name: 'Liquity', addresses: {
|
|
602
602
|
1: LqtyAddress,
|
|
603
|
+
42161: '0xfb9E5D956D889D91a82737B9bFCDaC1DCE3e1449'
|
|
603
604
|
}, exchange: true, decimals: 18 }),
|
|
604
605
|
Object.assign(Object.assign({}, assetProto), { symbol: 'LUSD', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Liquity USD', addresses: {
|
|
605
606
|
1: LusdAddress,
|
package/package.json
CHANGED