@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.6.21",
3
+ "version": "1.6.22",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -1424,6 +1424,7 @@ export const assets: AssetDataBase[] = [
1424
1424
  name: 'Liquity',
1425
1425
  addresses: {
1426
1426
  1: LqtyAddress,
1427
+ 42161: '0xfb9E5D956D889D91a82737B9bFCDaC1DCE3e1449'
1427
1428
  },
1428
1429
  exchange: true,
1429
1430
  decimals: 18,