@nexusmutual/sdk 0.2.4 → 0.2.5
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/dist/data/products.json +55 -3
- package/dist/index.d.mts +60 -4
- package/dist/index.d.ts +60 -4
- package/dist/index.js +59 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +59 -3
- package/dist/index.mjs.map +1 -1
- package/dist/logos/deprecated.svg +1 -0
- package/dist/logos/types.ts +8 -0
- package/package.json +2 -2
package/dist/data/products.json
CHANGED
|
@@ -1662,6 +1662,58 @@
|
|
|
1662
1662
|
"id": 119,
|
|
1663
1663
|
"name": "Yearn v3",
|
|
1664
1664
|
"productType": 0,
|
|
1665
|
+
"isDeprecated": true,
|
|
1666
|
+
"useFixedPrice": false,
|
|
1667
|
+
"logo": "deprecated.svg",
|
|
1668
|
+
"metadata": {},
|
|
1669
|
+
"coverAssets": [
|
|
1670
|
+
"ETH",
|
|
1671
|
+
"DAI"
|
|
1672
|
+
]
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"id": 120,
|
|
1676
|
+
"name": "Velodrome v2",
|
|
1677
|
+
"productType": 0,
|
|
1678
|
+
"isDeprecated": true,
|
|
1679
|
+
"useFixedPrice": false,
|
|
1680
|
+
"logo": "deprecated.svg",
|
|
1681
|
+
"metadata": {},
|
|
1682
|
+
"coverAssets": [
|
|
1683
|
+
"ETH",
|
|
1684
|
+
"DAI"
|
|
1685
|
+
]
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"id": 121,
|
|
1689
|
+
"name": "GMX v2",
|
|
1690
|
+
"productType": 0,
|
|
1691
|
+
"isDeprecated": true,
|
|
1692
|
+
"useFixedPrice": false,
|
|
1693
|
+
"logo": "deprecated.svg",
|
|
1694
|
+
"metadata": {},
|
|
1695
|
+
"coverAssets": [
|
|
1696
|
+
"ETH",
|
|
1697
|
+
"DAI"
|
|
1698
|
+
]
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"id": 122,
|
|
1702
|
+
"name": "dHEDGE",
|
|
1703
|
+
"productType": 0,
|
|
1704
|
+
"isDeprecated": true,
|
|
1705
|
+
"useFixedPrice": false,
|
|
1706
|
+
"logo": "deprecated.svg",
|
|
1707
|
+
"metadata": {},
|
|
1708
|
+
"coverAssets": [
|
|
1709
|
+
"ETH",
|
|
1710
|
+
"DAI"
|
|
1711
|
+
]
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"id": 123,
|
|
1715
|
+
"name": "Yearn v3",
|
|
1716
|
+
"productType": 0,
|
|
1665
1717
|
"isDeprecated": false,
|
|
1666
1718
|
"useFixedPrice": false,
|
|
1667
1719
|
"logo": "yearn.svg",
|
|
@@ -1672,7 +1724,7 @@
|
|
|
1672
1724
|
]
|
|
1673
1725
|
},
|
|
1674
1726
|
{
|
|
1675
|
-
"id":
|
|
1727
|
+
"id": 124,
|
|
1676
1728
|
"name": "Velodrome v2",
|
|
1677
1729
|
"productType": 0,
|
|
1678
1730
|
"isDeprecated": false,
|
|
@@ -1685,7 +1737,7 @@
|
|
|
1685
1737
|
]
|
|
1686
1738
|
},
|
|
1687
1739
|
{
|
|
1688
|
-
"id":
|
|
1740
|
+
"id": 125,
|
|
1689
1741
|
"name": "GMX v2",
|
|
1690
1742
|
"productType": 0,
|
|
1691
1743
|
"isDeprecated": false,
|
|
@@ -1698,7 +1750,7 @@
|
|
|
1698
1750
|
]
|
|
1699
1751
|
},
|
|
1700
1752
|
{
|
|
1701
|
-
"id":
|
|
1753
|
+
"id": 126,
|
|
1702
1754
|
"name": "dHEDGE",
|
|
1703
1755
|
"productType": 0,
|
|
1704
1756
|
"isDeprecated": false,
|
package/dist/index.d.mts
CHANGED
|
@@ -1755,6 +1755,62 @@ var products = [
|
|
|
1755
1755
|
id: 119,
|
|
1756
1756
|
name: "Yearn v3",
|
|
1757
1757
|
productType: 0,
|
|
1758
|
+
isDeprecated: true,
|
|
1759
|
+
useFixedPrice: false,
|
|
1760
|
+
logo: "deprecated.svg",
|
|
1761
|
+
metadata: {
|
|
1762
|
+
},
|
|
1763
|
+
coverAssets: [
|
|
1764
|
+
"ETH",
|
|
1765
|
+
"DAI"
|
|
1766
|
+
]
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
id: 120,
|
|
1770
|
+
name: "Velodrome v2",
|
|
1771
|
+
productType: 0,
|
|
1772
|
+
isDeprecated: true,
|
|
1773
|
+
useFixedPrice: false,
|
|
1774
|
+
logo: "deprecated.svg",
|
|
1775
|
+
metadata: {
|
|
1776
|
+
},
|
|
1777
|
+
coverAssets: [
|
|
1778
|
+
"ETH",
|
|
1779
|
+
"DAI"
|
|
1780
|
+
]
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
id: 121,
|
|
1784
|
+
name: "GMX v2",
|
|
1785
|
+
productType: 0,
|
|
1786
|
+
isDeprecated: true,
|
|
1787
|
+
useFixedPrice: false,
|
|
1788
|
+
logo: "deprecated.svg",
|
|
1789
|
+
metadata: {
|
|
1790
|
+
},
|
|
1791
|
+
coverAssets: [
|
|
1792
|
+
"ETH",
|
|
1793
|
+
"DAI"
|
|
1794
|
+
]
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
id: 122,
|
|
1798
|
+
name: "dHEDGE",
|
|
1799
|
+
productType: 0,
|
|
1800
|
+
isDeprecated: true,
|
|
1801
|
+
useFixedPrice: false,
|
|
1802
|
+
logo: "deprecated.svg",
|
|
1803
|
+
metadata: {
|
|
1804
|
+
},
|
|
1805
|
+
coverAssets: [
|
|
1806
|
+
"ETH",
|
|
1807
|
+
"DAI"
|
|
1808
|
+
]
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
id: 123,
|
|
1812
|
+
name: "Yearn v3",
|
|
1813
|
+
productType: 0,
|
|
1758
1814
|
isDeprecated: false,
|
|
1759
1815
|
useFixedPrice: false,
|
|
1760
1816
|
logo: "yearn.svg",
|
|
@@ -1766,7 +1822,7 @@ var products = [
|
|
|
1766
1822
|
]
|
|
1767
1823
|
},
|
|
1768
1824
|
{
|
|
1769
|
-
id:
|
|
1825
|
+
id: 124,
|
|
1770
1826
|
name: "Velodrome v2",
|
|
1771
1827
|
productType: 0,
|
|
1772
1828
|
isDeprecated: false,
|
|
@@ -1780,7 +1836,7 @@ var products = [
|
|
|
1780
1836
|
]
|
|
1781
1837
|
},
|
|
1782
1838
|
{
|
|
1783
|
-
id:
|
|
1839
|
+
id: 125,
|
|
1784
1840
|
name: "GMX v2",
|
|
1785
1841
|
productType: 0,
|
|
1786
1842
|
isDeprecated: false,
|
|
@@ -1794,7 +1850,7 @@ var products = [
|
|
|
1794
1850
|
]
|
|
1795
1851
|
},
|
|
1796
1852
|
{
|
|
1797
|
-
id:
|
|
1853
|
+
id: 126,
|
|
1798
1854
|
name: "dHEDGE",
|
|
1799
1855
|
productType: 0,
|
|
1800
1856
|
isDeprecated: false,
|
|
@@ -1889,7 +1945,7 @@ var productTypes = [
|
|
|
1889
1945
|
}
|
|
1890
1946
|
];
|
|
1891
1947
|
|
|
1892
|
-
type LogoFileName = 'zerox.svg' | 'oneinch.svg' | 'aavev2.svg' | 'abracadabra.svg' | 'alchemix.svg' | 'anchor.svg' | 'angle.svg' | 'argent.svg' | 'aura.svg' | 'babylon.svg' | 'badgerdao.svg' | 'balancer.svg' | 'bancor.svg' | 'bancor.svg' | 'beefy.svg' | 'binance.svg' | 'blockFi.svg' | 'gelt.svg' | 'centrifuge.svg' | 'coinbase.svg' | 'compoundv2.svg' | 'convex.svg' | 'convex.svg' | 'convex.svg' | 'crypto-com.svg' | 'curve.svg' | 'curve.svg' | 'curve.svg' | 'dydx.svg' | 'ease.svg' | 'enzyme.svg' | 'enzyme.svg' | 'eth.svg' | 'euler.svg' | 'fodl.svg' | 'ftx.svg' | 'gearbox.svg' | 'gemini.svg' | 'gmx.svg' | 'goldfinch.svg' | 'hodlnaut.svg' | 'kraken.svg' | 'ledn.svg' | 'liquidcollective.svg' | 'liquity.svg' | 'makerdao.svg' | 'mstable.svg' | 'nested.svg' | 'nexo.svg' | 'notional-finance.svg' | 'olympusdao.svg' | 'opyn.png' | 'originusd.svg' | 'pangolin.svg' | 'perpetual.svg' | 'pooltogether.svg' | 'premia.svg' | 'rari.svg' | 'reflexer.png' | 'ribbon.svg' | 'gnosis-safe.svg' | 'tokensets.svg' | 'tokensets.svg' | 'sherlock.svg' | 'stakedao.svg' | 'stakewise.svg' | 'stakewise.svg' | 'sushiswap.svg' | 'synthetix.svg' | 'thorchain.svg' | 'trader-joe.svg' | 'uniswapv2.svg' | 'uniswapv2.svg' | 'vector.svg' | 'vesper.svg' | 'yearn.svg' | 'yearn.svg' | 'yeti.png' | 'yield-app.svg' | 'alpaca.svg' | 'wefi.png' | 'exactly.svg' | 'etherfi.png' | 'squeeth-by-opyn.png' | 'rage-trade.svg' | 'sentiment.png' | 'lyra.svg' | 'perennial.jpeg' | 'liquify.svg' | 'lyra.svg' | 'buffer-finance.svg' | 'hook.jpeg' | 'holyheld.jpeg' | 'union-finance.svg' | 'openq.png' | 'level-finance.png' | 'offramp.png' | 'aavev3.svg' | 'morpho.svg' | 'chorusone.svg' | 'kiln.svg' | 'vertex.svg' | 'the-retail-mutual.png' | 'figment.svg' | 'teller.svg' | 'ajna.svg' | 'eigenlayer.png' | 'vox.png' | 'mahalend.svg' | 'self.svg' | 'scallop.svg' | 'wefi.png' | 'zktsunami.svg' | 'hats.svg' | 'makerdao-dsr.svg' | 'spark-lending.svg' | 'defi-edge.svg' | 'stakewisev3.svg' | 'compoundv3.svg' | 'yearn.svg' | 'velodrome2.svg' | 'gmxv2.svg' | 'dhedge.svg';
|
|
1948
|
+
type LogoFileName = 'zerox.svg' | 'oneinch.svg' | 'aavev2.svg' | 'abracadabra.svg' | 'alchemix.svg' | 'anchor.svg' | 'angle.svg' | 'argent.svg' | 'aura.svg' | 'babylon.svg' | 'badgerdao.svg' | 'balancer.svg' | 'bancor.svg' | 'bancor.svg' | 'beefy.svg' | 'binance.svg' | 'blockFi.svg' | 'gelt.svg' | 'centrifuge.svg' | 'coinbase.svg' | 'compoundv2.svg' | 'convex.svg' | 'convex.svg' | 'convex.svg' | 'crypto-com.svg' | 'curve.svg' | 'curve.svg' | 'curve.svg' | 'dydx.svg' | 'ease.svg' | 'enzyme.svg' | 'enzyme.svg' | 'eth.svg' | 'euler.svg' | 'fodl.svg' | 'ftx.svg' | 'gearbox.svg' | 'gemini.svg' | 'gmx.svg' | 'goldfinch.svg' | 'hodlnaut.svg' | 'kraken.svg' | 'ledn.svg' | 'liquidcollective.svg' | 'liquity.svg' | 'makerdao.svg' | 'mstable.svg' | 'nested.svg' | 'nexo.svg' | 'notional-finance.svg' | 'olympusdao.svg' | 'opyn.png' | 'originusd.svg' | 'pangolin.svg' | 'perpetual.svg' | 'pooltogether.svg' | 'premia.svg' | 'rari.svg' | 'reflexer.png' | 'ribbon.svg' | 'gnosis-safe.svg' | 'tokensets.svg' | 'tokensets.svg' | 'sherlock.svg' | 'stakedao.svg' | 'stakewise.svg' | 'stakewise.svg' | 'sushiswap.svg' | 'synthetix.svg' | 'thorchain.svg' | 'trader-joe.svg' | 'uniswapv2.svg' | 'uniswapv2.svg' | 'vector.svg' | 'vesper.svg' | 'yearn.svg' | 'yearn.svg' | 'yeti.png' | 'yield-app.svg' | 'alpaca.svg' | 'wefi.png' | 'exactly.svg' | 'etherfi.png' | 'squeeth-by-opyn.png' | 'rage-trade.svg' | 'sentiment.png' | 'lyra.svg' | 'perennial.jpeg' | 'liquify.svg' | 'lyra.svg' | 'buffer-finance.svg' | 'hook.jpeg' | 'holyheld.jpeg' | 'union-finance.svg' | 'openq.png' | 'level-finance.png' | 'offramp.png' | 'aavev3.svg' | 'morpho.svg' | 'chorusone.svg' | 'kiln.svg' | 'vertex.svg' | 'the-retail-mutual.png' | 'figment.svg' | 'teller.svg' | 'ajna.svg' | 'eigenlayer.png' | 'vox.png' | 'mahalend.svg' | 'self.svg' | 'scallop.svg' | 'wefi.png' | 'zktsunami.svg' | 'hats.svg' | 'makerdao-dsr.svg' | 'spark-lending.svg' | 'defi-edge.svg' | 'stakewisev3.svg' | 'compoundv3.svg' | 'deprecated.svg' | 'deprecated.svg' | 'deprecated.svg' | 'deprecated.svg' | 'yearn.svg' | 'velodrome2.svg' | 'gmxv2.svg' | 'dhedge.svg';
|
|
1893
1949
|
declare const allLogoFileNames: LogoFileName[];
|
|
1894
1950
|
|
|
1895
1951
|
type Reserves = {
|
package/dist/index.d.ts
CHANGED
|
@@ -1755,6 +1755,62 @@ var products = [
|
|
|
1755
1755
|
id: 119,
|
|
1756
1756
|
name: "Yearn v3",
|
|
1757
1757
|
productType: 0,
|
|
1758
|
+
isDeprecated: true,
|
|
1759
|
+
useFixedPrice: false,
|
|
1760
|
+
logo: "deprecated.svg",
|
|
1761
|
+
metadata: {
|
|
1762
|
+
},
|
|
1763
|
+
coverAssets: [
|
|
1764
|
+
"ETH",
|
|
1765
|
+
"DAI"
|
|
1766
|
+
]
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
id: 120,
|
|
1770
|
+
name: "Velodrome v2",
|
|
1771
|
+
productType: 0,
|
|
1772
|
+
isDeprecated: true,
|
|
1773
|
+
useFixedPrice: false,
|
|
1774
|
+
logo: "deprecated.svg",
|
|
1775
|
+
metadata: {
|
|
1776
|
+
},
|
|
1777
|
+
coverAssets: [
|
|
1778
|
+
"ETH",
|
|
1779
|
+
"DAI"
|
|
1780
|
+
]
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
id: 121,
|
|
1784
|
+
name: "GMX v2",
|
|
1785
|
+
productType: 0,
|
|
1786
|
+
isDeprecated: true,
|
|
1787
|
+
useFixedPrice: false,
|
|
1788
|
+
logo: "deprecated.svg",
|
|
1789
|
+
metadata: {
|
|
1790
|
+
},
|
|
1791
|
+
coverAssets: [
|
|
1792
|
+
"ETH",
|
|
1793
|
+
"DAI"
|
|
1794
|
+
]
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
id: 122,
|
|
1798
|
+
name: "dHEDGE",
|
|
1799
|
+
productType: 0,
|
|
1800
|
+
isDeprecated: true,
|
|
1801
|
+
useFixedPrice: false,
|
|
1802
|
+
logo: "deprecated.svg",
|
|
1803
|
+
metadata: {
|
|
1804
|
+
},
|
|
1805
|
+
coverAssets: [
|
|
1806
|
+
"ETH",
|
|
1807
|
+
"DAI"
|
|
1808
|
+
]
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
id: 123,
|
|
1812
|
+
name: "Yearn v3",
|
|
1813
|
+
productType: 0,
|
|
1758
1814
|
isDeprecated: false,
|
|
1759
1815
|
useFixedPrice: false,
|
|
1760
1816
|
logo: "yearn.svg",
|
|
@@ -1766,7 +1822,7 @@ var products = [
|
|
|
1766
1822
|
]
|
|
1767
1823
|
},
|
|
1768
1824
|
{
|
|
1769
|
-
id:
|
|
1825
|
+
id: 124,
|
|
1770
1826
|
name: "Velodrome v2",
|
|
1771
1827
|
productType: 0,
|
|
1772
1828
|
isDeprecated: false,
|
|
@@ -1780,7 +1836,7 @@ var products = [
|
|
|
1780
1836
|
]
|
|
1781
1837
|
},
|
|
1782
1838
|
{
|
|
1783
|
-
id:
|
|
1839
|
+
id: 125,
|
|
1784
1840
|
name: "GMX v2",
|
|
1785
1841
|
productType: 0,
|
|
1786
1842
|
isDeprecated: false,
|
|
@@ -1794,7 +1850,7 @@ var products = [
|
|
|
1794
1850
|
]
|
|
1795
1851
|
},
|
|
1796
1852
|
{
|
|
1797
|
-
id:
|
|
1853
|
+
id: 126,
|
|
1798
1854
|
name: "dHEDGE",
|
|
1799
1855
|
productType: 0,
|
|
1800
1856
|
isDeprecated: false,
|
|
@@ -1889,7 +1945,7 @@ var productTypes = [
|
|
|
1889
1945
|
}
|
|
1890
1946
|
];
|
|
1891
1947
|
|
|
1892
|
-
type LogoFileName = 'zerox.svg' | 'oneinch.svg' | 'aavev2.svg' | 'abracadabra.svg' | 'alchemix.svg' | 'anchor.svg' | 'angle.svg' | 'argent.svg' | 'aura.svg' | 'babylon.svg' | 'badgerdao.svg' | 'balancer.svg' | 'bancor.svg' | 'bancor.svg' | 'beefy.svg' | 'binance.svg' | 'blockFi.svg' | 'gelt.svg' | 'centrifuge.svg' | 'coinbase.svg' | 'compoundv2.svg' | 'convex.svg' | 'convex.svg' | 'convex.svg' | 'crypto-com.svg' | 'curve.svg' | 'curve.svg' | 'curve.svg' | 'dydx.svg' | 'ease.svg' | 'enzyme.svg' | 'enzyme.svg' | 'eth.svg' | 'euler.svg' | 'fodl.svg' | 'ftx.svg' | 'gearbox.svg' | 'gemini.svg' | 'gmx.svg' | 'goldfinch.svg' | 'hodlnaut.svg' | 'kraken.svg' | 'ledn.svg' | 'liquidcollective.svg' | 'liquity.svg' | 'makerdao.svg' | 'mstable.svg' | 'nested.svg' | 'nexo.svg' | 'notional-finance.svg' | 'olympusdao.svg' | 'opyn.png' | 'originusd.svg' | 'pangolin.svg' | 'perpetual.svg' | 'pooltogether.svg' | 'premia.svg' | 'rari.svg' | 'reflexer.png' | 'ribbon.svg' | 'gnosis-safe.svg' | 'tokensets.svg' | 'tokensets.svg' | 'sherlock.svg' | 'stakedao.svg' | 'stakewise.svg' | 'stakewise.svg' | 'sushiswap.svg' | 'synthetix.svg' | 'thorchain.svg' | 'trader-joe.svg' | 'uniswapv2.svg' | 'uniswapv2.svg' | 'vector.svg' | 'vesper.svg' | 'yearn.svg' | 'yearn.svg' | 'yeti.png' | 'yield-app.svg' | 'alpaca.svg' | 'wefi.png' | 'exactly.svg' | 'etherfi.png' | 'squeeth-by-opyn.png' | 'rage-trade.svg' | 'sentiment.png' | 'lyra.svg' | 'perennial.jpeg' | 'liquify.svg' | 'lyra.svg' | 'buffer-finance.svg' | 'hook.jpeg' | 'holyheld.jpeg' | 'union-finance.svg' | 'openq.png' | 'level-finance.png' | 'offramp.png' | 'aavev3.svg' | 'morpho.svg' | 'chorusone.svg' | 'kiln.svg' | 'vertex.svg' | 'the-retail-mutual.png' | 'figment.svg' | 'teller.svg' | 'ajna.svg' | 'eigenlayer.png' | 'vox.png' | 'mahalend.svg' | 'self.svg' | 'scallop.svg' | 'wefi.png' | 'zktsunami.svg' | 'hats.svg' | 'makerdao-dsr.svg' | 'spark-lending.svg' | 'defi-edge.svg' | 'stakewisev3.svg' | 'compoundv3.svg' | 'yearn.svg' | 'velodrome2.svg' | 'gmxv2.svg' | 'dhedge.svg';
|
|
1948
|
+
type LogoFileName = 'zerox.svg' | 'oneinch.svg' | 'aavev2.svg' | 'abracadabra.svg' | 'alchemix.svg' | 'anchor.svg' | 'angle.svg' | 'argent.svg' | 'aura.svg' | 'babylon.svg' | 'badgerdao.svg' | 'balancer.svg' | 'bancor.svg' | 'bancor.svg' | 'beefy.svg' | 'binance.svg' | 'blockFi.svg' | 'gelt.svg' | 'centrifuge.svg' | 'coinbase.svg' | 'compoundv2.svg' | 'convex.svg' | 'convex.svg' | 'convex.svg' | 'crypto-com.svg' | 'curve.svg' | 'curve.svg' | 'curve.svg' | 'dydx.svg' | 'ease.svg' | 'enzyme.svg' | 'enzyme.svg' | 'eth.svg' | 'euler.svg' | 'fodl.svg' | 'ftx.svg' | 'gearbox.svg' | 'gemini.svg' | 'gmx.svg' | 'goldfinch.svg' | 'hodlnaut.svg' | 'kraken.svg' | 'ledn.svg' | 'liquidcollective.svg' | 'liquity.svg' | 'makerdao.svg' | 'mstable.svg' | 'nested.svg' | 'nexo.svg' | 'notional-finance.svg' | 'olympusdao.svg' | 'opyn.png' | 'originusd.svg' | 'pangolin.svg' | 'perpetual.svg' | 'pooltogether.svg' | 'premia.svg' | 'rari.svg' | 'reflexer.png' | 'ribbon.svg' | 'gnosis-safe.svg' | 'tokensets.svg' | 'tokensets.svg' | 'sherlock.svg' | 'stakedao.svg' | 'stakewise.svg' | 'stakewise.svg' | 'sushiswap.svg' | 'synthetix.svg' | 'thorchain.svg' | 'trader-joe.svg' | 'uniswapv2.svg' | 'uniswapv2.svg' | 'vector.svg' | 'vesper.svg' | 'yearn.svg' | 'yearn.svg' | 'yeti.png' | 'yield-app.svg' | 'alpaca.svg' | 'wefi.png' | 'exactly.svg' | 'etherfi.png' | 'squeeth-by-opyn.png' | 'rage-trade.svg' | 'sentiment.png' | 'lyra.svg' | 'perennial.jpeg' | 'liquify.svg' | 'lyra.svg' | 'buffer-finance.svg' | 'hook.jpeg' | 'holyheld.jpeg' | 'union-finance.svg' | 'openq.png' | 'level-finance.png' | 'offramp.png' | 'aavev3.svg' | 'morpho.svg' | 'chorusone.svg' | 'kiln.svg' | 'vertex.svg' | 'the-retail-mutual.png' | 'figment.svg' | 'teller.svg' | 'ajna.svg' | 'eigenlayer.png' | 'vox.png' | 'mahalend.svg' | 'self.svg' | 'scallop.svg' | 'wefi.png' | 'zktsunami.svg' | 'hats.svg' | 'makerdao-dsr.svg' | 'spark-lending.svg' | 'defi-edge.svg' | 'stakewisev3.svg' | 'compoundv3.svg' | 'deprecated.svg' | 'deprecated.svg' | 'deprecated.svg' | 'deprecated.svg' | 'yearn.svg' | 'velodrome2.svg' | 'gmxv2.svg' | 'dhedge.svg';
|
|
1893
1949
|
declare const allLogoFileNames: LogoFileName[];
|
|
1894
1950
|
|
|
1895
1951
|
type Reserves = {
|
package/dist/index.js
CHANGED
|
@@ -1700,6 +1700,58 @@ var products_default = [
|
|
|
1700
1700
|
id: 119,
|
|
1701
1701
|
name: "Yearn v3",
|
|
1702
1702
|
productType: 0,
|
|
1703
|
+
isDeprecated: true,
|
|
1704
|
+
useFixedPrice: false,
|
|
1705
|
+
logo: "deprecated.svg",
|
|
1706
|
+
metadata: {},
|
|
1707
|
+
coverAssets: [
|
|
1708
|
+
"ETH",
|
|
1709
|
+
"DAI"
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
id: 120,
|
|
1714
|
+
name: "Velodrome v2",
|
|
1715
|
+
productType: 0,
|
|
1716
|
+
isDeprecated: true,
|
|
1717
|
+
useFixedPrice: false,
|
|
1718
|
+
logo: "deprecated.svg",
|
|
1719
|
+
metadata: {},
|
|
1720
|
+
coverAssets: [
|
|
1721
|
+
"ETH",
|
|
1722
|
+
"DAI"
|
|
1723
|
+
]
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
id: 121,
|
|
1727
|
+
name: "GMX v2",
|
|
1728
|
+
productType: 0,
|
|
1729
|
+
isDeprecated: true,
|
|
1730
|
+
useFixedPrice: false,
|
|
1731
|
+
logo: "deprecated.svg",
|
|
1732
|
+
metadata: {},
|
|
1733
|
+
coverAssets: [
|
|
1734
|
+
"ETH",
|
|
1735
|
+
"DAI"
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
id: 122,
|
|
1740
|
+
name: "dHEDGE",
|
|
1741
|
+
productType: 0,
|
|
1742
|
+
isDeprecated: true,
|
|
1743
|
+
useFixedPrice: false,
|
|
1744
|
+
logo: "deprecated.svg",
|
|
1745
|
+
metadata: {},
|
|
1746
|
+
coverAssets: [
|
|
1747
|
+
"ETH",
|
|
1748
|
+
"DAI"
|
|
1749
|
+
]
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
id: 123,
|
|
1753
|
+
name: "Yearn v3",
|
|
1754
|
+
productType: 0,
|
|
1703
1755
|
isDeprecated: false,
|
|
1704
1756
|
useFixedPrice: false,
|
|
1705
1757
|
logo: "yearn.svg",
|
|
@@ -1710,7 +1762,7 @@ var products_default = [
|
|
|
1710
1762
|
]
|
|
1711
1763
|
},
|
|
1712
1764
|
{
|
|
1713
|
-
id:
|
|
1765
|
+
id: 124,
|
|
1714
1766
|
name: "Velodrome v2",
|
|
1715
1767
|
productType: 0,
|
|
1716
1768
|
isDeprecated: false,
|
|
@@ -1723,7 +1775,7 @@ var products_default = [
|
|
|
1723
1775
|
]
|
|
1724
1776
|
},
|
|
1725
1777
|
{
|
|
1726
|
-
id:
|
|
1778
|
+
id: 125,
|
|
1727
1779
|
name: "GMX v2",
|
|
1728
1780
|
productType: 0,
|
|
1729
1781
|
isDeprecated: false,
|
|
@@ -1736,7 +1788,7 @@ var products_default = [
|
|
|
1736
1788
|
]
|
|
1737
1789
|
},
|
|
1738
1790
|
{
|
|
1739
|
-
id:
|
|
1791
|
+
id: 126,
|
|
1740
1792
|
name: "dHEDGE",
|
|
1741
1793
|
productType: 0,
|
|
1742
1794
|
isDeprecated: false,
|
|
@@ -1952,6 +2004,10 @@ var allLogoFileNames = [
|
|
|
1952
2004
|
"defi-edge.svg",
|
|
1953
2005
|
"stakewisev3.svg",
|
|
1954
2006
|
"compoundv3.svg",
|
|
2007
|
+
"deprecated.svg",
|
|
2008
|
+
"deprecated.svg",
|
|
2009
|
+
"deprecated.svg",
|
|
2010
|
+
"deprecated.svg",
|
|
1955
2011
|
"yearn.svg",
|
|
1956
2012
|
"velodrome2.svg",
|
|
1957
2013
|
"gmxv2.svg",
|