@nexusmutual/sdk 0.2.20 → 0.2.22
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 +69 -0
- package/dist/index.d.mts +75 -2
- package/dist/index.d.ts +75 -2
- package/dist/index.js +79 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +79 -0
- package/dist/index.mjs.map +1 -1
- package/dist/logos/arrakis.svg +1 -0
- package/dist/logos/beethovenx.svg +1 -0
- package/dist/logos/fx-protocol.svg +1 -0
- package/dist/logos/prisma.svg +1 -0
- package/dist/logos/pxeth.svg +1 -0
- package/package.json +1 -1
package/dist/data/products.json
CHANGED
|
@@ -2014,5 +2014,74 @@
|
|
|
2014
2014
|
"DAI"
|
|
2015
2015
|
],
|
|
2016
2016
|
"isPrivate": false
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"id": 136,
|
|
2020
|
+
"name": "pxETH",
|
|
2021
|
+
"productType": 0,
|
|
2022
|
+
"isDeprecated": false,
|
|
2023
|
+
"useFixedPrice": false,
|
|
2024
|
+
"logo": "pxeth.svg",
|
|
2025
|
+
"metadata": {
|
|
2026
|
+
"annex": "QmfHGfWr3tYxD1SvCphAXLN5X6QDP4evFXPrZaRYJZWWPw"
|
|
2027
|
+
},
|
|
2028
|
+
"coverAssets": [
|
|
2029
|
+
"ETH"
|
|
2030
|
+
],
|
|
2031
|
+
"isPrivate": false
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"id": 137,
|
|
2035
|
+
"name": "fx Protocol",
|
|
2036
|
+
"productType": 0,
|
|
2037
|
+
"isDeprecated": false,
|
|
2038
|
+
"useFixedPrice": false,
|
|
2039
|
+
"logo": "fx-protocol.svg",
|
|
2040
|
+
"metadata": {},
|
|
2041
|
+
"coverAssets": [
|
|
2042
|
+
"ETH"
|
|
2043
|
+
],
|
|
2044
|
+
"isPrivate": false
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"id": 138,
|
|
2048
|
+
"name": "Prisma",
|
|
2049
|
+
"productType": 0,
|
|
2050
|
+
"isDeprecated": false,
|
|
2051
|
+
"useFixedPrice": false,
|
|
2052
|
+
"logo": "prisma.svg",
|
|
2053
|
+
"metadata": {},
|
|
2054
|
+
"coverAssets": [
|
|
2055
|
+
"ETH"
|
|
2056
|
+
],
|
|
2057
|
+
"isPrivate": false
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"id": 139,
|
|
2061
|
+
"name": "Beethoven X",
|
|
2062
|
+
"productType": 0,
|
|
2063
|
+
"isDeprecated": false,
|
|
2064
|
+
"useFixedPrice": false,
|
|
2065
|
+
"logo": "beethovenx.svg",
|
|
2066
|
+
"metadata": {},
|
|
2067
|
+
"coverAssets": [
|
|
2068
|
+
"ETH",
|
|
2069
|
+
"DAI"
|
|
2070
|
+
],
|
|
2071
|
+
"isPrivate": false
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"id": 140,
|
|
2075
|
+
"name": "Arrakis",
|
|
2076
|
+
"productType": 0,
|
|
2077
|
+
"isDeprecated": false,
|
|
2078
|
+
"useFixedPrice": false,
|
|
2079
|
+
"logo": "arrakis.svg",
|
|
2080
|
+
"metadata": {},
|
|
2081
|
+
"coverAssets": [
|
|
2082
|
+
"ETH",
|
|
2083
|
+
"DAI"
|
|
2084
|
+
],
|
|
2085
|
+
"isPrivate": false
|
|
2017
2086
|
}
|
|
2018
2087
|
]
|
package/dist/index.d.mts
CHANGED
|
@@ -2124,6 +2124,79 @@ var products = [
|
|
|
2124
2124
|
"DAI"
|
|
2125
2125
|
],
|
|
2126
2126
|
isPrivate: false
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
id: 136,
|
|
2130
|
+
name: "pxETH",
|
|
2131
|
+
productType: 0,
|
|
2132
|
+
isDeprecated: false,
|
|
2133
|
+
useFixedPrice: false,
|
|
2134
|
+
logo: "pxeth.svg",
|
|
2135
|
+
metadata: {
|
|
2136
|
+
annex: "QmfHGfWr3tYxD1SvCphAXLN5X6QDP4evFXPrZaRYJZWWPw"
|
|
2137
|
+
},
|
|
2138
|
+
coverAssets: [
|
|
2139
|
+
"ETH"
|
|
2140
|
+
],
|
|
2141
|
+
isPrivate: false
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
id: 137,
|
|
2145
|
+
name: "fx Protocol",
|
|
2146
|
+
productType: 0,
|
|
2147
|
+
isDeprecated: false,
|
|
2148
|
+
useFixedPrice: false,
|
|
2149
|
+
logo: "fx-protocol.svg",
|
|
2150
|
+
metadata: {
|
|
2151
|
+
},
|
|
2152
|
+
coverAssets: [
|
|
2153
|
+
"ETH"
|
|
2154
|
+
],
|
|
2155
|
+
isPrivate: false
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
id: 138,
|
|
2159
|
+
name: "Prisma",
|
|
2160
|
+
productType: 0,
|
|
2161
|
+
isDeprecated: false,
|
|
2162
|
+
useFixedPrice: false,
|
|
2163
|
+
logo: "prisma.svg",
|
|
2164
|
+
metadata: {
|
|
2165
|
+
},
|
|
2166
|
+
coverAssets: [
|
|
2167
|
+
"ETH"
|
|
2168
|
+
],
|
|
2169
|
+
isPrivate: false
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
id: 139,
|
|
2173
|
+
name: "Beethoven X",
|
|
2174
|
+
productType: 0,
|
|
2175
|
+
isDeprecated: false,
|
|
2176
|
+
useFixedPrice: false,
|
|
2177
|
+
logo: "beethovenx.svg",
|
|
2178
|
+
metadata: {
|
|
2179
|
+
},
|
|
2180
|
+
coverAssets: [
|
|
2181
|
+
"ETH",
|
|
2182
|
+
"DAI"
|
|
2183
|
+
],
|
|
2184
|
+
isPrivate: false
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
id: 140,
|
|
2188
|
+
name: "Arrakis",
|
|
2189
|
+
productType: 0,
|
|
2190
|
+
isDeprecated: false,
|
|
2191
|
+
useFixedPrice: false,
|
|
2192
|
+
logo: "arrakis.svg",
|
|
2193
|
+
metadata: {
|
|
2194
|
+
},
|
|
2195
|
+
coverAssets: [
|
|
2196
|
+
"ETH",
|
|
2197
|
+
"DAI"
|
|
2198
|
+
],
|
|
2199
|
+
isPrivate: false
|
|
2127
2200
|
}
|
|
2128
2201
|
];
|
|
2129
2202
|
|
|
@@ -2207,9 +2280,9 @@ var productTypes = [
|
|
|
2207
2280
|
}
|
|
2208
2281
|
];
|
|
2209
2282
|
|
|
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"];
|
|
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"];
|
|
2211
2284
|
type LogoFileName = (typeof allLogoFileNames)[number];
|
|
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"];
|
|
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"];
|
|
2213
2286
|
type LogoName = (typeof allLogoNames)[number];
|
|
2214
2287
|
|
|
2215
2288
|
type Reserves = {
|
package/dist/index.d.ts
CHANGED
|
@@ -2124,6 +2124,79 @@ var products = [
|
|
|
2124
2124
|
"DAI"
|
|
2125
2125
|
],
|
|
2126
2126
|
isPrivate: false
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
id: 136,
|
|
2130
|
+
name: "pxETH",
|
|
2131
|
+
productType: 0,
|
|
2132
|
+
isDeprecated: false,
|
|
2133
|
+
useFixedPrice: false,
|
|
2134
|
+
logo: "pxeth.svg",
|
|
2135
|
+
metadata: {
|
|
2136
|
+
annex: "QmfHGfWr3tYxD1SvCphAXLN5X6QDP4evFXPrZaRYJZWWPw"
|
|
2137
|
+
},
|
|
2138
|
+
coverAssets: [
|
|
2139
|
+
"ETH"
|
|
2140
|
+
],
|
|
2141
|
+
isPrivate: false
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
id: 137,
|
|
2145
|
+
name: "fx Protocol",
|
|
2146
|
+
productType: 0,
|
|
2147
|
+
isDeprecated: false,
|
|
2148
|
+
useFixedPrice: false,
|
|
2149
|
+
logo: "fx-protocol.svg",
|
|
2150
|
+
metadata: {
|
|
2151
|
+
},
|
|
2152
|
+
coverAssets: [
|
|
2153
|
+
"ETH"
|
|
2154
|
+
],
|
|
2155
|
+
isPrivate: false
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
id: 138,
|
|
2159
|
+
name: "Prisma",
|
|
2160
|
+
productType: 0,
|
|
2161
|
+
isDeprecated: false,
|
|
2162
|
+
useFixedPrice: false,
|
|
2163
|
+
logo: "prisma.svg",
|
|
2164
|
+
metadata: {
|
|
2165
|
+
},
|
|
2166
|
+
coverAssets: [
|
|
2167
|
+
"ETH"
|
|
2168
|
+
],
|
|
2169
|
+
isPrivate: false
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
id: 139,
|
|
2173
|
+
name: "Beethoven X",
|
|
2174
|
+
productType: 0,
|
|
2175
|
+
isDeprecated: false,
|
|
2176
|
+
useFixedPrice: false,
|
|
2177
|
+
logo: "beethovenx.svg",
|
|
2178
|
+
metadata: {
|
|
2179
|
+
},
|
|
2180
|
+
coverAssets: [
|
|
2181
|
+
"ETH",
|
|
2182
|
+
"DAI"
|
|
2183
|
+
],
|
|
2184
|
+
isPrivate: false
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
id: 140,
|
|
2188
|
+
name: "Arrakis",
|
|
2189
|
+
productType: 0,
|
|
2190
|
+
isDeprecated: false,
|
|
2191
|
+
useFixedPrice: false,
|
|
2192
|
+
logo: "arrakis.svg",
|
|
2193
|
+
metadata: {
|
|
2194
|
+
},
|
|
2195
|
+
coverAssets: [
|
|
2196
|
+
"ETH",
|
|
2197
|
+
"DAI"
|
|
2198
|
+
],
|
|
2199
|
+
isPrivate: false
|
|
2127
2200
|
}
|
|
2128
2201
|
];
|
|
2129
2202
|
|
|
@@ -2207,9 +2280,9 @@ var productTypes = [
|
|
|
2207
2280
|
}
|
|
2208
2281
|
];
|
|
2209
2282
|
|
|
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"];
|
|
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"];
|
|
2211
2284
|
type LogoFileName = (typeof allLogoFileNames)[number];
|
|
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"];
|
|
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"];
|
|
2213
2286
|
type LogoName = (typeof allLogoNames)[number];
|
|
2214
2287
|
|
|
2215
2288
|
type Reserves = {
|
package/dist/index.js
CHANGED
|
@@ -2054,6 +2054,75 @@ var products_default = [
|
|
|
2054
2054
|
"DAI"
|
|
2055
2055
|
],
|
|
2056
2056
|
isPrivate: false
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
id: 136,
|
|
2060
|
+
name: "pxETH",
|
|
2061
|
+
productType: 0,
|
|
2062
|
+
isDeprecated: false,
|
|
2063
|
+
useFixedPrice: false,
|
|
2064
|
+
logo: "pxeth.svg",
|
|
2065
|
+
metadata: {
|
|
2066
|
+
annex: "QmfHGfWr3tYxD1SvCphAXLN5X6QDP4evFXPrZaRYJZWWPw"
|
|
2067
|
+
},
|
|
2068
|
+
coverAssets: [
|
|
2069
|
+
"ETH"
|
|
2070
|
+
],
|
|
2071
|
+
isPrivate: false
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
id: 137,
|
|
2075
|
+
name: "fx Protocol",
|
|
2076
|
+
productType: 0,
|
|
2077
|
+
isDeprecated: false,
|
|
2078
|
+
useFixedPrice: false,
|
|
2079
|
+
logo: "fx-protocol.svg",
|
|
2080
|
+
metadata: {},
|
|
2081
|
+
coverAssets: [
|
|
2082
|
+
"ETH"
|
|
2083
|
+
],
|
|
2084
|
+
isPrivate: false
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
id: 138,
|
|
2088
|
+
name: "Prisma",
|
|
2089
|
+
productType: 0,
|
|
2090
|
+
isDeprecated: false,
|
|
2091
|
+
useFixedPrice: false,
|
|
2092
|
+
logo: "prisma.svg",
|
|
2093
|
+
metadata: {},
|
|
2094
|
+
coverAssets: [
|
|
2095
|
+
"ETH"
|
|
2096
|
+
],
|
|
2097
|
+
isPrivate: false
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
id: 139,
|
|
2101
|
+
name: "Beethoven X",
|
|
2102
|
+
productType: 0,
|
|
2103
|
+
isDeprecated: false,
|
|
2104
|
+
useFixedPrice: false,
|
|
2105
|
+
logo: "beethovenx.svg",
|
|
2106
|
+
metadata: {},
|
|
2107
|
+
coverAssets: [
|
|
2108
|
+
"ETH",
|
|
2109
|
+
"DAI"
|
|
2110
|
+
],
|
|
2111
|
+
isPrivate: false
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
id: 140,
|
|
2115
|
+
name: "Arrakis",
|
|
2116
|
+
productType: 0,
|
|
2117
|
+
isDeprecated: false,
|
|
2118
|
+
useFixedPrice: false,
|
|
2119
|
+
logo: "arrakis.svg",
|
|
2120
|
+
metadata: {},
|
|
2121
|
+
coverAssets: [
|
|
2122
|
+
"ETH",
|
|
2123
|
+
"DAI"
|
|
2124
|
+
],
|
|
2125
|
+
isPrivate: false
|
|
2057
2126
|
}
|
|
2058
2127
|
];
|
|
2059
2128
|
|
|
@@ -2276,6 +2345,11 @@ var allLogoFileNames = [
|
|
|
2276
2345
|
"camelot.svg",
|
|
2277
2346
|
"nftperp.svg",
|
|
2278
2347
|
"gearbox.svg",
|
|
2348
|
+
"pxeth.svg",
|
|
2349
|
+
"fx-protocol.svg",
|
|
2350
|
+
"prisma.svg",
|
|
2351
|
+
"beethovenx.svg",
|
|
2352
|
+
"arrakis.svg",
|
|
2279
2353
|
"aave-v1.svg",
|
|
2280
2354
|
"akropolis.svg",
|
|
2281
2355
|
"alpha-homora.svg",
|
|
@@ -2467,6 +2541,11 @@ var allLogoNames = [
|
|
|
2467
2541
|
"camelot",
|
|
2468
2542
|
"nftperp",
|
|
2469
2543
|
"gearbox",
|
|
2544
|
+
"pxeth",
|
|
2545
|
+
"fx-protocol",
|
|
2546
|
+
"prisma",
|
|
2547
|
+
"beethovenx",
|
|
2548
|
+
"arrakis",
|
|
2470
2549
|
"aave-v1",
|
|
2471
2550
|
"akropolis",
|
|
2472
2551
|
"alpha-homora",
|