@typus/typus-sdk 1.0.99 → 1.0.100
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.
|
@@ -60,9 +60,7 @@ function getPortfolioVaults(provider, registry, deposit_vault_registry, bid_vaul
|
|
|
60
60
|
case 2: return [4 /*yield*/, (_a.sent())
|
|
61
61
|
.filter(function (portfolioVault) { return portfolioVault.error == undefined; })
|
|
62
62
|
// @ts-ignore
|
|
63
|
-
.filter(function (portfolioVault) { return
|
|
64
|
-
// @ts-ignore
|
|
65
|
-
.filter(function (portfolioVault) { return !portfolioVault.data.content.type.includes("0xdba94b126660285d13b3c62b9796e05caaf14df4a9721dd107c746153f0191e8::typus_dov_single::NftExtension"); })
|
|
63
|
+
.filter(function (portfolioVault) { return portfolioVault.data.content.type.includes("PortfolioVault"); })
|
|
66
64
|
.reduce(function (promise, portfolioVault) { return __awaiter(_this, void 0, void 0, function () {
|
|
67
65
|
var map, vaultId, auctionDelayTsMs, typeArgs, assets, deliveryInfo, info, config, auction, authority;
|
|
68
66
|
return __generator(this, function (_a) {
|