@accessprotocol/js
Advanced tools
Comparing version 2.0.0-alpha.25 to 2.0.0-alpha.26
@@ -395,5 +395,3 @@ "use strict"; | ||
ixs.push((0, bindings_js_1.createBondV2)(user, feePayer, pool, unlockDate ? new BN.BN(unlockDate) : null, programId)); | ||
return ixs; | ||
} | ||
// If the bondV2 already exists, we add to it | ||
if (bondV2Account && | ||
@@ -400,0 +398,0 @@ bondV2Account.amount.toNumber() > 0 && |
@@ -358,5 +358,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
ixs.push(createBondV2(user, feePayer, pool, unlockDate ? new BN.BN(unlockDate) : null, programId)); | ||
return ixs; | ||
} | ||
// If the bondV2 already exists, we add to it | ||
if (bondV2Account && | ||
@@ -363,0 +361,0 @@ bondV2Account.amount.toNumber() > 0 && |
{ | ||
"name": "@accessprotocol/js", | ||
"version": "2.0.0-alpha.25", | ||
"version": "2.0.0-alpha.26", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
447419
10232