@nexusmutual/sdk 0.2.18 → 0.2.20
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 +42 -0
- package/dist/index.d.mts +47 -2
- package/dist/index.d.ts +47 -2
- package/dist/index.js +50 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -0
- package/dist/index.mjs.map +1 -1
- package/dist/logos/camelot.svg +1 -0
- package/dist/logos/maker-sai.svg +1 -0
- package/dist/logos/nftperp.svg +1 -0
- package/package.json +1 -1
package/dist/data/products.json
CHANGED
|
@@ -1972,5 +1972,47 @@
|
|
|
1972
1972
|
"DAI"
|
|
1973
1973
|
],
|
|
1974
1974
|
"isPrivate": false
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"id": 133,
|
|
1978
|
+
"name": "Camelot",
|
|
1979
|
+
"productType": 0,
|
|
1980
|
+
"isDeprecated": false,
|
|
1981
|
+
"useFixedPrice": false,
|
|
1982
|
+
"logo": "camelot.svg",
|
|
1983
|
+
"metadata": {},
|
|
1984
|
+
"coverAssets": [
|
|
1985
|
+
"ETH",
|
|
1986
|
+
"DAI"
|
|
1987
|
+
],
|
|
1988
|
+
"isPrivate": false
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"id": 134,
|
|
1992
|
+
"name": "NFTperp",
|
|
1993
|
+
"productType": 0,
|
|
1994
|
+
"isDeprecated": false,
|
|
1995
|
+
"useFixedPrice": false,
|
|
1996
|
+
"logo": "nftperp.svg",
|
|
1997
|
+
"metadata": {},
|
|
1998
|
+
"coverAssets": [
|
|
1999
|
+
"ETH",
|
|
2000
|
+
"DAI"
|
|
2001
|
+
],
|
|
2002
|
+
"isPrivate": false
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"id": 135,
|
|
2006
|
+
"name": "Gearbox v3",
|
|
2007
|
+
"productType": 0,
|
|
2008
|
+
"isDeprecated": false,
|
|
2009
|
+
"useFixedPrice": false,
|
|
2010
|
+
"logo": "gearbox.svg",
|
|
2011
|
+
"metadata": {},
|
|
2012
|
+
"coverAssets": [
|
|
2013
|
+
"ETH",
|
|
2014
|
+
"DAI"
|
|
2015
|
+
],
|
|
2016
|
+
"isPrivate": false
|
|
1975
2017
|
}
|
|
1976
2018
|
]
|
package/dist/index.d.mts
CHANGED
|
@@ -2079,6 +2079,51 @@ var products = [
|
|
|
2079
2079
|
"DAI"
|
|
2080
2080
|
],
|
|
2081
2081
|
isPrivate: false
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
id: 133,
|
|
2085
|
+
name: "Camelot",
|
|
2086
|
+
productType: 0,
|
|
2087
|
+
isDeprecated: false,
|
|
2088
|
+
useFixedPrice: false,
|
|
2089
|
+
logo: "camelot.svg",
|
|
2090
|
+
metadata: {
|
|
2091
|
+
},
|
|
2092
|
+
coverAssets: [
|
|
2093
|
+
"ETH",
|
|
2094
|
+
"DAI"
|
|
2095
|
+
],
|
|
2096
|
+
isPrivate: false
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
id: 134,
|
|
2100
|
+
name: "NFTperp",
|
|
2101
|
+
productType: 0,
|
|
2102
|
+
isDeprecated: false,
|
|
2103
|
+
useFixedPrice: false,
|
|
2104
|
+
logo: "nftperp.svg",
|
|
2105
|
+
metadata: {
|
|
2106
|
+
},
|
|
2107
|
+
coverAssets: [
|
|
2108
|
+
"ETH",
|
|
2109
|
+
"DAI"
|
|
2110
|
+
],
|
|
2111
|
+
isPrivate: false
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
id: 135,
|
|
2115
|
+
name: "Gearbox v3",
|
|
2116
|
+
productType: 0,
|
|
2117
|
+
isDeprecated: false,
|
|
2118
|
+
useFixedPrice: false,
|
|
2119
|
+
logo: "gearbox.svg",
|
|
2120
|
+
metadata: {
|
|
2121
|
+
},
|
|
2122
|
+
coverAssets: [
|
|
2123
|
+
"ETH",
|
|
2124
|
+
"DAI"
|
|
2125
|
+
],
|
|
2126
|
+
isPrivate: false
|
|
2082
2127
|
}
|
|
2083
2128
|
];
|
|
2084
2129
|
|
|
@@ -2162,9 +2207,9 @@ var productTypes = [
|
|
|
2162
2207
|
}
|
|
2163
2208
|
];
|
|
2164
2209
|
|
|
2165
|
-
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", "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", "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"];
|
|
2210
|
+
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", "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"];
|
|
2166
2211
|
type LogoFileName = (typeof allLogoFileNames)[number];
|
|
2167
|
-
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", "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", "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"];
|
|
2212
|
+
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", "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"];
|
|
2168
2213
|
type LogoName = (typeof allLogoNames)[number];
|
|
2169
2214
|
|
|
2170
2215
|
type Reserves = {
|
package/dist/index.d.ts
CHANGED
|
@@ -2079,6 +2079,51 @@ var products = [
|
|
|
2079
2079
|
"DAI"
|
|
2080
2080
|
],
|
|
2081
2081
|
isPrivate: false
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
id: 133,
|
|
2085
|
+
name: "Camelot",
|
|
2086
|
+
productType: 0,
|
|
2087
|
+
isDeprecated: false,
|
|
2088
|
+
useFixedPrice: false,
|
|
2089
|
+
logo: "camelot.svg",
|
|
2090
|
+
metadata: {
|
|
2091
|
+
},
|
|
2092
|
+
coverAssets: [
|
|
2093
|
+
"ETH",
|
|
2094
|
+
"DAI"
|
|
2095
|
+
],
|
|
2096
|
+
isPrivate: false
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
id: 134,
|
|
2100
|
+
name: "NFTperp",
|
|
2101
|
+
productType: 0,
|
|
2102
|
+
isDeprecated: false,
|
|
2103
|
+
useFixedPrice: false,
|
|
2104
|
+
logo: "nftperp.svg",
|
|
2105
|
+
metadata: {
|
|
2106
|
+
},
|
|
2107
|
+
coverAssets: [
|
|
2108
|
+
"ETH",
|
|
2109
|
+
"DAI"
|
|
2110
|
+
],
|
|
2111
|
+
isPrivate: false
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
id: 135,
|
|
2115
|
+
name: "Gearbox v3",
|
|
2116
|
+
productType: 0,
|
|
2117
|
+
isDeprecated: false,
|
|
2118
|
+
useFixedPrice: false,
|
|
2119
|
+
logo: "gearbox.svg",
|
|
2120
|
+
metadata: {
|
|
2121
|
+
},
|
|
2122
|
+
coverAssets: [
|
|
2123
|
+
"ETH",
|
|
2124
|
+
"DAI"
|
|
2125
|
+
],
|
|
2126
|
+
isPrivate: false
|
|
2082
2127
|
}
|
|
2083
2128
|
];
|
|
2084
2129
|
|
|
@@ -2162,9 +2207,9 @@ var productTypes = [
|
|
|
2162
2207
|
}
|
|
2163
2208
|
];
|
|
2164
2209
|
|
|
2165
|
-
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", "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", "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"];
|
|
2210
|
+
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", "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"];
|
|
2166
2211
|
type LogoFileName = (typeof allLogoFileNames)[number];
|
|
2167
|
-
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", "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", "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"];
|
|
2212
|
+
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", "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"];
|
|
2168
2213
|
type LogoName = (typeof allLogoNames)[number];
|
|
2169
2214
|
|
|
2170
2215
|
type Reserves = {
|
package/dist/index.js
CHANGED
|
@@ -2012,6 +2012,48 @@ var products_default = [
|
|
|
2012
2012
|
"DAI"
|
|
2013
2013
|
],
|
|
2014
2014
|
isPrivate: false
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
id: 133,
|
|
2018
|
+
name: "Camelot",
|
|
2019
|
+
productType: 0,
|
|
2020
|
+
isDeprecated: false,
|
|
2021
|
+
useFixedPrice: false,
|
|
2022
|
+
logo: "camelot.svg",
|
|
2023
|
+
metadata: {},
|
|
2024
|
+
coverAssets: [
|
|
2025
|
+
"ETH",
|
|
2026
|
+
"DAI"
|
|
2027
|
+
],
|
|
2028
|
+
isPrivate: false
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
id: 134,
|
|
2032
|
+
name: "NFTperp",
|
|
2033
|
+
productType: 0,
|
|
2034
|
+
isDeprecated: false,
|
|
2035
|
+
useFixedPrice: false,
|
|
2036
|
+
logo: "nftperp.svg",
|
|
2037
|
+
metadata: {},
|
|
2038
|
+
coverAssets: [
|
|
2039
|
+
"ETH",
|
|
2040
|
+
"DAI"
|
|
2041
|
+
],
|
|
2042
|
+
isPrivate: false
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
id: 135,
|
|
2046
|
+
name: "Gearbox v3",
|
|
2047
|
+
productType: 0,
|
|
2048
|
+
isDeprecated: false,
|
|
2049
|
+
useFixedPrice: false,
|
|
2050
|
+
logo: "gearbox.svg",
|
|
2051
|
+
metadata: {},
|
|
2052
|
+
coverAssets: [
|
|
2053
|
+
"ETH",
|
|
2054
|
+
"DAI"
|
|
2055
|
+
],
|
|
2056
|
+
isPrivate: false
|
|
2015
2057
|
}
|
|
2016
2058
|
];
|
|
2017
2059
|
|
|
@@ -2231,6 +2273,9 @@ var allLogoFileNames = [
|
|
|
2231
2273
|
"hyperliquid.svg",
|
|
2232
2274
|
"maverick.svg",
|
|
2233
2275
|
"equilibria.svg",
|
|
2276
|
+
"camelot.svg",
|
|
2277
|
+
"nftperp.svg",
|
|
2278
|
+
"gearbox.svg",
|
|
2234
2279
|
"aave-v1.svg",
|
|
2235
2280
|
"akropolis.svg",
|
|
2236
2281
|
"alpha-homora.svg",
|
|
@@ -2260,6 +2305,7 @@ var allLogoFileNames = [
|
|
|
2260
2305
|
"idleUSDTYield.svg",
|
|
2261
2306
|
"instadapp.svg",
|
|
2262
2307
|
"ironbank.svg",
|
|
2308
|
+
"maker-sai.svg",
|
|
2263
2309
|
"metis.svg",
|
|
2264
2310
|
"moonbeam.svg",
|
|
2265
2311
|
"mooniswap.svg",
|
|
@@ -2418,6 +2464,9 @@ var allLogoNames = [
|
|
|
2418
2464
|
"hyperliquid",
|
|
2419
2465
|
"maverick",
|
|
2420
2466
|
"equilibria",
|
|
2467
|
+
"camelot",
|
|
2468
|
+
"nftperp",
|
|
2469
|
+
"gearbox",
|
|
2421
2470
|
"aave-v1",
|
|
2422
2471
|
"akropolis",
|
|
2423
2472
|
"alpha-homora",
|
|
@@ -2447,6 +2496,7 @@ var allLogoNames = [
|
|
|
2447
2496
|
"idleUSDTYield",
|
|
2448
2497
|
"instadapp",
|
|
2449
2498
|
"ironbank",
|
|
2499
|
+
"maker-sai",
|
|
2450
2500
|
"metis",
|
|
2451
2501
|
"moonbeam",
|
|
2452
2502
|
"mooniswap",
|