@gearbox-protocol/deploy-tools 6.3.5 → 6.3.7
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/index.mjs +4 -5
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -124233,12 +124233,11 @@ var SecuritizeKYCFactory = class extends BaseContract {
|
|
|
124233
124233
|
/**
|
|
124234
124234
|
* {@inheritDoc IKYCFactory.getOpenAccountRequirements}
|
|
124235
124235
|
*/
|
|
124236
|
-
async getOpenAccountRequirements(investor) {
|
|
124236
|
+
async getOpenAccountRequirements(investor, props) {
|
|
124237
124237
|
const [investorData] = await this.#sdk.kyc.getInvestorData(investor, [
|
|
124238
124238
|
this.address
|
|
124239
124239
|
]);
|
|
124240
|
-
const
|
|
124241
|
-
const desiredTokens = dsTokens;
|
|
124240
|
+
const desiredTokens = new AddressSet([props.tokenOutAddress]);
|
|
124242
124241
|
const registredTokens = new AddressSet(investorData.registeredTokens);
|
|
124243
124242
|
const signedTokens = new AddressSet(
|
|
124244
124243
|
investorData.cachedSignatures.map((s) => s.token)
|
|
@@ -137922,7 +137921,7 @@ function zeroLt() {
|
|
|
137922
137921
|
var package_default = {
|
|
137923
137922
|
name: "@gearbox-protocol/deploy-tools",
|
|
137924
137923
|
description: "Gearbox deploy tools",
|
|
137925
|
-
version: "6.3.
|
|
137924
|
+
version: "6.3.7",
|
|
137926
137925
|
homepage: "https://gearbox.fi",
|
|
137927
137926
|
keywords: [
|
|
137928
137927
|
"gearbox"
|
|
@@ -137961,7 +137960,7 @@ var package_default = {
|
|
|
137961
137960
|
"@gearbox-protocol/cli-utils": "0.0.0",
|
|
137962
137961
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
137963
137962
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
137964
|
-
"@gearbox-protocol/sdk": "13.7.0-kyc.
|
|
137963
|
+
"@gearbox-protocol/sdk": "13.7.0-kyc.7",
|
|
137965
137964
|
"@types/lodash-es": "^4.17.12",
|
|
137966
137965
|
"@types/node": "^25.5.0",
|
|
137967
137966
|
"@types/react": "^19.2.14",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/deploy-tools",
|
|
3
3
|
"description": "Gearbox deploy tools",
|
|
4
|
-
"version": "6.3.
|
|
4
|
+
"version": "6.3.7",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@gearbox-protocol/cli-utils": "0.0.0",
|
|
41
41
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
42
42
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
43
|
-
"@gearbox-protocol/sdk": "13.7.0-kyc.
|
|
43
|
+
"@gearbox-protocol/sdk": "13.7.0-kyc.7",
|
|
44
44
|
"@types/lodash-es": "^4.17.12",
|
|
45
45
|
"@types/node": "^25.5.0",
|
|
46
46
|
"@types/react": "^19.2.14",
|