@nexusmutual/sdk 0.2.22 → 0.2.24
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/product-types.json +7 -0
- package/dist/data/products.json +123 -0
- package/dist/index.d.mts +134 -2
- package/dist/index.d.ts +134 -2
- package/dist/index.js +146 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +146 -0
- package/dist/index.mjs.map +1 -1
- package/dist/logos/beefy-balancerv2-aura.svg +1 -0
- package/dist/logos/beefy-compoundv3.svg +1 -0
- package/dist/logos/beefy-curve.svg +1 -0
- package/dist/logos/eigenlayer-etherfi-pendle.svg +1 -0
- package/dist/logos/fraxlend.svg +1 -0
- package/dist/logos/kwenta-synthetix.svg +1 -0
- package/dist/logos/yearn-juiced-vaults.svg +1 -0
- package/package.json +1 -1
|
@@ -75,5 +75,12 @@
|
|
|
75
75
|
"name": "UnoRe Quota Share",
|
|
76
76
|
"gracePeriod": 3024000,
|
|
77
77
|
"claimMethod": 0
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": 11,
|
|
81
|
+
"coverWordingURL": "https://api.nexusmutual.io/ipfs/QmWV9woyKJirjHd73MhibV59qmqzp1w1gqfMfZBQhneSL8",
|
|
82
|
+
"name": "Bundled Protocol Cover",
|
|
83
|
+
"gracePeriod": 3024000,
|
|
84
|
+
"claimMethod": 0
|
|
78
85
|
}
|
|
79
86
|
]
|
package/dist/data/products.json
CHANGED
|
@@ -2083,5 +2083,128 @@
|
|
|
2083
2083
|
"DAI"
|
|
2084
2084
|
],
|
|
2085
2085
|
"isPrivate": false
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"id": 141,
|
|
2089
|
+
"name": "Yearn Juiced Vaults",
|
|
2090
|
+
"productType": 11,
|
|
2091
|
+
"isDeprecated": false,
|
|
2092
|
+
"useFixedPrice": false,
|
|
2093
|
+
"logo": "yearn-juiced-vaults.svg",
|
|
2094
|
+
"metadata": {
|
|
2095
|
+
"annex": "QmSfEJs5y234miCmpzRUsF5bUXwA3g64tEFMfgwXNEF3Ky"
|
|
2096
|
+
},
|
|
2097
|
+
"coverAssets": [
|
|
2098
|
+
"ETH",
|
|
2099
|
+
"DAI"
|
|
2100
|
+
],
|
|
2101
|
+
"isPrivate": false
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"id": 142,
|
|
2105
|
+
"name": "Kwenta + Synthetix",
|
|
2106
|
+
"productType": 11,
|
|
2107
|
+
"isDeprecated": false,
|
|
2108
|
+
"useFixedPrice": false,
|
|
2109
|
+
"logo": "kwenta-synthetix.svg",
|
|
2110
|
+
"metadata": {
|
|
2111
|
+
"annex": "QmVUr4qAiTsyHzutXMnvB68azapJed9qkkzznotyX61WDx"
|
|
2112
|
+
},
|
|
2113
|
+
"coverAssets": [
|
|
2114
|
+
"ETH",
|
|
2115
|
+
"DAI"
|
|
2116
|
+
],
|
|
2117
|
+
"isPrivate": false
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"id": 143,
|
|
2121
|
+
"name": "EigenLayer + Ether.fi + Pendle",
|
|
2122
|
+
"productType": 11,
|
|
2123
|
+
"isDeprecated": false,
|
|
2124
|
+
"useFixedPrice": false,
|
|
2125
|
+
"logo": "eigenlayer-etherfi-pendle.svg",
|
|
2126
|
+
"metadata": {
|
|
2127
|
+
"annex": "QmZ7J5mQFLrqcrg6keEtzq6cRR1ju9Xd47qKLV7mi9sbyK"
|
|
2128
|
+
},
|
|
2129
|
+
"coverAssets": [
|
|
2130
|
+
"ETH"
|
|
2131
|
+
],
|
|
2132
|
+
"isPrivate": false
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"id": 144,
|
|
2136
|
+
"name": "Beefy + Curve",
|
|
2137
|
+
"productType": 11,
|
|
2138
|
+
"isDeprecated": false,
|
|
2139
|
+
"useFixedPrice": false,
|
|
2140
|
+
"logo": "beefy-curve.svg",
|
|
2141
|
+
"metadata": {
|
|
2142
|
+
"annex": "QmS931srMkJk3ZJoRxPGyhVjauzr5d15mWmvYLiN2uXJRS"
|
|
2143
|
+
},
|
|
2144
|
+
"coverAssets": [
|
|
2145
|
+
"ETH",
|
|
2146
|
+
"DAI"
|
|
2147
|
+
],
|
|
2148
|
+
"isPrivate": false
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"id": 145,
|
|
2152
|
+
"name": "Beefy + Compound v3",
|
|
2153
|
+
"productType": 11,
|
|
2154
|
+
"isDeprecated": false,
|
|
2155
|
+
"useFixedPrice": false,
|
|
2156
|
+
"logo": "beefy-compoundv3.svg",
|
|
2157
|
+
"metadata": {
|
|
2158
|
+
"annex": "QmfNH8QC7wT4onB5B8VYk14weofGx17NcrmobhD4jz7pTd"
|
|
2159
|
+
},
|
|
2160
|
+
"coverAssets": [
|
|
2161
|
+
"ETH",
|
|
2162
|
+
"DAI"
|
|
2163
|
+
],
|
|
2164
|
+
"isPrivate": false
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"id": 146,
|
|
2168
|
+
"name": "Beefy + Balancer v2 + Aura",
|
|
2169
|
+
"productType": 11,
|
|
2170
|
+
"isDeprecated": false,
|
|
2171
|
+
"useFixedPrice": false,
|
|
2172
|
+
"logo": "beefy-balancerv2-aura.svg",
|
|
2173
|
+
"metadata": {
|
|
2174
|
+
"annex": "QmSHURzqSHB4f9moJ7fKbsqC2h5pFiCM8oDWDTYVx45XZN"
|
|
2175
|
+
},
|
|
2176
|
+
"coverAssets": [
|
|
2177
|
+
"ETH",
|
|
2178
|
+
"DAI"
|
|
2179
|
+
],
|
|
2180
|
+
"isPrivate": false
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"id": 147,
|
|
2184
|
+
"name": "Notional v3",
|
|
2185
|
+
"productType": 0,
|
|
2186
|
+
"isDeprecated": false,
|
|
2187
|
+
"useFixedPrice": false,
|
|
2188
|
+
"logo": "notional-finance.svg",
|
|
2189
|
+
"metadata": {},
|
|
2190
|
+
"coverAssets": [
|
|
2191
|
+
"ETH",
|
|
2192
|
+
"DAI"
|
|
2193
|
+
],
|
|
2194
|
+
"isPrivate": false
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"id": 148,
|
|
2198
|
+
"name": "Fraxlend",
|
|
2199
|
+
"productType": 0,
|
|
2200
|
+
"isDeprecated": false,
|
|
2201
|
+
"useFixedPrice": false,
|
|
2202
|
+
"logo": "fraxlend.svg",
|
|
2203
|
+
"metadata": {},
|
|
2204
|
+
"coverAssets": [
|
|
2205
|
+
"ETH",
|
|
2206
|
+
"DAI"
|
|
2207
|
+
],
|
|
2208
|
+
"isPrivate": false
|
|
2086
2209
|
}
|
|
2087
2210
|
]
|
package/dist/index.d.mts
CHANGED
|
@@ -2197,6 +2197,131 @@ var products = [
|
|
|
2197
2197
|
"DAI"
|
|
2198
2198
|
],
|
|
2199
2199
|
isPrivate: false
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
id: 141,
|
|
2203
|
+
name: "Yearn Juiced Vaults",
|
|
2204
|
+
productType: 11,
|
|
2205
|
+
isDeprecated: false,
|
|
2206
|
+
useFixedPrice: false,
|
|
2207
|
+
logo: "yearn-juiced-vaults.svg",
|
|
2208
|
+
metadata: {
|
|
2209
|
+
annex: "QmSfEJs5y234miCmpzRUsF5bUXwA3g64tEFMfgwXNEF3Ky"
|
|
2210
|
+
},
|
|
2211
|
+
coverAssets: [
|
|
2212
|
+
"ETH",
|
|
2213
|
+
"DAI"
|
|
2214
|
+
],
|
|
2215
|
+
isPrivate: false
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
id: 142,
|
|
2219
|
+
name: "Kwenta + Synthetix",
|
|
2220
|
+
productType: 11,
|
|
2221
|
+
isDeprecated: false,
|
|
2222
|
+
useFixedPrice: false,
|
|
2223
|
+
logo: "kwenta-synthetix.svg",
|
|
2224
|
+
metadata: {
|
|
2225
|
+
annex: "QmVUr4qAiTsyHzutXMnvB68azapJed9qkkzznotyX61WDx"
|
|
2226
|
+
},
|
|
2227
|
+
coverAssets: [
|
|
2228
|
+
"ETH",
|
|
2229
|
+
"DAI"
|
|
2230
|
+
],
|
|
2231
|
+
isPrivate: false
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
id: 143,
|
|
2235
|
+
name: "EigenLayer + Ether.fi + Pendle",
|
|
2236
|
+
productType: 11,
|
|
2237
|
+
isDeprecated: false,
|
|
2238
|
+
useFixedPrice: false,
|
|
2239
|
+
logo: "eigenlayer-etherfi-pendle.svg",
|
|
2240
|
+
metadata: {
|
|
2241
|
+
annex: "QmZ7J5mQFLrqcrg6keEtzq6cRR1ju9Xd47qKLV7mi9sbyK"
|
|
2242
|
+
},
|
|
2243
|
+
coverAssets: [
|
|
2244
|
+
"ETH"
|
|
2245
|
+
],
|
|
2246
|
+
isPrivate: false
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
id: 144,
|
|
2250
|
+
name: "Beefy + Curve",
|
|
2251
|
+
productType: 11,
|
|
2252
|
+
isDeprecated: false,
|
|
2253
|
+
useFixedPrice: false,
|
|
2254
|
+
logo: "beefy-curve.svg",
|
|
2255
|
+
metadata: {
|
|
2256
|
+
annex: "QmS931srMkJk3ZJoRxPGyhVjauzr5d15mWmvYLiN2uXJRS"
|
|
2257
|
+
},
|
|
2258
|
+
coverAssets: [
|
|
2259
|
+
"ETH",
|
|
2260
|
+
"DAI"
|
|
2261
|
+
],
|
|
2262
|
+
isPrivate: false
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
id: 145,
|
|
2266
|
+
name: "Beefy + Compound v3",
|
|
2267
|
+
productType: 11,
|
|
2268
|
+
isDeprecated: false,
|
|
2269
|
+
useFixedPrice: false,
|
|
2270
|
+
logo: "beefy-compoundv3.svg",
|
|
2271
|
+
metadata: {
|
|
2272
|
+
annex: "QmfNH8QC7wT4onB5B8VYk14weofGx17NcrmobhD4jz7pTd"
|
|
2273
|
+
},
|
|
2274
|
+
coverAssets: [
|
|
2275
|
+
"ETH",
|
|
2276
|
+
"DAI"
|
|
2277
|
+
],
|
|
2278
|
+
isPrivate: false
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
id: 146,
|
|
2282
|
+
name: "Beefy + Balancer v2 + Aura",
|
|
2283
|
+
productType: 11,
|
|
2284
|
+
isDeprecated: false,
|
|
2285
|
+
useFixedPrice: false,
|
|
2286
|
+
logo: "beefy-balancerv2-aura.svg",
|
|
2287
|
+
metadata: {
|
|
2288
|
+
annex: "QmSHURzqSHB4f9moJ7fKbsqC2h5pFiCM8oDWDTYVx45XZN"
|
|
2289
|
+
},
|
|
2290
|
+
coverAssets: [
|
|
2291
|
+
"ETH",
|
|
2292
|
+
"DAI"
|
|
2293
|
+
],
|
|
2294
|
+
isPrivate: false
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
id: 147,
|
|
2298
|
+
name: "Notional v3",
|
|
2299
|
+
productType: 0,
|
|
2300
|
+
isDeprecated: false,
|
|
2301
|
+
useFixedPrice: false,
|
|
2302
|
+
logo: "notional-finance.svg",
|
|
2303
|
+
metadata: {
|
|
2304
|
+
},
|
|
2305
|
+
coverAssets: [
|
|
2306
|
+
"ETH",
|
|
2307
|
+
"DAI"
|
|
2308
|
+
],
|
|
2309
|
+
isPrivate: false
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
id: 148,
|
|
2313
|
+
name: "Fraxlend",
|
|
2314
|
+
productType: 0,
|
|
2315
|
+
isDeprecated: false,
|
|
2316
|
+
useFixedPrice: false,
|
|
2317
|
+
logo: "fraxlend.svg",
|
|
2318
|
+
metadata: {
|
|
2319
|
+
},
|
|
2320
|
+
coverAssets: [
|
|
2321
|
+
"ETH",
|
|
2322
|
+
"DAI"
|
|
2323
|
+
],
|
|
2324
|
+
isPrivate: false
|
|
2200
2325
|
}
|
|
2201
2326
|
];
|
|
2202
2327
|
|
|
@@ -2277,12 +2402,19 @@ var productTypes = [
|
|
|
2277
2402
|
name: "UnoRe Quota Share",
|
|
2278
2403
|
gracePeriod: 3024000,
|
|
2279
2404
|
claimMethod: 0
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
id: 11,
|
|
2408
|
+
coverWordingURL: "https://api.nexusmutual.io/ipfs/QmWV9woyKJirjHd73MhibV59qmqzp1w1gqfMfZBQhneSL8",
|
|
2409
|
+
name: "Bundled Protocol Cover",
|
|
2410
|
+
gracePeriod: 3024000,
|
|
2411
|
+
claimMethod: 0
|
|
2280
2412
|
}
|
|
2281
2413
|
];
|
|
2282
2414
|
|
|
2283
|
-
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", "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"];
|
|
2415
|
+
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", "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"];
|
|
2284
2416
|
type LogoFileName = (typeof allLogoFileNames)[number];
|
|
2285
|
-
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", "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"];
|
|
2417
|
+
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", "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"];
|
|
2286
2418
|
type LogoName = (typeof allLogoNames)[number];
|
|
2287
2419
|
|
|
2288
2420
|
type Reserves = {
|
package/dist/index.d.ts
CHANGED
|
@@ -2197,6 +2197,131 @@ var products = [
|
|
|
2197
2197
|
"DAI"
|
|
2198
2198
|
],
|
|
2199
2199
|
isPrivate: false
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
id: 141,
|
|
2203
|
+
name: "Yearn Juiced Vaults",
|
|
2204
|
+
productType: 11,
|
|
2205
|
+
isDeprecated: false,
|
|
2206
|
+
useFixedPrice: false,
|
|
2207
|
+
logo: "yearn-juiced-vaults.svg",
|
|
2208
|
+
metadata: {
|
|
2209
|
+
annex: "QmSfEJs5y234miCmpzRUsF5bUXwA3g64tEFMfgwXNEF3Ky"
|
|
2210
|
+
},
|
|
2211
|
+
coverAssets: [
|
|
2212
|
+
"ETH",
|
|
2213
|
+
"DAI"
|
|
2214
|
+
],
|
|
2215
|
+
isPrivate: false
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
id: 142,
|
|
2219
|
+
name: "Kwenta + Synthetix",
|
|
2220
|
+
productType: 11,
|
|
2221
|
+
isDeprecated: false,
|
|
2222
|
+
useFixedPrice: false,
|
|
2223
|
+
logo: "kwenta-synthetix.svg",
|
|
2224
|
+
metadata: {
|
|
2225
|
+
annex: "QmVUr4qAiTsyHzutXMnvB68azapJed9qkkzznotyX61WDx"
|
|
2226
|
+
},
|
|
2227
|
+
coverAssets: [
|
|
2228
|
+
"ETH",
|
|
2229
|
+
"DAI"
|
|
2230
|
+
],
|
|
2231
|
+
isPrivate: false
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
id: 143,
|
|
2235
|
+
name: "EigenLayer + Ether.fi + Pendle",
|
|
2236
|
+
productType: 11,
|
|
2237
|
+
isDeprecated: false,
|
|
2238
|
+
useFixedPrice: false,
|
|
2239
|
+
logo: "eigenlayer-etherfi-pendle.svg",
|
|
2240
|
+
metadata: {
|
|
2241
|
+
annex: "QmZ7J5mQFLrqcrg6keEtzq6cRR1ju9Xd47qKLV7mi9sbyK"
|
|
2242
|
+
},
|
|
2243
|
+
coverAssets: [
|
|
2244
|
+
"ETH"
|
|
2245
|
+
],
|
|
2246
|
+
isPrivate: false
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
id: 144,
|
|
2250
|
+
name: "Beefy + Curve",
|
|
2251
|
+
productType: 11,
|
|
2252
|
+
isDeprecated: false,
|
|
2253
|
+
useFixedPrice: false,
|
|
2254
|
+
logo: "beefy-curve.svg",
|
|
2255
|
+
metadata: {
|
|
2256
|
+
annex: "QmS931srMkJk3ZJoRxPGyhVjauzr5d15mWmvYLiN2uXJRS"
|
|
2257
|
+
},
|
|
2258
|
+
coverAssets: [
|
|
2259
|
+
"ETH",
|
|
2260
|
+
"DAI"
|
|
2261
|
+
],
|
|
2262
|
+
isPrivate: false
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
id: 145,
|
|
2266
|
+
name: "Beefy + Compound v3",
|
|
2267
|
+
productType: 11,
|
|
2268
|
+
isDeprecated: false,
|
|
2269
|
+
useFixedPrice: false,
|
|
2270
|
+
logo: "beefy-compoundv3.svg",
|
|
2271
|
+
metadata: {
|
|
2272
|
+
annex: "QmfNH8QC7wT4onB5B8VYk14weofGx17NcrmobhD4jz7pTd"
|
|
2273
|
+
},
|
|
2274
|
+
coverAssets: [
|
|
2275
|
+
"ETH",
|
|
2276
|
+
"DAI"
|
|
2277
|
+
],
|
|
2278
|
+
isPrivate: false
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
id: 146,
|
|
2282
|
+
name: "Beefy + Balancer v2 + Aura",
|
|
2283
|
+
productType: 11,
|
|
2284
|
+
isDeprecated: false,
|
|
2285
|
+
useFixedPrice: false,
|
|
2286
|
+
logo: "beefy-balancerv2-aura.svg",
|
|
2287
|
+
metadata: {
|
|
2288
|
+
annex: "QmSHURzqSHB4f9moJ7fKbsqC2h5pFiCM8oDWDTYVx45XZN"
|
|
2289
|
+
},
|
|
2290
|
+
coverAssets: [
|
|
2291
|
+
"ETH",
|
|
2292
|
+
"DAI"
|
|
2293
|
+
],
|
|
2294
|
+
isPrivate: false
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
id: 147,
|
|
2298
|
+
name: "Notional v3",
|
|
2299
|
+
productType: 0,
|
|
2300
|
+
isDeprecated: false,
|
|
2301
|
+
useFixedPrice: false,
|
|
2302
|
+
logo: "notional-finance.svg",
|
|
2303
|
+
metadata: {
|
|
2304
|
+
},
|
|
2305
|
+
coverAssets: [
|
|
2306
|
+
"ETH",
|
|
2307
|
+
"DAI"
|
|
2308
|
+
],
|
|
2309
|
+
isPrivate: false
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
id: 148,
|
|
2313
|
+
name: "Fraxlend",
|
|
2314
|
+
productType: 0,
|
|
2315
|
+
isDeprecated: false,
|
|
2316
|
+
useFixedPrice: false,
|
|
2317
|
+
logo: "fraxlend.svg",
|
|
2318
|
+
metadata: {
|
|
2319
|
+
},
|
|
2320
|
+
coverAssets: [
|
|
2321
|
+
"ETH",
|
|
2322
|
+
"DAI"
|
|
2323
|
+
],
|
|
2324
|
+
isPrivate: false
|
|
2200
2325
|
}
|
|
2201
2326
|
];
|
|
2202
2327
|
|
|
@@ -2277,12 +2402,19 @@ var productTypes = [
|
|
|
2277
2402
|
name: "UnoRe Quota Share",
|
|
2278
2403
|
gracePeriod: 3024000,
|
|
2279
2404
|
claimMethod: 0
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
id: 11,
|
|
2408
|
+
coverWordingURL: "https://api.nexusmutual.io/ipfs/QmWV9woyKJirjHd73MhibV59qmqzp1w1gqfMfZBQhneSL8",
|
|
2409
|
+
name: "Bundled Protocol Cover",
|
|
2410
|
+
gracePeriod: 3024000,
|
|
2411
|
+
claimMethod: 0
|
|
2280
2412
|
}
|
|
2281
2413
|
];
|
|
2282
2414
|
|
|
2283
|
-
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", "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"];
|
|
2415
|
+
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", "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"];
|
|
2284
2416
|
type LogoFileName = (typeof allLogoFileNames)[number];
|
|
2285
|
-
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", "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"];
|
|
2417
|
+
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", "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"];
|
|
2286
2418
|
type LogoName = (typeof allLogoNames)[number];
|
|
2287
2419
|
|
|
2288
2420
|
type Reserves = {
|
package/dist/index.js
CHANGED
|
@@ -2123,6 +2123,129 @@ var products_default = [
|
|
|
2123
2123
|
"DAI"
|
|
2124
2124
|
],
|
|
2125
2125
|
isPrivate: false
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
id: 141,
|
|
2129
|
+
name: "Yearn Juiced Vaults",
|
|
2130
|
+
productType: 11,
|
|
2131
|
+
isDeprecated: false,
|
|
2132
|
+
useFixedPrice: false,
|
|
2133
|
+
logo: "yearn-juiced-vaults.svg",
|
|
2134
|
+
metadata: {
|
|
2135
|
+
annex: "QmSfEJs5y234miCmpzRUsF5bUXwA3g64tEFMfgwXNEF3Ky"
|
|
2136
|
+
},
|
|
2137
|
+
coverAssets: [
|
|
2138
|
+
"ETH",
|
|
2139
|
+
"DAI"
|
|
2140
|
+
],
|
|
2141
|
+
isPrivate: false
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
id: 142,
|
|
2145
|
+
name: "Kwenta + Synthetix",
|
|
2146
|
+
productType: 11,
|
|
2147
|
+
isDeprecated: false,
|
|
2148
|
+
useFixedPrice: false,
|
|
2149
|
+
logo: "kwenta-synthetix.svg",
|
|
2150
|
+
metadata: {
|
|
2151
|
+
annex: "QmVUr4qAiTsyHzutXMnvB68azapJed9qkkzznotyX61WDx"
|
|
2152
|
+
},
|
|
2153
|
+
coverAssets: [
|
|
2154
|
+
"ETH",
|
|
2155
|
+
"DAI"
|
|
2156
|
+
],
|
|
2157
|
+
isPrivate: false
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
id: 143,
|
|
2161
|
+
name: "EigenLayer + Ether.fi + Pendle",
|
|
2162
|
+
productType: 11,
|
|
2163
|
+
isDeprecated: false,
|
|
2164
|
+
useFixedPrice: false,
|
|
2165
|
+
logo: "eigenlayer-etherfi-pendle.svg",
|
|
2166
|
+
metadata: {
|
|
2167
|
+
annex: "QmZ7J5mQFLrqcrg6keEtzq6cRR1ju9Xd47qKLV7mi9sbyK"
|
|
2168
|
+
},
|
|
2169
|
+
coverAssets: [
|
|
2170
|
+
"ETH"
|
|
2171
|
+
],
|
|
2172
|
+
isPrivate: false
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
id: 144,
|
|
2176
|
+
name: "Beefy + Curve",
|
|
2177
|
+
productType: 11,
|
|
2178
|
+
isDeprecated: false,
|
|
2179
|
+
useFixedPrice: false,
|
|
2180
|
+
logo: "beefy-curve.svg",
|
|
2181
|
+
metadata: {
|
|
2182
|
+
annex: "QmS931srMkJk3ZJoRxPGyhVjauzr5d15mWmvYLiN2uXJRS"
|
|
2183
|
+
},
|
|
2184
|
+
coverAssets: [
|
|
2185
|
+
"ETH",
|
|
2186
|
+
"DAI"
|
|
2187
|
+
],
|
|
2188
|
+
isPrivate: false
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
id: 145,
|
|
2192
|
+
name: "Beefy + Compound v3",
|
|
2193
|
+
productType: 11,
|
|
2194
|
+
isDeprecated: false,
|
|
2195
|
+
useFixedPrice: false,
|
|
2196
|
+
logo: "beefy-compoundv3.svg",
|
|
2197
|
+
metadata: {
|
|
2198
|
+
annex: "QmfNH8QC7wT4onB5B8VYk14weofGx17NcrmobhD4jz7pTd"
|
|
2199
|
+
},
|
|
2200
|
+
coverAssets: [
|
|
2201
|
+
"ETH",
|
|
2202
|
+
"DAI"
|
|
2203
|
+
],
|
|
2204
|
+
isPrivate: false
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
id: 146,
|
|
2208
|
+
name: "Beefy + Balancer v2 + Aura",
|
|
2209
|
+
productType: 11,
|
|
2210
|
+
isDeprecated: false,
|
|
2211
|
+
useFixedPrice: false,
|
|
2212
|
+
logo: "beefy-balancerv2-aura.svg",
|
|
2213
|
+
metadata: {
|
|
2214
|
+
annex: "QmSHURzqSHB4f9moJ7fKbsqC2h5pFiCM8oDWDTYVx45XZN"
|
|
2215
|
+
},
|
|
2216
|
+
coverAssets: [
|
|
2217
|
+
"ETH",
|
|
2218
|
+
"DAI"
|
|
2219
|
+
],
|
|
2220
|
+
isPrivate: false
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
id: 147,
|
|
2224
|
+
name: "Notional v3",
|
|
2225
|
+
productType: 0,
|
|
2226
|
+
isDeprecated: false,
|
|
2227
|
+
useFixedPrice: false,
|
|
2228
|
+
logo: "notional-finance.svg",
|
|
2229
|
+
metadata: {},
|
|
2230
|
+
coverAssets: [
|
|
2231
|
+
"ETH",
|
|
2232
|
+
"DAI"
|
|
2233
|
+
],
|
|
2234
|
+
isPrivate: false
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
id: 148,
|
|
2238
|
+
name: "Fraxlend",
|
|
2239
|
+
productType: 0,
|
|
2240
|
+
isDeprecated: false,
|
|
2241
|
+
useFixedPrice: false,
|
|
2242
|
+
logo: "fraxlend.svg",
|
|
2243
|
+
metadata: {},
|
|
2244
|
+
coverAssets: [
|
|
2245
|
+
"ETH",
|
|
2246
|
+
"DAI"
|
|
2247
|
+
],
|
|
2248
|
+
isPrivate: false
|
|
2126
2249
|
}
|
|
2127
2250
|
];
|
|
2128
2251
|
|
|
@@ -2204,6 +2327,13 @@ var product_types_default = [
|
|
|
2204
2327
|
name: "UnoRe Quota Share",
|
|
2205
2328
|
gracePeriod: 3024e3,
|
|
2206
2329
|
claimMethod: 0
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
id: 11,
|
|
2333
|
+
coverWordingURL: "https://api.nexusmutual.io/ipfs/QmWV9woyKJirjHd73MhibV59qmqzp1w1gqfMfZBQhneSL8",
|
|
2334
|
+
name: "Bundled Protocol Cover",
|
|
2335
|
+
gracePeriod: 3024e3,
|
|
2336
|
+
claimMethod: 0
|
|
2207
2337
|
}
|
|
2208
2338
|
];
|
|
2209
2339
|
|
|
@@ -2350,6 +2480,14 @@ var allLogoFileNames = [
|
|
|
2350
2480
|
"prisma.svg",
|
|
2351
2481
|
"beethovenx.svg",
|
|
2352
2482
|
"arrakis.svg",
|
|
2483
|
+
"yearn-juiced-vaults.svg",
|
|
2484
|
+
"kwenta-synthetix.svg",
|
|
2485
|
+
"eigenlayer-etherfi-pendle.svg",
|
|
2486
|
+
"beefy-curve.svg",
|
|
2487
|
+
"beefy-compoundv3.svg",
|
|
2488
|
+
"beefy-balancerv2-aura.svg",
|
|
2489
|
+
"notional-finance.svg",
|
|
2490
|
+
"fraxlend.svg",
|
|
2353
2491
|
"aave-v1.svg",
|
|
2354
2492
|
"akropolis.svg",
|
|
2355
2493
|
"alpha-homora.svg",
|
|
@@ -2546,6 +2684,14 @@ var allLogoNames = [
|
|
|
2546
2684
|
"prisma",
|
|
2547
2685
|
"beethovenx",
|
|
2548
2686
|
"arrakis",
|
|
2687
|
+
"yearn-juiced-vaults",
|
|
2688
|
+
"kwenta-synthetix",
|
|
2689
|
+
"eigenlayer-etherfi-pendle",
|
|
2690
|
+
"beefy-curve",
|
|
2691
|
+
"beefy-compoundv3",
|
|
2692
|
+
"beefy-balancerv2-aura",
|
|
2693
|
+
"notional-finance",
|
|
2694
|
+
"fraxlend",
|
|
2549
2695
|
"aave-v1",
|
|
2550
2696
|
"akropolis",
|
|
2551
2697
|
"alpha-homora",
|