@cryptonergy/smart-contracts-sdk 1.0.0-dev.7 → 1.0.0-dev.9
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 +1 -17
- package/dist/types/typechain-types/@chainlink/contracts/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/contracts/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.d.ts +103 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +54 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/access/Ownable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/access/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/access/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1967.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC4626.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/Proxy.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/IBeacon.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/token/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Address.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Errors.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/index.js +1 -2
- package/dist/types/typechain-types/@openzeppelin/index.js +1 -2
- package/dist/types/typechain-types/common.js +1 -2
- package/dist/types/typechain-types/contracts/ManagementFeeUpgradeableV1.js +1 -2
- package/dist/types/typechain-types/contracts/PerformanceFeeUpgradeableV1.js +1 -2
- package/dist/types/typechain-types/contracts/VaultFactoryV1.js +1 -2
- package/dist/types/typechain-types/contracts/VaultV1.js +1 -2
- package/dist/types/typechain-types/contracts/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/index.js +1 -2
- package/dist/types/typechain-types/contracts/mocks/MockERC20.js +1 -2
- package/dist/types/typechain-types/contracts/mocks/MockPriceProvider.d.ts +113 -0
- package/dist/types/typechain-types/contracts/mocks/MockPriceProvider.js +1 -0
- package/dist/types/typechain-types/contracts/mocks/MockV3Aggregator.d.ts +75 -0
- package/dist/types/typechain-types/contracts/mocks/MockV3Aggregator.js +1 -0
- package/dist/types/typechain-types/contracts/mocks/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/mocks/index.js +1 -2
- package/dist/types/typechain-types/contracts/oracle/IPriceProvider.d.ts +65 -0
- package/dist/types/typechain-types/contracts/oracle/IPriceProvider.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/OracleProviderRegistry.d.ts +246 -0
- package/dist/types/typechain-types/contracts/oracle/OracleProviderRegistry.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/OracleRouter.d.ts +395 -0
- package/dist/types/typechain-types/contracts/oracle/OracleRouter.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/index.d.ts +5 -0
- package/dist/types/typechain-types/contracts/oracle/index.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/providers/ChainlinkProvider.d.ts +116 -0
- package/dist/types/typechain-types/contracts/oracle/providers/ChainlinkProvider.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/providers/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/oracle/providers/index.js +1 -0
- package/dist/types/typechain-types/contracts/providers/AddressProviderV1.js +1 -2
- package/dist/types/typechain-types/contracts/providers/index.js +1 -2
- package/dist/types/typechain-types/contracts/registers/VaultRegistryV1.js +1 -2
- package/dist/types/typechain-types/contracts/registers/index.js +1 -2
- package/dist/types/typechain-types/factories/@chainlink/contracts/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface__factory.d.ts +93 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface__factory.js +126 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +64 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +89 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.js +5 -7
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC4626__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js +1 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +3 -9
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +5 -11
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/index.js +2 -7
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/Proxy__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/index.js +1 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/index.js +3 -7
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +1 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +4 -9
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +1 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/index.js +1 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Address__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Errors__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/index.js +4 -9
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +1 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +1 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/index.js +1 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.js +4 -7
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +1 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +2 -7
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +1 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +2 -6
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/index.js +1 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable__factory.js +4 -8
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/index.js +2 -7
- package/dist/types/typechain-types/factories/@openzeppelin/index.js +2 -5
- package/dist/types/typechain-types/factories/contracts/ManagementFeeUpgradeableV1__factory.js +4 -8
- package/dist/types/typechain-types/factories/contracts/PerformanceFeeUpgradeableV1__factory.js +4 -8
- package/dist/types/typechain-types/factories/contracts/VaultFactoryV1__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/VaultFactoryV1__factory.js +5 -9
- package/dist/types/typechain-types/factories/contracts/VaultV1__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/VaultV1__factory.js +5 -9
- package/dist/types/typechain-types/factories/contracts/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/index.js +8 -14
- package/dist/types/typechain-types/factories/contracts/mocks/MockERC20__factory.js +4 -8
- package/dist/types/typechain-types/factories/contracts/mocks/MockPriceProvider__factory.d.ts +218 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockPriceProvider__factory.js +291 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockV3Aggregator__factory.d.ts +110 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockV3Aggregator__factory.js +149 -0
- package/dist/types/typechain-types/factories/contracts/mocks/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/mocks/index.js +3 -5
- package/dist/types/typechain-types/factories/contracts/oracle/IPriceProvider__factory.d.ts +67 -0
- package/dist/types/typechain-types/factories/contracts/oracle/IPriceProvider__factory.js +94 -0
- package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistry__factory.d.ts +377 -0
- package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistry__factory.js +498 -0
- package/dist/types/typechain-types/factories/contracts/oracle/OracleRouter__factory.d.ts +623 -0
- package/dist/types/typechain-types/factories/contracts/oracle/OracleRouter__factory.js +822 -0
- package/dist/types/typechain-types/factories/contracts/oracle/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/contracts/oracle/index.js +7 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/ChainlinkProvider__factory.d.ts +179 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/ChainlinkProvider__factory.js +241 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/index.js +4 -0
- package/dist/types/typechain-types/factories/contracts/providers/AddressProviderV1__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/providers/AddressProviderV1__factory.js +5 -9
- package/dist/types/typechain-types/factories/contracts/providers/index.js +1 -5
- package/dist/types/typechain-types/factories/contracts/registers/VaultRegistryV1__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/registers/VaultRegistryV1__factory.js +5 -9
- package/dist/types/typechain-types/factories/contracts/registers/index.js +1 -5
- package/dist/types/typechain-types/factories/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/index.js +3 -5
- package/dist/types/typechain-types/index.d.ts +18 -0
- package/dist/types/typechain-types/index.js +42 -70
- package/package.json +6 -6
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { type ContractRunner } from "ethers";
|
|
2
|
+
import type { AggregatorV3Interface, AggregatorV3InterfaceInterface } from "../../../../../../../@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface";
|
|
3
|
+
export declare class AggregatorV3Interface__factory {
|
|
4
|
+
static readonly abi: readonly [{
|
|
5
|
+
readonly inputs: readonly [];
|
|
6
|
+
readonly name: "decimals";
|
|
7
|
+
readonly outputs: readonly [{
|
|
8
|
+
readonly internalType: "uint8";
|
|
9
|
+
readonly name: "";
|
|
10
|
+
readonly type: "uint8";
|
|
11
|
+
}];
|
|
12
|
+
readonly stateMutability: "view";
|
|
13
|
+
readonly type: "function";
|
|
14
|
+
}, {
|
|
15
|
+
readonly inputs: readonly [];
|
|
16
|
+
readonly name: "description";
|
|
17
|
+
readonly outputs: readonly [{
|
|
18
|
+
readonly internalType: "string";
|
|
19
|
+
readonly name: "";
|
|
20
|
+
readonly type: "string";
|
|
21
|
+
}];
|
|
22
|
+
readonly stateMutability: "view";
|
|
23
|
+
readonly type: "function";
|
|
24
|
+
}, {
|
|
25
|
+
readonly inputs: readonly [{
|
|
26
|
+
readonly internalType: "uint80";
|
|
27
|
+
readonly name: "_roundId";
|
|
28
|
+
readonly type: "uint80";
|
|
29
|
+
}];
|
|
30
|
+
readonly name: "getRoundData";
|
|
31
|
+
readonly outputs: readonly [{
|
|
32
|
+
readonly internalType: "uint80";
|
|
33
|
+
readonly name: "roundId";
|
|
34
|
+
readonly type: "uint80";
|
|
35
|
+
}, {
|
|
36
|
+
readonly internalType: "int256";
|
|
37
|
+
readonly name: "answer";
|
|
38
|
+
readonly type: "int256";
|
|
39
|
+
}, {
|
|
40
|
+
readonly internalType: "uint256";
|
|
41
|
+
readonly name: "startedAt";
|
|
42
|
+
readonly type: "uint256";
|
|
43
|
+
}, {
|
|
44
|
+
readonly internalType: "uint256";
|
|
45
|
+
readonly name: "updatedAt";
|
|
46
|
+
readonly type: "uint256";
|
|
47
|
+
}, {
|
|
48
|
+
readonly internalType: "uint80";
|
|
49
|
+
readonly name: "answeredInRound";
|
|
50
|
+
readonly type: "uint80";
|
|
51
|
+
}];
|
|
52
|
+
readonly stateMutability: "view";
|
|
53
|
+
readonly type: "function";
|
|
54
|
+
}, {
|
|
55
|
+
readonly inputs: readonly [];
|
|
56
|
+
readonly name: "latestRoundData";
|
|
57
|
+
readonly outputs: readonly [{
|
|
58
|
+
readonly internalType: "uint80";
|
|
59
|
+
readonly name: "roundId";
|
|
60
|
+
readonly type: "uint80";
|
|
61
|
+
}, {
|
|
62
|
+
readonly internalType: "int256";
|
|
63
|
+
readonly name: "answer";
|
|
64
|
+
readonly type: "int256";
|
|
65
|
+
}, {
|
|
66
|
+
readonly internalType: "uint256";
|
|
67
|
+
readonly name: "startedAt";
|
|
68
|
+
readonly type: "uint256";
|
|
69
|
+
}, {
|
|
70
|
+
readonly internalType: "uint256";
|
|
71
|
+
readonly name: "updatedAt";
|
|
72
|
+
readonly type: "uint256";
|
|
73
|
+
}, {
|
|
74
|
+
readonly internalType: "uint80";
|
|
75
|
+
readonly name: "answeredInRound";
|
|
76
|
+
readonly type: "uint80";
|
|
77
|
+
}];
|
|
78
|
+
readonly stateMutability: "view";
|
|
79
|
+
readonly type: "function";
|
|
80
|
+
}, {
|
|
81
|
+
readonly inputs: readonly [];
|
|
82
|
+
readonly name: "version";
|
|
83
|
+
readonly outputs: readonly [{
|
|
84
|
+
readonly internalType: "uint256";
|
|
85
|
+
readonly name: "";
|
|
86
|
+
readonly type: "uint256";
|
|
87
|
+
}];
|
|
88
|
+
readonly stateMutability: "view";
|
|
89
|
+
readonly type: "function";
|
|
90
|
+
}];
|
|
91
|
+
static createInterface(): AggregatorV3InterfaceInterface;
|
|
92
|
+
static connect(address: string, runner?: ContractRunner | null): AggregatorV3Interface;
|
|
93
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
5
|
+
const _abi = [
|
|
6
|
+
{
|
|
7
|
+
inputs: [],
|
|
8
|
+
name: "decimals",
|
|
9
|
+
outputs: [
|
|
10
|
+
{
|
|
11
|
+
internalType: "uint8",
|
|
12
|
+
name: "",
|
|
13
|
+
type: "uint8",
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
stateMutability: "view",
|
|
17
|
+
type: "function",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
inputs: [],
|
|
21
|
+
name: "description",
|
|
22
|
+
outputs: [
|
|
23
|
+
{
|
|
24
|
+
internalType: "string",
|
|
25
|
+
name: "",
|
|
26
|
+
type: "string",
|
|
27
|
+
},
|
|
28
|
+
],
|
|
29
|
+
stateMutability: "view",
|
|
30
|
+
type: "function",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
inputs: [
|
|
34
|
+
{
|
|
35
|
+
internalType: "uint80",
|
|
36
|
+
name: "_roundId",
|
|
37
|
+
type: "uint80",
|
|
38
|
+
},
|
|
39
|
+
],
|
|
40
|
+
name: "getRoundData",
|
|
41
|
+
outputs: [
|
|
42
|
+
{
|
|
43
|
+
internalType: "uint80",
|
|
44
|
+
name: "roundId",
|
|
45
|
+
type: "uint80",
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
internalType: "int256",
|
|
49
|
+
name: "answer",
|
|
50
|
+
type: "int256",
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
internalType: "uint256",
|
|
54
|
+
name: "startedAt",
|
|
55
|
+
type: "uint256",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
internalType: "uint256",
|
|
59
|
+
name: "updatedAt",
|
|
60
|
+
type: "uint256",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
internalType: "uint80",
|
|
64
|
+
name: "answeredInRound",
|
|
65
|
+
type: "uint80",
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
stateMutability: "view",
|
|
69
|
+
type: "function",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
inputs: [],
|
|
73
|
+
name: "latestRoundData",
|
|
74
|
+
outputs: [
|
|
75
|
+
{
|
|
76
|
+
internalType: "uint80",
|
|
77
|
+
name: "roundId",
|
|
78
|
+
type: "uint80",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
internalType: "int256",
|
|
82
|
+
name: "answer",
|
|
83
|
+
type: "int256",
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
internalType: "uint256",
|
|
87
|
+
name: "startedAt",
|
|
88
|
+
type: "uint256",
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
internalType: "uint256",
|
|
92
|
+
name: "updatedAt",
|
|
93
|
+
type: "uint256",
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
internalType: "uint80",
|
|
97
|
+
name: "answeredInRound",
|
|
98
|
+
type: "uint80",
|
|
99
|
+
},
|
|
100
|
+
],
|
|
101
|
+
stateMutability: "view",
|
|
102
|
+
type: "function",
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
inputs: [],
|
|
106
|
+
name: "version",
|
|
107
|
+
outputs: [
|
|
108
|
+
{
|
|
109
|
+
internalType: "uint256",
|
|
110
|
+
name: "",
|
|
111
|
+
type: "uint256",
|
|
112
|
+
},
|
|
113
|
+
],
|
|
114
|
+
stateMutability: "view",
|
|
115
|
+
type: "function",
|
|
116
|
+
},
|
|
117
|
+
];
|
|
118
|
+
export class AggregatorV3Interface__factory {
|
|
119
|
+
static createInterface() {
|
|
120
|
+
return new Interface(_abi);
|
|
121
|
+
}
|
|
122
|
+
static connect(address, runner) {
|
|
123
|
+
return new Contract(address, _abi, runner);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
AggregatorV3Interface__factory.abi = _abi;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AggregatorV3Interface__factory } from "./AggregatorV3Interface__factory";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as contracts from "./contracts";
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { type ContractRunner } from "ethers";
|
|
2
|
+
import type { Ownable, OwnableInterface } from "../../../../@openzeppelin/contracts/access/Ownable";
|
|
3
|
+
export declare class Ownable__factory {
|
|
4
|
+
static readonly abi: readonly [{
|
|
5
|
+
readonly inputs: readonly [{
|
|
6
|
+
readonly internalType: "address";
|
|
7
|
+
readonly name: "owner";
|
|
8
|
+
readonly type: "address";
|
|
9
|
+
}];
|
|
10
|
+
readonly name: "OwnableInvalidOwner";
|
|
11
|
+
readonly type: "error";
|
|
12
|
+
}, {
|
|
13
|
+
readonly inputs: readonly [{
|
|
14
|
+
readonly internalType: "address";
|
|
15
|
+
readonly name: "account";
|
|
16
|
+
readonly type: "address";
|
|
17
|
+
}];
|
|
18
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
19
|
+
readonly type: "error";
|
|
20
|
+
}, {
|
|
21
|
+
readonly anonymous: false;
|
|
22
|
+
readonly inputs: readonly [{
|
|
23
|
+
readonly indexed: true;
|
|
24
|
+
readonly internalType: "address";
|
|
25
|
+
readonly name: "previousOwner";
|
|
26
|
+
readonly type: "address";
|
|
27
|
+
}, {
|
|
28
|
+
readonly indexed: true;
|
|
29
|
+
readonly internalType: "address";
|
|
30
|
+
readonly name: "newOwner";
|
|
31
|
+
readonly type: "address";
|
|
32
|
+
}];
|
|
33
|
+
readonly name: "OwnershipTransferred";
|
|
34
|
+
readonly type: "event";
|
|
35
|
+
}, {
|
|
36
|
+
readonly inputs: readonly [];
|
|
37
|
+
readonly name: "owner";
|
|
38
|
+
readonly outputs: readonly [{
|
|
39
|
+
readonly internalType: "address";
|
|
40
|
+
readonly name: "";
|
|
41
|
+
readonly type: "address";
|
|
42
|
+
}];
|
|
43
|
+
readonly stateMutability: "view";
|
|
44
|
+
readonly type: "function";
|
|
45
|
+
}, {
|
|
46
|
+
readonly inputs: readonly [];
|
|
47
|
+
readonly name: "renounceOwnership";
|
|
48
|
+
readonly outputs: readonly [];
|
|
49
|
+
readonly stateMutability: "nonpayable";
|
|
50
|
+
readonly type: "function";
|
|
51
|
+
}, {
|
|
52
|
+
readonly inputs: readonly [{
|
|
53
|
+
readonly internalType: "address";
|
|
54
|
+
readonly name: "newOwner";
|
|
55
|
+
readonly type: "address";
|
|
56
|
+
}];
|
|
57
|
+
readonly name: "transferOwnership";
|
|
58
|
+
readonly outputs: readonly [];
|
|
59
|
+
readonly stateMutability: "nonpayable";
|
|
60
|
+
readonly type: "function";
|
|
61
|
+
}];
|
|
62
|
+
static createInterface(): OwnableInterface;
|
|
63
|
+
static connect(address: string, runner?: ContractRunner | null): Ownable;
|
|
64
|
+
}
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
5
|
+
const _abi = [
|
|
6
|
+
{
|
|
7
|
+
inputs: [
|
|
8
|
+
{
|
|
9
|
+
internalType: "address",
|
|
10
|
+
name: "owner",
|
|
11
|
+
type: "address",
|
|
12
|
+
},
|
|
13
|
+
],
|
|
14
|
+
name: "OwnableInvalidOwner",
|
|
15
|
+
type: "error",
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
inputs: [
|
|
19
|
+
{
|
|
20
|
+
internalType: "address",
|
|
21
|
+
name: "account",
|
|
22
|
+
type: "address",
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
name: "OwnableUnauthorizedAccount",
|
|
26
|
+
type: "error",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
anonymous: false,
|
|
30
|
+
inputs: [
|
|
31
|
+
{
|
|
32
|
+
indexed: true,
|
|
33
|
+
internalType: "address",
|
|
34
|
+
name: "previousOwner",
|
|
35
|
+
type: "address",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
indexed: true,
|
|
39
|
+
internalType: "address",
|
|
40
|
+
name: "newOwner",
|
|
41
|
+
type: "address",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
name: "OwnershipTransferred",
|
|
45
|
+
type: "event",
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
inputs: [],
|
|
49
|
+
name: "owner",
|
|
50
|
+
outputs: [
|
|
51
|
+
{
|
|
52
|
+
internalType: "address",
|
|
53
|
+
name: "",
|
|
54
|
+
type: "address",
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
stateMutability: "view",
|
|
58
|
+
type: "function",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
inputs: [],
|
|
62
|
+
name: "renounceOwnership",
|
|
63
|
+
outputs: [],
|
|
64
|
+
stateMutability: "nonpayable",
|
|
65
|
+
type: "function",
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
inputs: [
|
|
69
|
+
{
|
|
70
|
+
internalType: "address",
|
|
71
|
+
name: "newOwner",
|
|
72
|
+
type: "address",
|
|
73
|
+
},
|
|
74
|
+
],
|
|
75
|
+
name: "transferOwnership",
|
|
76
|
+
outputs: [],
|
|
77
|
+
stateMutability: "nonpayable",
|
|
78
|
+
type: "function",
|
|
79
|
+
},
|
|
80
|
+
];
|
|
81
|
+
export class Ownable__factory {
|
|
82
|
+
static createInterface() {
|
|
83
|
+
return new Interface(_abi);
|
|
84
|
+
}
|
|
85
|
+
static connect(address, runner) {
|
|
86
|
+
return new Contract(address, _abi, runner);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
Ownable__factory.abi = _abi;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Ownable__factory } from "./Ownable__factory";
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.utils = exports.token = exports.proxy = exports.interfaces = void 0;
|
|
4
1
|
/* Autogenerated file. Do not edit manually. */
|
|
5
2
|
/* tslint:disable */
|
|
6
3
|
/* eslint-disable */
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
export * as access from "./access";
|
|
5
|
+
export * as interfaces from "./interfaces";
|
|
6
|
+
export * as proxy from "./proxy";
|
|
7
|
+
export * as token from "./token";
|
|
8
|
+
export * as utils from "./utils";
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/* Autogenerated file. Do not edit manually. */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
5
|
-
|
|
6
|
-
exports.IERC1363__factory = void 0;
|
|
7
|
-
const ethers_1 = require("ethers");
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
8
5
|
const _abi = [
|
|
9
6
|
{
|
|
10
7
|
anonymous: false,
|
|
@@ -378,13 +375,12 @@ const _abi = [
|
|
|
378
375
|
type: "function",
|
|
379
376
|
},
|
|
380
377
|
];
|
|
381
|
-
class IERC1363__factory {
|
|
378
|
+
export class IERC1363__factory {
|
|
382
379
|
static createInterface() {
|
|
383
|
-
return new
|
|
380
|
+
return new Interface(_abi);
|
|
384
381
|
}
|
|
385
382
|
static connect(address, runner) {
|
|
386
|
-
return new
|
|
383
|
+
return new Contract(address, _abi, runner);
|
|
387
384
|
}
|
|
388
385
|
}
|
|
389
|
-
exports.IERC1363__factory = IERC1363__factory;
|
|
390
386
|
IERC1363__factory.abi = _abi;
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/* Autogenerated file. Do not edit manually. */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
5
|
-
|
|
6
|
-
exports.IERC1967__factory = void 0;
|
|
7
|
-
const ethers_1 = require("ethers");
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
8
5
|
const _abi = [
|
|
9
6
|
{
|
|
10
7
|
anonymous: false,
|
|
@@ -52,13 +49,12 @@ const _abi = [
|
|
|
52
49
|
type: "event",
|
|
53
50
|
},
|
|
54
51
|
];
|
|
55
|
-
class IERC1967__factory {
|
|
52
|
+
export class IERC1967__factory {
|
|
56
53
|
static createInterface() {
|
|
57
|
-
return new
|
|
54
|
+
return new Interface(_abi);
|
|
58
55
|
}
|
|
59
56
|
static connect(address, runner) {
|
|
60
|
-
return new
|
|
57
|
+
return new Contract(address, _abi, runner);
|
|
61
58
|
}
|
|
62
59
|
}
|
|
63
|
-
exports.IERC1967__factory = IERC1967__factory;
|
|
64
60
|
IERC1967__factory.abi = _abi;
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC4626__factory.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/* Autogenerated file. Do not edit manually. */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
5
|
-
|
|
6
|
-
exports.IERC4626__factory = void 0;
|
|
7
|
-
const ethers_1 = require("ethers");
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
8
5
|
const _abi = [
|
|
9
6
|
{
|
|
10
7
|
anonymous: false,
|
|
@@ -619,13 +616,12 @@ const _abi = [
|
|
|
619
616
|
type: "function",
|
|
620
617
|
},
|
|
621
618
|
];
|
|
622
|
-
class IERC4626__factory {
|
|
619
|
+
export class IERC4626__factory {
|
|
623
620
|
static createInterface() {
|
|
624
|
-
return new
|
|
621
|
+
return new Interface(_abi);
|
|
625
622
|
}
|
|
626
623
|
static connect(address, runner) {
|
|
627
|
-
return new
|
|
624
|
+
return new Contract(address, _abi, runner);
|
|
628
625
|
}
|
|
629
626
|
}
|
|
630
|
-
exports.IERC4626__factory = IERC4626__factory;
|
|
631
627
|
IERC4626__factory.abi = _abi;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/* Autogenerated file. Do not edit manually. */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
5
|
-
|
|
6
|
-
exports.IERC1822Proxiable__factory = void 0;
|
|
7
|
-
const ethers_1 = require("ethers");
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
8
5
|
const _abi = [
|
|
9
6
|
{
|
|
10
7
|
inputs: [],
|
|
@@ -20,13 +17,12 @@ const _abi = [
|
|
|
20
17
|
type: "function",
|
|
21
18
|
},
|
|
22
19
|
];
|
|
23
|
-
class IERC1822Proxiable__factory {
|
|
20
|
+
export class IERC1822Proxiable__factory {
|
|
24
21
|
static createInterface() {
|
|
25
|
-
return new
|
|
22
|
+
return new Interface(_abi);
|
|
26
23
|
}
|
|
27
24
|
static connect(address, runner) {
|
|
28
|
-
return new
|
|
25
|
+
return new Contract(address, _abi, runner);
|
|
29
26
|
}
|
|
30
27
|
}
|
|
31
|
-
exports.IERC1822Proxiable__factory = IERC1822Proxiable__factory;
|
|
32
28
|
IERC1822Proxiable__factory.abi = _abi;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IERC1822Proxiable__factory = void 0;
|
|
4
1
|
/* Autogenerated file. Do not edit manually. */
|
|
5
2
|
/* tslint:disable */
|
|
6
3
|
/* eslint-disable */
|
|
7
|
-
|
|
8
|
-
Object.defineProperty(exports, "IERC1822Proxiable__factory", { enumerable: true, get: function () { return IERC1822Proxiable__factory_1.IERC1822Proxiable__factory; } });
|
|
4
|
+
export { IERC1822Proxiable__factory } from "./IERC1822Proxiable__factory";
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/* Autogenerated file. Do not edit manually. */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
5
|
-
|
|
6
|
-
exports.IERC1155Errors__factory = void 0;
|
|
7
|
-
const ethers_1 = require("ethers");
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
8
5
|
const _abi = [
|
|
9
6
|
{
|
|
10
7
|
inputs: [
|
|
@@ -109,13 +106,12 @@ const _abi = [
|
|
|
109
106
|
type: "error",
|
|
110
107
|
},
|
|
111
108
|
];
|
|
112
|
-
class IERC1155Errors__factory {
|
|
109
|
+
export class IERC1155Errors__factory {
|
|
113
110
|
static createInterface() {
|
|
114
|
-
return new
|
|
111
|
+
return new Interface(_abi);
|
|
115
112
|
}
|
|
116
113
|
static connect(address, runner) {
|
|
117
|
-
return new
|
|
114
|
+
return new Contract(address, _abi, runner);
|
|
118
115
|
}
|
|
119
116
|
}
|
|
120
|
-
exports.IERC1155Errors__factory = IERC1155Errors__factory;
|
|
121
117
|
IERC1155Errors__factory.abi = _abi;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/* Autogenerated file. Do not edit manually. */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
5
|
-
|
|
6
|
-
exports.IERC20Errors__factory = void 0;
|
|
7
|
-
const ethers_1 = require("ethers");
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
8
5
|
const _abi = [
|
|
9
6
|
{
|
|
10
7
|
inputs: [
|
|
@@ -93,13 +90,12 @@ const _abi = [
|
|
|
93
90
|
type: "error",
|
|
94
91
|
},
|
|
95
92
|
];
|
|
96
|
-
class IERC20Errors__factory {
|
|
93
|
+
export class IERC20Errors__factory {
|
|
97
94
|
static createInterface() {
|
|
98
|
-
return new
|
|
95
|
+
return new Interface(_abi);
|
|
99
96
|
}
|
|
100
97
|
static connect(address, runner) {
|
|
101
|
-
return new
|
|
98
|
+
return new Contract(address, _abi, runner);
|
|
102
99
|
}
|
|
103
100
|
}
|
|
104
|
-
exports.IERC20Errors__factory = IERC20Errors__factory;
|
|
105
101
|
IERC20Errors__factory.abi = _abi;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/* Autogenerated file. Do not edit manually. */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
5
|
-
|
|
6
|
-
exports.IERC721Errors__factory = void 0;
|
|
7
|
-
const ethers_1 = require("ethers");
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
8
5
|
const _abi = [
|
|
9
6
|
{
|
|
10
7
|
inputs: [
|
|
@@ -110,13 +107,12 @@ const _abi = [
|
|
|
110
107
|
type: "error",
|
|
111
108
|
},
|
|
112
109
|
];
|
|
113
|
-
class IERC721Errors__factory {
|
|
110
|
+
export class IERC721Errors__factory {
|
|
114
111
|
static createInterface() {
|
|
115
|
-
return new
|
|
112
|
+
return new Interface(_abi);
|
|
116
113
|
}
|
|
117
114
|
static connect(address, runner) {
|
|
118
|
-
return new
|
|
115
|
+
return new Contract(address, _abi, runner);
|
|
119
116
|
}
|
|
120
117
|
}
|
|
121
|
-
exports.IERC721Errors__factory = IERC721Errors__factory;
|
|
122
118
|
IERC721Errors__factory.abi = _abi;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IERC721Errors__factory = exports.IERC20Errors__factory = exports.IERC1155Errors__factory = void 0;
|
|
4
1
|
/* Autogenerated file. Do not edit manually. */
|
|
5
2
|
/* tslint:disable */
|
|
6
3
|
/* eslint-disable */
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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; } });
|
|
4
|
+
export { IERC1155Errors__factory } from "./IERC1155Errors__factory";
|
|
5
|
+
export { IERC20Errors__factory } from "./IERC20Errors__factory";
|
|
6
|
+
export { IERC721Errors__factory } from "./IERC721Errors__factory";
|