@nexusmutual/sdk 0.2.18 → 0.2.19
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 +48 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +48 -0
- package/dist/index.mjs.map +1 -1
- package/dist/logos/camelot.svg +1 -0
- package/dist/logos/nftperp.svg +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1976,6 +1976,48 @@ var products_default = [
|
|
|
1976
1976
|
"DAI"
|
|
1977
1977
|
],
|
|
1978
1978
|
isPrivate: false
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
id: 133,
|
|
1982
|
+
name: "Camelot",
|
|
1983
|
+
productType: 0,
|
|
1984
|
+
isDeprecated: false,
|
|
1985
|
+
useFixedPrice: false,
|
|
1986
|
+
logo: "camelot.svg",
|
|
1987
|
+
metadata: {},
|
|
1988
|
+
coverAssets: [
|
|
1989
|
+
"ETH",
|
|
1990
|
+
"DAI"
|
|
1991
|
+
],
|
|
1992
|
+
isPrivate: false
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
id: 134,
|
|
1996
|
+
name: "NFTperp",
|
|
1997
|
+
productType: 0,
|
|
1998
|
+
isDeprecated: false,
|
|
1999
|
+
useFixedPrice: false,
|
|
2000
|
+
logo: "nftperp.svg",
|
|
2001
|
+
metadata: {},
|
|
2002
|
+
coverAssets: [
|
|
2003
|
+
"ETH",
|
|
2004
|
+
"DAI"
|
|
2005
|
+
],
|
|
2006
|
+
isPrivate: false
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
id: 135,
|
|
2010
|
+
name: "Gearbox v3",
|
|
2011
|
+
productType: 0,
|
|
2012
|
+
isDeprecated: false,
|
|
2013
|
+
useFixedPrice: false,
|
|
2014
|
+
logo: "gearbox.svg",
|
|
2015
|
+
metadata: {},
|
|
2016
|
+
coverAssets: [
|
|
2017
|
+
"ETH",
|
|
2018
|
+
"DAI"
|
|
2019
|
+
],
|
|
2020
|
+
isPrivate: false
|
|
1979
2021
|
}
|
|
1980
2022
|
];
|
|
1981
2023
|
|
|
@@ -2195,6 +2237,9 @@ var allLogoFileNames = [
|
|
|
2195
2237
|
"hyperliquid.svg",
|
|
2196
2238
|
"maverick.svg",
|
|
2197
2239
|
"equilibria.svg",
|
|
2240
|
+
"camelot.svg",
|
|
2241
|
+
"nftperp.svg",
|
|
2242
|
+
"gearbox.svg",
|
|
2198
2243
|
"aave-v1.svg",
|
|
2199
2244
|
"akropolis.svg",
|
|
2200
2245
|
"alpha-homora.svg",
|
|
@@ -2382,6 +2427,9 @@ var allLogoNames = [
|
|
|
2382
2427
|
"hyperliquid",
|
|
2383
2428
|
"maverick",
|
|
2384
2429
|
"equilibria",
|
|
2430
|
+
"camelot",
|
|
2431
|
+
"nftperp",
|
|
2432
|
+
"gearbox",
|
|
2385
2433
|
"aave-v1",
|
|
2386
2434
|
"akropolis",
|
|
2387
2435
|
"alpha-homora",
|