@defisaver/tokens 1.6.21 → 1.6.23
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 +2 -0
- package/esm/assets.js +2 -0
- package/package.json +1 -1
- package/src/assets.ts +2 -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,
|
|
@@ -1025,6 +1026,7 @@ exports.assets = [
|
|
|
1025
1026
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'tBTC', feedAvailability: { 1: true }, name: 'tBTC', addresses: {
|
|
1026
1027
|
1: tBTCAddress,
|
|
1027
1028
|
8453: '0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b',
|
|
1029
|
+
42161: '0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40',
|
|
1028
1030
|
}, decimals: 18 }),
|
|
1029
1031
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'STG', feedAvailability: { 1: true }, name: 'STG', addresses: {
|
|
1030
1032
|
1: '0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6',
|
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,
|
|
@@ -1022,6 +1023,7 @@ export const assets = [
|
|
|
1022
1023
|
Object.assign(Object.assign({}, assetProto), { symbol: 'tBTC', feedAvailability: { 1: true }, name: 'tBTC', addresses: {
|
|
1023
1024
|
1: tBTCAddress,
|
|
1024
1025
|
8453: '0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b',
|
|
1026
|
+
42161: '0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40',
|
|
1025
1027
|
}, decimals: 18 }),
|
|
1026
1028
|
Object.assign(Object.assign({}, assetProto), { symbol: 'STG', feedAvailability: { 1: true }, name: 'STG', addresses: {
|
|
1027
1029
|
1: '0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6',
|
package/package.json
CHANGED
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,
|
|
@@ -2814,6 +2815,7 @@ export const assets: AssetDataBase[] = [
|
|
|
2814
2815
|
addresses: {
|
|
2815
2816
|
1: tBTCAddress,
|
|
2816
2817
|
8453: '0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b',
|
|
2818
|
+
42161: '0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40',
|
|
2817
2819
|
},
|
|
2818
2820
|
decimals: 18,
|
|
2819
2821
|
},
|