@cryptonergy/smart-contracts-sdk 1.0.0-dev.5 → 1.0.0-dev.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.js +17 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1967.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC4626.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/Proxy.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/IBeacon.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Address.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Errors.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/index.js +2 -1
- package/dist/types/typechain-types/@openzeppelin/index.js +2 -1
- package/dist/types/typechain-types/common.js +2 -1
- package/dist/types/typechain-types/contracts/ManagementFeeUpgradeableV1.js +2 -1
- package/dist/types/typechain-types/contracts/PerformanceFeeUpgradeableV1.js +2 -1
- package/dist/types/typechain-types/contracts/VaultFactoryV1.js +2 -1
- package/dist/types/typechain-types/contracts/VaultV1.js +2 -1
- package/dist/types/typechain-types/contracts/index.js +2 -1
- package/dist/types/typechain-types/contracts/mocks/MockERC20.js +2 -1
- package/dist/types/typechain-types/contracts/mocks/index.js +2 -1
- package/dist/types/typechain-types/contracts/providers/AddressProviderV1.js +2 -1
- package/dist/types/typechain-types/contracts/providers/index.js +2 -1
- package/dist/types/typechain-types/contracts/registers/VaultRegistryV1.js +2 -1
- package/dist/types/typechain-types/contracts/registers/index.js +2 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.js +7 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC4626__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js +5 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +9 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +11 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/index.js +7 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/Proxy__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/index.js +5 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/index.js +7 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +5 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +9 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +5 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/index.js +4 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Address__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Errors__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/index.js +9 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +5 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +5 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/index.js +5 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.js +7 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +4 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +7 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +5 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +6 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/index.js +4 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable__factory.js +8 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/index.js +7 -2
- package/dist/types/typechain-types/factories/@openzeppelin/index.js +5 -2
- package/dist/types/typechain-types/factories/contracts/ManagementFeeUpgradeableV1__factory.js +8 -4
- package/dist/types/typechain-types/factories/contracts/PerformanceFeeUpgradeableV1__factory.js +8 -4
- package/dist/types/typechain-types/factories/contracts/VaultFactoryV1__factory.js +8 -4
- package/dist/types/typechain-types/factories/contracts/VaultV1__factory.js +8 -4
- package/dist/types/typechain-types/factories/contracts/index.js +14 -7
- package/dist/types/typechain-types/factories/contracts/mocks/MockERC20__factory.js +8 -4
- package/dist/types/typechain-types/factories/contracts/mocks/index.js +5 -1
- package/dist/types/typechain-types/factories/contracts/providers/AddressProviderV1__factory.js +8 -4
- package/dist/types/typechain-types/factories/contracts/providers/index.js +5 -1
- package/dist/types/typechain-types/factories/contracts/registers/VaultRegistryV1__factory.js +8 -4
- package/dist/types/typechain-types/factories/contracts/registers/index.js +5 -1
- package/dist/types/typechain-types/factories/index.js +5 -2
- package/dist/types/typechain-types/index.js +70 -34
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -1 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types/typechain-types"), exports);
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.utils = exports.token = exports.proxy = exports.interfaces = void 0;
|
|
1
4
|
/* Autogenerated file. Do not edit manually. */
|
|
2
5
|
/* tslint:disable */
|
|
3
6
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
exports.interfaces = require("./interfaces");
|
|
8
|
+
exports.proxy = require("./proxy");
|
|
9
|
+
exports.token = require("./token");
|
|
10
|
+
exports.utils = require("./utils");
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* Autogenerated file. Do not edit manually. */
|
|
2
3
|
/* tslint:disable */
|
|
3
4
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IERC1363__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
5
8
|
const _abi = [
|
|
6
9
|
{
|
|
7
10
|
anonymous: false,
|
|
@@ -375,12 +378,13 @@ const _abi = [
|
|
|
375
378
|
type: "function",
|
|
376
379
|
},
|
|
377
380
|
];
|
|
378
|
-
|
|
381
|
+
class IERC1363__factory {
|
|
379
382
|
static createInterface() {
|
|
380
|
-
return new Interface(_abi);
|
|
383
|
+
return new ethers_1.Interface(_abi);
|
|
381
384
|
}
|
|
382
385
|
static connect(address, runner) {
|
|
383
|
-
return new Contract(address, _abi, runner);
|
|
386
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
384
387
|
}
|
|
385
388
|
}
|
|
389
|
+
exports.IERC1363__factory = IERC1363__factory;
|
|
386
390
|
IERC1363__factory.abi = _abi;
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* Autogenerated file. Do not edit manually. */
|
|
2
3
|
/* tslint:disable */
|
|
3
4
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IERC1967__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
5
8
|
const _abi = [
|
|
6
9
|
{
|
|
7
10
|
anonymous: false,
|
|
@@ -49,12 +52,13 @@ const _abi = [
|
|
|
49
52
|
type: "event",
|
|
50
53
|
},
|
|
51
54
|
];
|
|
52
|
-
|
|
55
|
+
class IERC1967__factory {
|
|
53
56
|
static createInterface() {
|
|
54
|
-
return new Interface(_abi);
|
|
57
|
+
return new ethers_1.Interface(_abi);
|
|
55
58
|
}
|
|
56
59
|
static connect(address, runner) {
|
|
57
|
-
return new Contract(address, _abi, runner);
|
|
60
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
58
61
|
}
|
|
59
62
|
}
|
|
63
|
+
exports.IERC1967__factory = IERC1967__factory;
|
|
60
64
|
IERC1967__factory.abi = _abi;
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC4626__factory.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* Autogenerated file. Do not edit manually. */
|
|
2
3
|
/* tslint:disable */
|
|
3
4
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IERC4626__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
5
8
|
const _abi = [
|
|
6
9
|
{
|
|
7
10
|
anonymous: false,
|
|
@@ -616,12 +619,13 @@ const _abi = [
|
|
|
616
619
|
type: "function",
|
|
617
620
|
},
|
|
618
621
|
];
|
|
619
|
-
|
|
622
|
+
class IERC4626__factory {
|
|
620
623
|
static createInterface() {
|
|
621
|
-
return new Interface(_abi);
|
|
624
|
+
return new ethers_1.Interface(_abi);
|
|
622
625
|
}
|
|
623
626
|
static connect(address, runner) {
|
|
624
|
-
return new Contract(address, _abi, runner);
|
|
627
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
625
628
|
}
|
|
626
629
|
}
|
|
630
|
+
exports.IERC4626__factory = IERC4626__factory;
|
|
627
631
|
IERC4626__factory.abi = _abi;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* Autogenerated file. Do not edit manually. */
|
|
2
3
|
/* tslint:disable */
|
|
3
4
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IERC1822Proxiable__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
5
8
|
const _abi = [
|
|
6
9
|
{
|
|
7
10
|
inputs: [],
|
|
@@ -17,12 +20,13 @@ const _abi = [
|
|
|
17
20
|
type: "function",
|
|
18
21
|
},
|
|
19
22
|
];
|
|
20
|
-
|
|
23
|
+
class IERC1822Proxiable__factory {
|
|
21
24
|
static createInterface() {
|
|
22
|
-
return new Interface(_abi);
|
|
25
|
+
return new ethers_1.Interface(_abi);
|
|
23
26
|
}
|
|
24
27
|
static connect(address, runner) {
|
|
25
|
-
return new Contract(address, _abi, runner);
|
|
28
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
26
29
|
}
|
|
27
30
|
}
|
|
31
|
+
exports.IERC1822Proxiable__factory = IERC1822Proxiable__factory;
|
|
28
32
|
IERC1822Proxiable__factory.abi = _abi;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IERC1822Proxiable__factory = void 0;
|
|
1
4
|
/* Autogenerated file. Do not edit manually. */
|
|
2
5
|
/* tslint:disable */
|
|
3
6
|
/* eslint-disable */
|
|
4
|
-
|
|
7
|
+
var IERC1822Proxiable__factory_1 = require("./IERC1822Proxiable__factory");
|
|
8
|
+
Object.defineProperty(exports, "IERC1822Proxiable__factory", { enumerable: true, get: function () { return IERC1822Proxiable__factory_1.IERC1822Proxiable__factory; } });
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* Autogenerated file. Do not edit manually. */
|
|
2
3
|
/* tslint:disable */
|
|
3
4
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IERC1155Errors__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
5
8
|
const _abi = [
|
|
6
9
|
{
|
|
7
10
|
inputs: [
|
|
@@ -106,12 +109,13 @@ const _abi = [
|
|
|
106
109
|
type: "error",
|
|
107
110
|
},
|
|
108
111
|
];
|
|
109
|
-
|
|
112
|
+
class IERC1155Errors__factory {
|
|
110
113
|
static createInterface() {
|
|
111
|
-
return new Interface(_abi);
|
|
114
|
+
return new ethers_1.Interface(_abi);
|
|
112
115
|
}
|
|
113
116
|
static connect(address, runner) {
|
|
114
|
-
return new Contract(address, _abi, runner);
|
|
117
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
115
118
|
}
|
|
116
119
|
}
|
|
120
|
+
exports.IERC1155Errors__factory = IERC1155Errors__factory;
|
|
117
121
|
IERC1155Errors__factory.abi = _abi;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* Autogenerated file. Do not edit manually. */
|
|
2
3
|
/* tslint:disable */
|
|
3
4
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IERC20Errors__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
5
8
|
const _abi = [
|
|
6
9
|
{
|
|
7
10
|
inputs: [
|
|
@@ -90,12 +93,13 @@ const _abi = [
|
|
|
90
93
|
type: "error",
|
|
91
94
|
},
|
|
92
95
|
];
|
|
93
|
-
|
|
96
|
+
class IERC20Errors__factory {
|
|
94
97
|
static createInterface() {
|
|
95
|
-
return new Interface(_abi);
|
|
98
|
+
return new ethers_1.Interface(_abi);
|
|
96
99
|
}
|
|
97
100
|
static connect(address, runner) {
|
|
98
|
-
return new Contract(address, _abi, runner);
|
|
101
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
99
102
|
}
|
|
100
103
|
}
|
|
104
|
+
exports.IERC20Errors__factory = IERC20Errors__factory;
|
|
101
105
|
IERC20Errors__factory.abi = _abi;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* Autogenerated file. Do not edit manually. */
|
|
2
3
|
/* tslint:disable */
|
|
3
4
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IERC721Errors__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
5
8
|
const _abi = [
|
|
6
9
|
{
|
|
7
10
|
inputs: [
|
|
@@ -107,12 +110,13 @@ const _abi = [
|
|
|
107
110
|
type: "error",
|
|
108
111
|
},
|
|
109
112
|
];
|
|
110
|
-
|
|
113
|
+
class IERC721Errors__factory {
|
|
111
114
|
static createInterface() {
|
|
112
|
-
return new Interface(_abi);
|
|
115
|
+
return new ethers_1.Interface(_abi);
|
|
113
116
|
}
|
|
114
117
|
static connect(address, runner) {
|
|
115
|
-
return new Contract(address, _abi, runner);
|
|
118
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
116
119
|
}
|
|
117
120
|
}
|
|
121
|
+
exports.IERC721Errors__factory = IERC721Errors__factory;
|
|
118
122
|
IERC721Errors__factory.abi = _abi;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IERC721Errors__factory = exports.IERC20Errors__factory = exports.IERC1155Errors__factory = void 0;
|
|
1
4
|
/* Autogenerated file. Do not edit manually. */
|
|
2
5
|
/* tslint:disable */
|
|
3
6
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
+
var IERC1155Errors__factory_1 = require("./IERC1155Errors__factory");
|
|
8
|
+
Object.defineProperty(exports, "IERC1155Errors__factory", { enumerable: true, get: function () { return IERC1155Errors__factory_1.IERC1155Errors__factory; } });
|
|
9
|
+
var IERC20Errors__factory_1 = require("./IERC20Errors__factory");
|
|
10
|
+
Object.defineProperty(exports, "IERC20Errors__factory", { enumerable: true, get: function () { return IERC20Errors__factory_1.IERC20Errors__factory; } });
|
|
11
|
+
var IERC721Errors__factory_1 = require("./IERC721Errors__factory");
|
|
12
|
+
Object.defineProperty(exports, "IERC721Errors__factory", { enumerable: true, get: function () { return IERC721Errors__factory_1.IERC721Errors__factory; } });
|