@nexusmutual/sdk 0.2.32 → 0.2.33
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 +52 -4
- package/dist/index.d.mts +54 -6
- package/dist/index.d.ts +54 -6
- package/dist/index.js +58 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +58 -4
- package/dist/index.mjs.map +1 -1
- package/dist/logos/etherfi-zircuit-pendle.svg +1 -0
- package/dist/logos/kelpdao-zircuit-pendle.svg +1 -0
- package/dist/logos/renzo-zircuit-pendle.svg +1 -0
- package/package.json +1 -1
package/dist/data/products.json
CHANGED
|
@@ -1516,7 +1516,7 @@
|
|
|
1516
1516
|
"DAI"
|
|
1517
1517
|
],
|
|
1518
1518
|
"isPrivate": true,
|
|
1519
|
-
"timestamp":
|
|
1519
|
+
"timestamp": 1704980411
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
1522
|
"id": 94,
|
|
@@ -1683,7 +1683,7 @@
|
|
|
1683
1683
|
"DAI"
|
|
1684
1684
|
],
|
|
1685
1685
|
"isPrivate": true,
|
|
1686
|
-
"timestamp":
|
|
1686
|
+
"timestamp": 1689782903
|
|
1687
1687
|
},
|
|
1688
1688
|
{
|
|
1689
1689
|
"id": 105,
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
"DAI"
|
|
1701
1701
|
],
|
|
1702
1702
|
"isPrivate": true,
|
|
1703
|
-
"timestamp":
|
|
1703
|
+
"timestamp": 1689782903
|
|
1704
1704
|
},
|
|
1705
1705
|
{
|
|
1706
1706
|
"id": 106,
|
|
@@ -2165,7 +2165,7 @@
|
|
|
2165
2165
|
"ETH"
|
|
2166
2166
|
],
|
|
2167
2167
|
"isPrivate": false,
|
|
2168
|
-
"timestamp":
|
|
2168
|
+
"timestamp": 1709311739
|
|
2169
2169
|
},
|
|
2170
2170
|
{
|
|
2171
2171
|
"id": 137,
|
|
@@ -2534,5 +2534,53 @@
|
|
|
2534
2534
|
],
|
|
2535
2535
|
"isPrivate": true,
|
|
2536
2536
|
"timestamp": 1712739011
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"id": 160,
|
|
2540
|
+
"name": "Etherfi (Zircuit) Pendle",
|
|
2541
|
+
"productType": 11,
|
|
2542
|
+
"isDeprecated": false,
|
|
2543
|
+
"useFixedPrice": false,
|
|
2544
|
+
"logo": "etherfi-zircuit-pendle.svg",
|
|
2545
|
+
"metadata": {
|
|
2546
|
+
"annex": "QmarQuziSJBVQoayRgPNuEiJdZHgf6wxDyKiGQVpsCNRnJ"
|
|
2547
|
+
},
|
|
2548
|
+
"coverAssets": [
|
|
2549
|
+
"ETH"
|
|
2550
|
+
],
|
|
2551
|
+
"isPrivate": false,
|
|
2552
|
+
"timestamp": 1713185771
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"id": 161,
|
|
2556
|
+
"name": "KelpDAO (Zircuit) Pendle",
|
|
2557
|
+
"productType": 11,
|
|
2558
|
+
"isDeprecated": false,
|
|
2559
|
+
"useFixedPrice": false,
|
|
2560
|
+
"logo": "kelpdao-zircuit-pendle.svg",
|
|
2561
|
+
"metadata": {
|
|
2562
|
+
"annex": "QmdseksWrvXoMjF58NGnSS6WC7dXDVk2oeZz93Bt4oMzT2"
|
|
2563
|
+
},
|
|
2564
|
+
"coverAssets": [
|
|
2565
|
+
"ETH"
|
|
2566
|
+
],
|
|
2567
|
+
"isPrivate": false,
|
|
2568
|
+
"timestamp": 1713185771
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"id": 162,
|
|
2572
|
+
"name": "Renzo (Zircuit) Pendle",
|
|
2573
|
+
"productType": 11,
|
|
2574
|
+
"isDeprecated": false,
|
|
2575
|
+
"useFixedPrice": false,
|
|
2576
|
+
"logo": "renzo-zircuit-pendle.svg",
|
|
2577
|
+
"metadata": {
|
|
2578
|
+
"annex": "QmeAB5RzQgQbC2DFa9W49taFEoxhZEUDgnXqvfceFUL4Xm"
|
|
2579
|
+
},
|
|
2580
|
+
"coverAssets": [
|
|
2581
|
+
"ETH"
|
|
2582
|
+
],
|
|
2583
|
+
"isPrivate": false,
|
|
2584
|
+
"timestamp": 1713185771
|
|
2537
2585
|
}
|
|
2538
2586
|
]
|
package/dist/index.d.mts
CHANGED
|
@@ -1589,7 +1589,7 @@ var products = [
|
|
|
1589
1589
|
"DAI"
|
|
1590
1590
|
],
|
|
1591
1591
|
isPrivate: true,
|
|
1592
|
-
timestamp:
|
|
1592
|
+
timestamp: 1704980411
|
|
1593
1593
|
},
|
|
1594
1594
|
{
|
|
1595
1595
|
id: 94,
|
|
@@ -1764,7 +1764,7 @@ var products = [
|
|
|
1764
1764
|
"DAI"
|
|
1765
1765
|
],
|
|
1766
1766
|
isPrivate: true,
|
|
1767
|
-
timestamp:
|
|
1767
|
+
timestamp: 1689782903
|
|
1768
1768
|
},
|
|
1769
1769
|
{
|
|
1770
1770
|
id: 105,
|
|
@@ -1781,7 +1781,7 @@ var products = [
|
|
|
1781
1781
|
"DAI"
|
|
1782
1782
|
],
|
|
1783
1783
|
isPrivate: true,
|
|
1784
|
-
timestamp:
|
|
1784
|
+
timestamp: 1689782903
|
|
1785
1785
|
},
|
|
1786
1786
|
{
|
|
1787
1787
|
id: 106,
|
|
@@ -2275,7 +2275,7 @@ var products = [
|
|
|
2275
2275
|
"ETH"
|
|
2276
2276
|
],
|
|
2277
2277
|
isPrivate: false,
|
|
2278
|
-
timestamp:
|
|
2278
|
+
timestamp: 1709311739
|
|
2279
2279
|
},
|
|
2280
2280
|
{
|
|
2281
2281
|
id: 137,
|
|
@@ -2651,6 +2651,54 @@ var products = [
|
|
|
2651
2651
|
],
|
|
2652
2652
|
isPrivate: true,
|
|
2653
2653
|
timestamp: 1712739011
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
id: 160,
|
|
2657
|
+
name: "Etherfi (Zircuit) Pendle",
|
|
2658
|
+
productType: 11,
|
|
2659
|
+
isDeprecated: false,
|
|
2660
|
+
useFixedPrice: false,
|
|
2661
|
+
logo: "etherfi-zircuit-pendle.svg",
|
|
2662
|
+
metadata: {
|
|
2663
|
+
annex: "QmarQuziSJBVQoayRgPNuEiJdZHgf6wxDyKiGQVpsCNRnJ"
|
|
2664
|
+
},
|
|
2665
|
+
coverAssets: [
|
|
2666
|
+
"ETH"
|
|
2667
|
+
],
|
|
2668
|
+
isPrivate: false,
|
|
2669
|
+
timestamp: 1713185771
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
id: 161,
|
|
2673
|
+
name: "KelpDAO (Zircuit) Pendle",
|
|
2674
|
+
productType: 11,
|
|
2675
|
+
isDeprecated: false,
|
|
2676
|
+
useFixedPrice: false,
|
|
2677
|
+
logo: "kelpdao-zircuit-pendle.svg",
|
|
2678
|
+
metadata: {
|
|
2679
|
+
annex: "QmdseksWrvXoMjF58NGnSS6WC7dXDVk2oeZz93Bt4oMzT2"
|
|
2680
|
+
},
|
|
2681
|
+
coverAssets: [
|
|
2682
|
+
"ETH"
|
|
2683
|
+
],
|
|
2684
|
+
isPrivate: false,
|
|
2685
|
+
timestamp: 1713185771
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
id: 162,
|
|
2689
|
+
name: "Renzo (Zircuit) Pendle",
|
|
2690
|
+
productType: 11,
|
|
2691
|
+
isDeprecated: false,
|
|
2692
|
+
useFixedPrice: false,
|
|
2693
|
+
logo: "renzo-zircuit-pendle.svg",
|
|
2694
|
+
metadata: {
|
|
2695
|
+
annex: "QmeAB5RzQgQbC2DFa9W49taFEoxhZEUDgnXqvfceFUL4Xm"
|
|
2696
|
+
},
|
|
2697
|
+
coverAssets: [
|
|
2698
|
+
"ETH"
|
|
2699
|
+
],
|
|
2700
|
+
isPrivate: false,
|
|
2701
|
+
timestamp: 1713185771
|
|
2654
2702
|
}
|
|
2655
2703
|
];
|
|
2656
2704
|
|
|
@@ -2748,9 +2796,9 @@ var productTypes = [
|
|
|
2748
2796
|
}
|
|
2749
2797
|
];
|
|
2750
2798
|
|
|
2751
|
-
declare const allLogoFileNames: readonly ["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", "term-finance.png", "pendle.svg", "aerodrome.svg", "hyperliquid.svg", "maverick.svg", "equilibria.svg", "camelot.svg", "nftperp.svg", "gearbox.svg", "pxeth.svg", "fx-protocol.svg", "prisma.svg", "beethovenx.svg", "arrakis.svg", "yearn-juiced-vaults.svg", "kwenta-synthetix.svg", "eigenlayer-etherfi-pendle.svg", "beefy-curve.svg", "beefy-compoundv3.svg", "beefy-balancerv2-aura.svg", "notional-finance.svg", "fraxlend.svg", "morpho.svg", "etherfi.png", "arcadia.svg", "fx-curve-connex.svg", "eigenlayer-kelp-pendle.svg", "eigenlayer-renzo-pendle.svg", "eigenlayer-swell-pendle.svg", "arcadia.svg", "lyra-synthetix.svg", "eigenlayer-renzo.svg", "liquidcollective.svg", "aave-v1.svg", "akropolis.svg", "alpha-homora.svg", "ampleforth.svg", "arbitrum.svg", "aurora.svg", "avalanche.svg", "bunnypancake.svg", "bzx.svg", "celo.svg", "celsius.svg", "cowswap.svg", "cream.svg", "cronos.svg", "dforce.svg", "dodo.svg", "element-finance.svg", "enzyme-v4.svg", "fantom.svg", "fuse.svg", "gamma.svg", "gnosis-multisig.svg", "harmony.svg", "heco.svg", "homora.svg", "idleDAIYield.svg", "idleUSDTYield.svg", "instadapp.svg", "ironbank.svg", "maker-sai.svg", "metis.svg", "moonbeam.svg", "mooniswap.svg", "moonriver.svg", "nexus-mutual.svg", "nucypher.svg", "nuo.png", "ondo.svg", "optimism.svg", "pancakeswap.svg", "polkadot.svg", "polygon.svg", "popsicle.svg", "ren.svg", "solana.svg", "starkware.svg", "tbtc.svg", "terra-chain.svg", "uma.svg", "uniswap-v1.svg", "venus.svg", "vesper-veth.svg", "zksync.svg"];
|
|
2799
|
+
declare const allLogoFileNames: readonly ["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", "term-finance.png", "pendle.svg", "aerodrome.svg", "hyperliquid.svg", "maverick.svg", "equilibria.svg", "camelot.svg", "nftperp.svg", "gearbox.svg", "pxeth.svg", "fx-protocol.svg", "prisma.svg", "beethovenx.svg", "arrakis.svg", "yearn-juiced-vaults.svg", "kwenta-synthetix.svg", "eigenlayer-etherfi-pendle.svg", "beefy-curve.svg", "beefy-compoundv3.svg", "beefy-balancerv2-aura.svg", "notional-finance.svg", "fraxlend.svg", "morpho.svg", "etherfi.png", "arcadia.svg", "fx-curve-connex.svg", "eigenlayer-kelp-pendle.svg", "eigenlayer-renzo-pendle.svg", "eigenlayer-swell-pendle.svg", "arcadia.svg", "lyra-synthetix.svg", "eigenlayer-renzo.svg", "liquidcollective.svg", "etherfi-zircuit-pendle.svg", "kelpdao-zircuit-pendle.svg", "renzo-zircuit-pendle.svg", "aave-v1.svg", "akropolis.svg", "alpha-homora.svg", "ampleforth.svg", "arbitrum.svg", "aurora.svg", "avalanche.svg", "bunnypancake.svg", "bzx.svg", "celo.svg", "celsius.svg", "cowswap.svg", "cream.svg", "cronos.svg", "dforce.svg", "dodo.svg", "element-finance.svg", "enzyme-v4.svg", "fantom.svg", "fuse.svg", "gamma.svg", "gnosis-multisig.svg", "harmony.svg", "heco.svg", "homora.svg", "idleDAIYield.svg", "idleUSDTYield.svg", "instadapp.svg", "ironbank.svg", "maker-sai.svg", "metis.svg", "moonbeam.svg", "mooniswap.svg", "moonriver.svg", "nexus-mutual.svg", "nucypher.svg", "nuo.png", "ondo.svg", "optimism.svg", "pancakeswap.svg", "polkadot.svg", "polygon.svg", "popsicle.svg", "ren.svg", "solana.svg", "starkware.svg", "tbtc.svg", "terra-chain.svg", "uma.svg", "uniswap-v1.svg", "venus.svg", "vesper-veth.svg", "zksync.svg"];
|
|
2752
2800
|
type LogoFileName = (typeof allLogoFileNames)[number];
|
|
2753
|
-
declare const allLogoNames: readonly ["zerox", "oneinch", "aavev2", "abracadabra", "alchemix", "anchor", "angle", "argent", "aura", "babylon", "badgerdao", "balancer", "bancor", "bancor", "beefy", "binance", "blockFi", "gelt", "centrifuge", "coinbase", "compoundv2", "convex", "convex", "convex", "crypto-com", "curve", "curve", "curve", "dydx", "ease", "enzyme", "enzyme", "eth", "euler", "fodl", "ftx", "gearbox", "gemini", "gmx", "goldfinch", "hodlnaut", "kraken", "ledn", "liquidcollective", "liquity", "makerdao", "mstable", "nested", "nexo", "notional-finance", "olympusdao", "opyn", "originusd", "pangolin", "perpetual", "pooltogether", "premia", "rari", "reflexer", "ribbon", "gnosis-safe", "tokensets", "tokensets", "sherlock", "stakedao", "stakewise", "stakewise", "sushiswap", "synthetix", "thorchain", "trader-joe", "uniswapv2", "uniswapv2", "vector", "vesper", "yearn", "yearn", "yeti", "yield-app", "alpaca", "wefi", "exactly", "etherfi", "squeeth-by-opyn", "rage-trade", "sentiment", "lyra", "perennial", "liquify", "lyra", "buffer-finance", "hook", "holyheld", "union-finance", "openq", "level-finance", "offramp", "aavev3", "morpho", "chorusone", "kiln", "vertex", "the-retail-mutual", "figment", "teller", "ajna", "eigenlayer", "vox", "mahalend", "self", "scallop", "wefi", "zktsunami", "hats", "makerdao-dsr", "spark-lending", "defi-edge", "stakewisev3", "compoundv3", "deprecated", "deprecated", "deprecated", "deprecated", "yearn", "velodrome2", "gmxv2", "dhedge", "term-finance", "pendle", "aerodrome", "hyperliquid", "maverick", "equilibria", "camelot", "nftperp", "gearbox", "pxeth", "fx-protocol", "prisma", "beethovenx", "arrakis", "yearn-juiced-vaults", "kwenta-synthetix", "eigenlayer-etherfi-pendle", "beefy-curve", "beefy-compoundv3", "beefy-balancerv2-aura", "notional-finance", "fraxlend", "morpho", "etherfi", "arcadia", "fx-curve-connex", "eigenlayer-kelp-pendle", "eigenlayer-renzo-pendle", "eigenlayer-swell-pendle", "arcadia", "lyra-synthetix", "eigenlayer-renzo", "liquidcollective", "aave-v1", "akropolis", "alpha-homora", "ampleforth", "arbitrum", "aurora", "avalanche", "bunnypancake", "bzx", "celo", "celsius", "cowswap", "cream", "cronos", "dforce", "dodo", "element-finance", "enzyme-v4", "fantom", "fuse", "gamma", "gnosis-multisig", "harmony", "heco", "homora", "idleDAIYield", "idleUSDTYield", "instadapp", "ironbank", "maker-sai", "metis", "moonbeam", "mooniswap", "moonriver", "nexus-mutual", "nucypher", "nuo", "ondo", "optimism", "pancakeswap", "polkadot", "polygon", "popsicle", "ren", "solana", "starkware", "tbtc", "terra-chain", "uma", "uniswap-v1", "venus", "vesper-veth", "zksync"];
|
|
2801
|
+
declare const allLogoNames: readonly ["zerox", "oneinch", "aavev2", "abracadabra", "alchemix", "anchor", "angle", "argent", "aura", "babylon", "badgerdao", "balancer", "bancor", "bancor", "beefy", "binance", "blockFi", "gelt", "centrifuge", "coinbase", "compoundv2", "convex", "convex", "convex", "crypto-com", "curve", "curve", "curve", "dydx", "ease", "enzyme", "enzyme", "eth", "euler", "fodl", "ftx", "gearbox", "gemini", "gmx", "goldfinch", "hodlnaut", "kraken", "ledn", "liquidcollective", "liquity", "makerdao", "mstable", "nested", "nexo", "notional-finance", "olympusdao", "opyn", "originusd", "pangolin", "perpetual", "pooltogether", "premia", "rari", "reflexer", "ribbon", "gnosis-safe", "tokensets", "tokensets", "sherlock", "stakedao", "stakewise", "stakewise", "sushiswap", "synthetix", "thorchain", "trader-joe", "uniswapv2", "uniswapv2", "vector", "vesper", "yearn", "yearn", "yeti", "yield-app", "alpaca", "wefi", "exactly", "etherfi", "squeeth-by-opyn", "rage-trade", "sentiment", "lyra", "perennial", "liquify", "lyra", "buffer-finance", "hook", "holyheld", "union-finance", "openq", "level-finance", "offramp", "aavev3", "morpho", "chorusone", "kiln", "vertex", "the-retail-mutual", "figment", "teller", "ajna", "eigenlayer", "vox", "mahalend", "self", "scallop", "wefi", "zktsunami", "hats", "makerdao-dsr", "spark-lending", "defi-edge", "stakewisev3", "compoundv3", "deprecated", "deprecated", "deprecated", "deprecated", "yearn", "velodrome2", "gmxv2", "dhedge", "term-finance", "pendle", "aerodrome", "hyperliquid", "maverick", "equilibria", "camelot", "nftperp", "gearbox", "pxeth", "fx-protocol", "prisma", "beethovenx", "arrakis", "yearn-juiced-vaults", "kwenta-synthetix", "eigenlayer-etherfi-pendle", "beefy-curve", "beefy-compoundv3", "beefy-balancerv2-aura", "notional-finance", "fraxlend", "morpho", "etherfi", "arcadia", "fx-curve-connex", "eigenlayer-kelp-pendle", "eigenlayer-renzo-pendle", "eigenlayer-swell-pendle", "arcadia", "lyra-synthetix", "eigenlayer-renzo", "liquidcollective", "etherfi-zircuit-pendle", "kelpdao-zircuit-pendle", "renzo-zircuit-pendle", "aave-v1", "akropolis", "alpha-homora", "ampleforth", "arbitrum", "aurora", "avalanche", "bunnypancake", "bzx", "celo", "celsius", "cowswap", "cream", "cronos", "dforce", "dodo", "element-finance", "enzyme-v4", "fantom", "fuse", "gamma", "gnosis-multisig", "harmony", "heco", "homora", "idleDAIYield", "idleUSDTYield", "instadapp", "ironbank", "maker-sai", "metis", "moonbeam", "mooniswap", "moonriver", "nexus-mutual", "nucypher", "nuo", "ondo", "optimism", "pancakeswap", "polkadot", "polygon", "popsicle", "ren", "solana", "starkware", "tbtc", "terra-chain", "uma", "uniswap-v1", "venus", "vesper-veth", "zksync"];
|
|
2754
2802
|
type LogoName = (typeof allLogoNames)[number];
|
|
2755
2803
|
|
|
2756
2804
|
type Reserves = {
|
package/dist/index.d.ts
CHANGED
|
@@ -1589,7 +1589,7 @@ var products = [
|
|
|
1589
1589
|
"DAI"
|
|
1590
1590
|
],
|
|
1591
1591
|
isPrivate: true,
|
|
1592
|
-
timestamp:
|
|
1592
|
+
timestamp: 1704980411
|
|
1593
1593
|
},
|
|
1594
1594
|
{
|
|
1595
1595
|
id: 94,
|
|
@@ -1764,7 +1764,7 @@ var products = [
|
|
|
1764
1764
|
"DAI"
|
|
1765
1765
|
],
|
|
1766
1766
|
isPrivate: true,
|
|
1767
|
-
timestamp:
|
|
1767
|
+
timestamp: 1689782903
|
|
1768
1768
|
},
|
|
1769
1769
|
{
|
|
1770
1770
|
id: 105,
|
|
@@ -1781,7 +1781,7 @@ var products = [
|
|
|
1781
1781
|
"DAI"
|
|
1782
1782
|
],
|
|
1783
1783
|
isPrivate: true,
|
|
1784
|
-
timestamp:
|
|
1784
|
+
timestamp: 1689782903
|
|
1785
1785
|
},
|
|
1786
1786
|
{
|
|
1787
1787
|
id: 106,
|
|
@@ -2275,7 +2275,7 @@ var products = [
|
|
|
2275
2275
|
"ETH"
|
|
2276
2276
|
],
|
|
2277
2277
|
isPrivate: false,
|
|
2278
|
-
timestamp:
|
|
2278
|
+
timestamp: 1709311739
|
|
2279
2279
|
},
|
|
2280
2280
|
{
|
|
2281
2281
|
id: 137,
|
|
@@ -2651,6 +2651,54 @@ var products = [
|
|
|
2651
2651
|
],
|
|
2652
2652
|
isPrivate: true,
|
|
2653
2653
|
timestamp: 1712739011
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
id: 160,
|
|
2657
|
+
name: "Etherfi (Zircuit) Pendle",
|
|
2658
|
+
productType: 11,
|
|
2659
|
+
isDeprecated: false,
|
|
2660
|
+
useFixedPrice: false,
|
|
2661
|
+
logo: "etherfi-zircuit-pendle.svg",
|
|
2662
|
+
metadata: {
|
|
2663
|
+
annex: "QmarQuziSJBVQoayRgPNuEiJdZHgf6wxDyKiGQVpsCNRnJ"
|
|
2664
|
+
},
|
|
2665
|
+
coverAssets: [
|
|
2666
|
+
"ETH"
|
|
2667
|
+
],
|
|
2668
|
+
isPrivate: false,
|
|
2669
|
+
timestamp: 1713185771
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
id: 161,
|
|
2673
|
+
name: "KelpDAO (Zircuit) Pendle",
|
|
2674
|
+
productType: 11,
|
|
2675
|
+
isDeprecated: false,
|
|
2676
|
+
useFixedPrice: false,
|
|
2677
|
+
logo: "kelpdao-zircuit-pendle.svg",
|
|
2678
|
+
metadata: {
|
|
2679
|
+
annex: "QmdseksWrvXoMjF58NGnSS6WC7dXDVk2oeZz93Bt4oMzT2"
|
|
2680
|
+
},
|
|
2681
|
+
coverAssets: [
|
|
2682
|
+
"ETH"
|
|
2683
|
+
],
|
|
2684
|
+
isPrivate: false,
|
|
2685
|
+
timestamp: 1713185771
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
id: 162,
|
|
2689
|
+
name: "Renzo (Zircuit) Pendle",
|
|
2690
|
+
productType: 11,
|
|
2691
|
+
isDeprecated: false,
|
|
2692
|
+
useFixedPrice: false,
|
|
2693
|
+
logo: "renzo-zircuit-pendle.svg",
|
|
2694
|
+
metadata: {
|
|
2695
|
+
annex: "QmeAB5RzQgQbC2DFa9W49taFEoxhZEUDgnXqvfceFUL4Xm"
|
|
2696
|
+
},
|
|
2697
|
+
coverAssets: [
|
|
2698
|
+
"ETH"
|
|
2699
|
+
],
|
|
2700
|
+
isPrivate: false,
|
|
2701
|
+
timestamp: 1713185771
|
|
2654
2702
|
}
|
|
2655
2703
|
];
|
|
2656
2704
|
|
|
@@ -2748,9 +2796,9 @@ var productTypes = [
|
|
|
2748
2796
|
}
|
|
2749
2797
|
];
|
|
2750
2798
|
|
|
2751
|
-
declare const allLogoFileNames: readonly ["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", "term-finance.png", "pendle.svg", "aerodrome.svg", "hyperliquid.svg", "maverick.svg", "equilibria.svg", "camelot.svg", "nftperp.svg", "gearbox.svg", "pxeth.svg", "fx-protocol.svg", "prisma.svg", "beethovenx.svg", "arrakis.svg", "yearn-juiced-vaults.svg", "kwenta-synthetix.svg", "eigenlayer-etherfi-pendle.svg", "beefy-curve.svg", "beefy-compoundv3.svg", "beefy-balancerv2-aura.svg", "notional-finance.svg", "fraxlend.svg", "morpho.svg", "etherfi.png", "arcadia.svg", "fx-curve-connex.svg", "eigenlayer-kelp-pendle.svg", "eigenlayer-renzo-pendle.svg", "eigenlayer-swell-pendle.svg", "arcadia.svg", "lyra-synthetix.svg", "eigenlayer-renzo.svg", "liquidcollective.svg", "aave-v1.svg", "akropolis.svg", "alpha-homora.svg", "ampleforth.svg", "arbitrum.svg", "aurora.svg", "avalanche.svg", "bunnypancake.svg", "bzx.svg", "celo.svg", "celsius.svg", "cowswap.svg", "cream.svg", "cronos.svg", "dforce.svg", "dodo.svg", "element-finance.svg", "enzyme-v4.svg", "fantom.svg", "fuse.svg", "gamma.svg", "gnosis-multisig.svg", "harmony.svg", "heco.svg", "homora.svg", "idleDAIYield.svg", "idleUSDTYield.svg", "instadapp.svg", "ironbank.svg", "maker-sai.svg", "metis.svg", "moonbeam.svg", "mooniswap.svg", "moonriver.svg", "nexus-mutual.svg", "nucypher.svg", "nuo.png", "ondo.svg", "optimism.svg", "pancakeswap.svg", "polkadot.svg", "polygon.svg", "popsicle.svg", "ren.svg", "solana.svg", "starkware.svg", "tbtc.svg", "terra-chain.svg", "uma.svg", "uniswap-v1.svg", "venus.svg", "vesper-veth.svg", "zksync.svg"];
|
|
2799
|
+
declare const allLogoFileNames: readonly ["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", "term-finance.png", "pendle.svg", "aerodrome.svg", "hyperliquid.svg", "maverick.svg", "equilibria.svg", "camelot.svg", "nftperp.svg", "gearbox.svg", "pxeth.svg", "fx-protocol.svg", "prisma.svg", "beethovenx.svg", "arrakis.svg", "yearn-juiced-vaults.svg", "kwenta-synthetix.svg", "eigenlayer-etherfi-pendle.svg", "beefy-curve.svg", "beefy-compoundv3.svg", "beefy-balancerv2-aura.svg", "notional-finance.svg", "fraxlend.svg", "morpho.svg", "etherfi.png", "arcadia.svg", "fx-curve-connex.svg", "eigenlayer-kelp-pendle.svg", "eigenlayer-renzo-pendle.svg", "eigenlayer-swell-pendle.svg", "arcadia.svg", "lyra-synthetix.svg", "eigenlayer-renzo.svg", "liquidcollective.svg", "etherfi-zircuit-pendle.svg", "kelpdao-zircuit-pendle.svg", "renzo-zircuit-pendle.svg", "aave-v1.svg", "akropolis.svg", "alpha-homora.svg", "ampleforth.svg", "arbitrum.svg", "aurora.svg", "avalanche.svg", "bunnypancake.svg", "bzx.svg", "celo.svg", "celsius.svg", "cowswap.svg", "cream.svg", "cronos.svg", "dforce.svg", "dodo.svg", "element-finance.svg", "enzyme-v4.svg", "fantom.svg", "fuse.svg", "gamma.svg", "gnosis-multisig.svg", "harmony.svg", "heco.svg", "homora.svg", "idleDAIYield.svg", "idleUSDTYield.svg", "instadapp.svg", "ironbank.svg", "maker-sai.svg", "metis.svg", "moonbeam.svg", "mooniswap.svg", "moonriver.svg", "nexus-mutual.svg", "nucypher.svg", "nuo.png", "ondo.svg", "optimism.svg", "pancakeswap.svg", "polkadot.svg", "polygon.svg", "popsicle.svg", "ren.svg", "solana.svg", "starkware.svg", "tbtc.svg", "terra-chain.svg", "uma.svg", "uniswap-v1.svg", "venus.svg", "vesper-veth.svg", "zksync.svg"];
|
|
2752
2800
|
type LogoFileName = (typeof allLogoFileNames)[number];
|
|
2753
|
-
declare const allLogoNames: readonly ["zerox", "oneinch", "aavev2", "abracadabra", "alchemix", "anchor", "angle", "argent", "aura", "babylon", "badgerdao", "balancer", "bancor", "bancor", "beefy", "binance", "blockFi", "gelt", "centrifuge", "coinbase", "compoundv2", "convex", "convex", "convex", "crypto-com", "curve", "curve", "curve", "dydx", "ease", "enzyme", "enzyme", "eth", "euler", "fodl", "ftx", "gearbox", "gemini", "gmx", "goldfinch", "hodlnaut", "kraken", "ledn", "liquidcollective", "liquity", "makerdao", "mstable", "nested", "nexo", "notional-finance", "olympusdao", "opyn", "originusd", "pangolin", "perpetual", "pooltogether", "premia", "rari", "reflexer", "ribbon", "gnosis-safe", "tokensets", "tokensets", "sherlock", "stakedao", "stakewise", "stakewise", "sushiswap", "synthetix", "thorchain", "trader-joe", "uniswapv2", "uniswapv2", "vector", "vesper", "yearn", "yearn", "yeti", "yield-app", "alpaca", "wefi", "exactly", "etherfi", "squeeth-by-opyn", "rage-trade", "sentiment", "lyra", "perennial", "liquify", "lyra", "buffer-finance", "hook", "holyheld", "union-finance", "openq", "level-finance", "offramp", "aavev3", "morpho", "chorusone", "kiln", "vertex", "the-retail-mutual", "figment", "teller", "ajna", "eigenlayer", "vox", "mahalend", "self", "scallop", "wefi", "zktsunami", "hats", "makerdao-dsr", "spark-lending", "defi-edge", "stakewisev3", "compoundv3", "deprecated", "deprecated", "deprecated", "deprecated", "yearn", "velodrome2", "gmxv2", "dhedge", "term-finance", "pendle", "aerodrome", "hyperliquid", "maverick", "equilibria", "camelot", "nftperp", "gearbox", "pxeth", "fx-protocol", "prisma", "beethovenx", "arrakis", "yearn-juiced-vaults", "kwenta-synthetix", "eigenlayer-etherfi-pendle", "beefy-curve", "beefy-compoundv3", "beefy-balancerv2-aura", "notional-finance", "fraxlend", "morpho", "etherfi", "arcadia", "fx-curve-connex", "eigenlayer-kelp-pendle", "eigenlayer-renzo-pendle", "eigenlayer-swell-pendle", "arcadia", "lyra-synthetix", "eigenlayer-renzo", "liquidcollective", "aave-v1", "akropolis", "alpha-homora", "ampleforth", "arbitrum", "aurora", "avalanche", "bunnypancake", "bzx", "celo", "celsius", "cowswap", "cream", "cronos", "dforce", "dodo", "element-finance", "enzyme-v4", "fantom", "fuse", "gamma", "gnosis-multisig", "harmony", "heco", "homora", "idleDAIYield", "idleUSDTYield", "instadapp", "ironbank", "maker-sai", "metis", "moonbeam", "mooniswap", "moonriver", "nexus-mutual", "nucypher", "nuo", "ondo", "optimism", "pancakeswap", "polkadot", "polygon", "popsicle", "ren", "solana", "starkware", "tbtc", "terra-chain", "uma", "uniswap-v1", "venus", "vesper-veth", "zksync"];
|
|
2801
|
+
declare const allLogoNames: readonly ["zerox", "oneinch", "aavev2", "abracadabra", "alchemix", "anchor", "angle", "argent", "aura", "babylon", "badgerdao", "balancer", "bancor", "bancor", "beefy", "binance", "blockFi", "gelt", "centrifuge", "coinbase", "compoundv2", "convex", "convex", "convex", "crypto-com", "curve", "curve", "curve", "dydx", "ease", "enzyme", "enzyme", "eth", "euler", "fodl", "ftx", "gearbox", "gemini", "gmx", "goldfinch", "hodlnaut", "kraken", "ledn", "liquidcollective", "liquity", "makerdao", "mstable", "nested", "nexo", "notional-finance", "olympusdao", "opyn", "originusd", "pangolin", "perpetual", "pooltogether", "premia", "rari", "reflexer", "ribbon", "gnosis-safe", "tokensets", "tokensets", "sherlock", "stakedao", "stakewise", "stakewise", "sushiswap", "synthetix", "thorchain", "trader-joe", "uniswapv2", "uniswapv2", "vector", "vesper", "yearn", "yearn", "yeti", "yield-app", "alpaca", "wefi", "exactly", "etherfi", "squeeth-by-opyn", "rage-trade", "sentiment", "lyra", "perennial", "liquify", "lyra", "buffer-finance", "hook", "holyheld", "union-finance", "openq", "level-finance", "offramp", "aavev3", "morpho", "chorusone", "kiln", "vertex", "the-retail-mutual", "figment", "teller", "ajna", "eigenlayer", "vox", "mahalend", "self", "scallop", "wefi", "zktsunami", "hats", "makerdao-dsr", "spark-lending", "defi-edge", "stakewisev3", "compoundv3", "deprecated", "deprecated", "deprecated", "deprecated", "yearn", "velodrome2", "gmxv2", "dhedge", "term-finance", "pendle", "aerodrome", "hyperliquid", "maverick", "equilibria", "camelot", "nftperp", "gearbox", "pxeth", "fx-protocol", "prisma", "beethovenx", "arrakis", "yearn-juiced-vaults", "kwenta-synthetix", "eigenlayer-etherfi-pendle", "beefy-curve", "beefy-compoundv3", "beefy-balancerv2-aura", "notional-finance", "fraxlend", "morpho", "etherfi", "arcadia", "fx-curve-connex", "eigenlayer-kelp-pendle", "eigenlayer-renzo-pendle", "eigenlayer-swell-pendle", "arcadia", "lyra-synthetix", "eigenlayer-renzo", "liquidcollective", "etherfi-zircuit-pendle", "kelpdao-zircuit-pendle", "renzo-zircuit-pendle", "aave-v1", "akropolis", "alpha-homora", "ampleforth", "arbitrum", "aurora", "avalanche", "bunnypancake", "bzx", "celo", "celsius", "cowswap", "cream", "cronos", "dforce", "dodo", "element-finance", "enzyme-v4", "fantom", "fuse", "gamma", "gnosis-multisig", "harmony", "heco", "homora", "idleDAIYield", "idleUSDTYield", "instadapp", "ironbank", "maker-sai", "metis", "moonbeam", "mooniswap", "moonriver", "nexus-mutual", "nucypher", "nuo", "ondo", "optimism", "pancakeswap", "polkadot", "polygon", "popsicle", "ren", "solana", "starkware", "tbtc", "terra-chain", "uma", "uniswap-v1", "venus", "vesper-veth", "zksync"];
|
|
2754
2802
|
type LogoName = (typeof allLogoNames)[number];
|
|
2755
2803
|
|
|
2756
2804
|
type Reserves = {
|
package/dist/index.js
CHANGED
|
@@ -1556,7 +1556,7 @@ var products_default = [
|
|
|
1556
1556
|
"DAI"
|
|
1557
1557
|
],
|
|
1558
1558
|
isPrivate: true,
|
|
1559
|
-
timestamp:
|
|
1559
|
+
timestamp: 1704980411
|
|
1560
1560
|
},
|
|
1561
1561
|
{
|
|
1562
1562
|
id: 94,
|
|
@@ -1723,7 +1723,7 @@ var products_default = [
|
|
|
1723
1723
|
"DAI"
|
|
1724
1724
|
],
|
|
1725
1725
|
isPrivate: true,
|
|
1726
|
-
timestamp:
|
|
1726
|
+
timestamp: 1689782903
|
|
1727
1727
|
},
|
|
1728
1728
|
{
|
|
1729
1729
|
id: 105,
|
|
@@ -1740,7 +1740,7 @@ var products_default = [
|
|
|
1740
1740
|
"DAI"
|
|
1741
1741
|
],
|
|
1742
1742
|
isPrivate: true,
|
|
1743
|
-
timestamp:
|
|
1743
|
+
timestamp: 1689782903
|
|
1744
1744
|
},
|
|
1745
1745
|
{
|
|
1746
1746
|
id: 106,
|
|
@@ -2205,7 +2205,7 @@ var products_default = [
|
|
|
2205
2205
|
"ETH"
|
|
2206
2206
|
],
|
|
2207
2207
|
isPrivate: false,
|
|
2208
|
-
timestamp:
|
|
2208
|
+
timestamp: 1709311739
|
|
2209
2209
|
},
|
|
2210
2210
|
{
|
|
2211
2211
|
id: 137,
|
|
@@ -2574,6 +2574,54 @@ var products_default = [
|
|
|
2574
2574
|
],
|
|
2575
2575
|
isPrivate: true,
|
|
2576
2576
|
timestamp: 1712739011
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
id: 160,
|
|
2580
|
+
name: "Etherfi (Zircuit) Pendle",
|
|
2581
|
+
productType: 11,
|
|
2582
|
+
isDeprecated: false,
|
|
2583
|
+
useFixedPrice: false,
|
|
2584
|
+
logo: "etherfi-zircuit-pendle.svg",
|
|
2585
|
+
metadata: {
|
|
2586
|
+
annex: "QmarQuziSJBVQoayRgPNuEiJdZHgf6wxDyKiGQVpsCNRnJ"
|
|
2587
|
+
},
|
|
2588
|
+
coverAssets: [
|
|
2589
|
+
"ETH"
|
|
2590
|
+
],
|
|
2591
|
+
isPrivate: false,
|
|
2592
|
+
timestamp: 1713185771
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
id: 161,
|
|
2596
|
+
name: "KelpDAO (Zircuit) Pendle",
|
|
2597
|
+
productType: 11,
|
|
2598
|
+
isDeprecated: false,
|
|
2599
|
+
useFixedPrice: false,
|
|
2600
|
+
logo: "kelpdao-zircuit-pendle.svg",
|
|
2601
|
+
metadata: {
|
|
2602
|
+
annex: "QmdseksWrvXoMjF58NGnSS6WC7dXDVk2oeZz93Bt4oMzT2"
|
|
2603
|
+
},
|
|
2604
|
+
coverAssets: [
|
|
2605
|
+
"ETH"
|
|
2606
|
+
],
|
|
2607
|
+
isPrivate: false,
|
|
2608
|
+
timestamp: 1713185771
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
id: 162,
|
|
2612
|
+
name: "Renzo (Zircuit) Pendle",
|
|
2613
|
+
productType: 11,
|
|
2614
|
+
isDeprecated: false,
|
|
2615
|
+
useFixedPrice: false,
|
|
2616
|
+
logo: "renzo-zircuit-pendle.svg",
|
|
2617
|
+
metadata: {
|
|
2618
|
+
annex: "QmeAB5RzQgQbC2DFa9W49taFEoxhZEUDgnXqvfceFUL4Xm"
|
|
2619
|
+
},
|
|
2620
|
+
coverAssets: [
|
|
2621
|
+
"ETH"
|
|
2622
|
+
],
|
|
2623
|
+
isPrivate: false,
|
|
2624
|
+
timestamp: 1713185771
|
|
2577
2625
|
}
|
|
2578
2626
|
];
|
|
2579
2627
|
|
|
@@ -2834,6 +2882,9 @@ var allLogoFileNames = [
|
|
|
2834
2882
|
"lyra-synthetix.svg",
|
|
2835
2883
|
"eigenlayer-renzo.svg",
|
|
2836
2884
|
"liquidcollective.svg",
|
|
2885
|
+
"etherfi-zircuit-pendle.svg",
|
|
2886
|
+
"kelpdao-zircuit-pendle.svg",
|
|
2887
|
+
"renzo-zircuit-pendle.svg",
|
|
2837
2888
|
"aave-v1.svg",
|
|
2838
2889
|
"akropolis.svg",
|
|
2839
2890
|
"alpha-homora.svg",
|
|
@@ -3049,6 +3100,9 @@ var allLogoNames = [
|
|
|
3049
3100
|
"lyra-synthetix",
|
|
3050
3101
|
"eigenlayer-renzo",
|
|
3051
3102
|
"liquidcollective",
|
|
3103
|
+
"etherfi-zircuit-pendle",
|
|
3104
|
+
"kelpdao-zircuit-pendle",
|
|
3105
|
+
"renzo-zircuit-pendle",
|
|
3052
3106
|
"aave-v1",
|
|
3053
3107
|
"akropolis",
|
|
3054
3108
|
"alpha-homora",
|