@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/index.mjs
CHANGED
|
@@ -2018,6 +2018,75 @@ var products_default = [
|
|
|
2018
2018
|
"DAI"
|
|
2019
2019
|
],
|
|
2020
2020
|
isPrivate: false
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
id: 136,
|
|
2024
|
+
name: "pxETH",
|
|
2025
|
+
productType: 0,
|
|
2026
|
+
isDeprecated: false,
|
|
2027
|
+
useFixedPrice: false,
|
|
2028
|
+
logo: "pxeth.svg",
|
|
2029
|
+
metadata: {
|
|
2030
|
+
annex: "QmfHGfWr3tYxD1SvCphAXLN5X6QDP4evFXPrZaRYJZWWPw"
|
|
2031
|
+
},
|
|
2032
|
+
coverAssets: [
|
|
2033
|
+
"ETH"
|
|
2034
|
+
],
|
|
2035
|
+
isPrivate: false
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
id: 137,
|
|
2039
|
+
name: "fx Protocol",
|
|
2040
|
+
productType: 0,
|
|
2041
|
+
isDeprecated: false,
|
|
2042
|
+
useFixedPrice: false,
|
|
2043
|
+
logo: "fx-protocol.svg",
|
|
2044
|
+
metadata: {},
|
|
2045
|
+
coverAssets: [
|
|
2046
|
+
"ETH"
|
|
2047
|
+
],
|
|
2048
|
+
isPrivate: false
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
id: 138,
|
|
2052
|
+
name: "Prisma",
|
|
2053
|
+
productType: 0,
|
|
2054
|
+
isDeprecated: false,
|
|
2055
|
+
useFixedPrice: false,
|
|
2056
|
+
logo: "prisma.svg",
|
|
2057
|
+
metadata: {},
|
|
2058
|
+
coverAssets: [
|
|
2059
|
+
"ETH"
|
|
2060
|
+
],
|
|
2061
|
+
isPrivate: false
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
id: 139,
|
|
2065
|
+
name: "Beethoven X",
|
|
2066
|
+
productType: 0,
|
|
2067
|
+
isDeprecated: false,
|
|
2068
|
+
useFixedPrice: false,
|
|
2069
|
+
logo: "beethovenx.svg",
|
|
2070
|
+
metadata: {},
|
|
2071
|
+
coverAssets: [
|
|
2072
|
+
"ETH",
|
|
2073
|
+
"DAI"
|
|
2074
|
+
],
|
|
2075
|
+
isPrivate: false
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
id: 140,
|
|
2079
|
+
name: "Arrakis",
|
|
2080
|
+
productType: 0,
|
|
2081
|
+
isDeprecated: false,
|
|
2082
|
+
useFixedPrice: false,
|
|
2083
|
+
logo: "arrakis.svg",
|
|
2084
|
+
metadata: {},
|
|
2085
|
+
coverAssets: [
|
|
2086
|
+
"ETH",
|
|
2087
|
+
"DAI"
|
|
2088
|
+
],
|
|
2089
|
+
isPrivate: false
|
|
2021
2090
|
}
|
|
2022
2091
|
];
|
|
2023
2092
|
|
|
@@ -2240,6 +2309,11 @@ var allLogoFileNames = [
|
|
|
2240
2309
|
"camelot.svg",
|
|
2241
2310
|
"nftperp.svg",
|
|
2242
2311
|
"gearbox.svg",
|
|
2312
|
+
"pxeth.svg",
|
|
2313
|
+
"fx-protocol.svg",
|
|
2314
|
+
"prisma.svg",
|
|
2315
|
+
"beethovenx.svg",
|
|
2316
|
+
"arrakis.svg",
|
|
2243
2317
|
"aave-v1.svg",
|
|
2244
2318
|
"akropolis.svg",
|
|
2245
2319
|
"alpha-homora.svg",
|
|
@@ -2431,6 +2505,11 @@ var allLogoNames = [
|
|
|
2431
2505
|
"camelot",
|
|
2432
2506
|
"nftperp",
|
|
2433
2507
|
"gearbox",
|
|
2508
|
+
"pxeth",
|
|
2509
|
+
"fx-protocol",
|
|
2510
|
+
"prisma",
|
|
2511
|
+
"beethovenx",
|
|
2512
|
+
"arrakis",
|
|
2434
2513
|
"aave-v1",
|
|
2435
2514
|
"akropolis",
|
|
2436
2515
|
"alpha-homora",
|