@venusprotocol/protocol-reserve 1.5.0-dev.1 → 1.5.0-dev.2

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.
Files changed (125) hide show
  1. package/package.json +2 -3
  2. package/typechain/AbstractTokenConverter.d.ts +0 -1775
  3. package/typechain/AccessControl.d.ts +0 -388
  4. package/typechain/AccessControlledV8.d.ts +0 -341
  5. package/typechain/BeaconProxy.d.ts +0 -126
  6. package/typechain/BoundValidatorInterface.d.ts +0 -126
  7. package/typechain/ContextUpgradeable.d.ts +0 -92
  8. package/typechain/ConverterNetwork.d.ts +0 -723
  9. package/typechain/ERC165.d.ts +0 -116
  10. package/typechain/ERC1967Upgrade.d.ts +0 -126
  11. package/typechain/ERC20.d.ts +0 -441
  12. package/typechain/IAbstractTokenConverter.d.ts +0 -773
  13. package/typechain/IAccessControl.d.ts +0 -333
  14. package/typechain/IAccessControlManagerV8.d.ts +0 -504
  15. package/typechain/IBeacon.d.ts +0 -101
  16. package/typechain/IComptroller.d.ts +0 -136
  17. package/typechain/IConverterNetwork.d.ts +0 -292
  18. package/typechain/IERC165.d.ts +0 -116
  19. package/typechain/IERC1822Proxiable.d.ts +0 -101
  20. package/typechain/IERC1967.d.ts +0 -126
  21. package/typechain/IERC20.d.ts +0 -324
  22. package/typechain/IERC20Metadata.d.ts +0 -363
  23. package/typechain/IERC20PermitUpgradeable.d.ts +0 -187
  24. package/typechain/IERC20Upgradeable.d.ts +0 -324
  25. package/typechain/IIncomeDestination.d.ts +0 -122
  26. package/typechain/IPoolRegistry.d.ts +0 -155
  27. package/typechain/IProtocolShareReserve.d.ts +0 -127
  28. package/typechain/IRiskFund.d.ts +0 -200
  29. package/typechain/IRiskFundConverter.d.ts +0 -138
  30. package/typechain/IRiskFundGetters.d.ts +0 -103
  31. package/typechain/IShortfall.d.ts +0 -110
  32. package/typechain/IVToken.d.ts +0 -98
  33. package/typechain/IXVSVault.d.ts +0 -95
  34. package/typechain/Initializable.d.ts +0 -92
  35. package/typechain/MaxLoopsLimitHelper.d.ts +0 -128
  36. package/typechain/MaxLoopsLimitHelpersStorage.d.ts +0 -101
  37. package/typechain/MockACM.d.ts +0 -615
  38. package/typechain/MockArraySorter.d.ts +0 -118
  39. package/typechain/MockConverter.d.ts +0 -1969
  40. package/typechain/MockDeflatingToken.d.ts +0 -486
  41. package/typechain/MockRiskFundConverter.d.ts +0 -2479
  42. package/typechain/MockToken.d.ts +0 -505
  43. package/typechain/OracleInterface.d.ts +0 -98
  44. package/typechain/Ownable.d.ts +0 -181
  45. package/typechain/Ownable2StepUpgradeable.d.ts +0 -261
  46. package/typechain/OwnableUpgradeable.d.ts +0 -193
  47. package/typechain/PausableUpgradeable.d.ts +0 -129
  48. package/typechain/ProtocolShareReserve.d.ts +0 -1214
  49. package/typechain/Proxy.d.ts +0 -78
  50. package/typechain/ReentrancyGuardUpgradeable.d.ts +0 -92
  51. package/typechain/ReserveHelpersStorage.d.ts +0 -300
  52. package/typechain/ResilientOracle.d.ts +0 -1034
  53. package/typechain/ResilientOracleInterface.d.ts +0 -192
  54. package/typechain/RiskFundConverter.d.ts +0 -2235
  55. package/typechain/RiskFundV1Storage.d.ts +0 -353
  56. package/typechain/RiskFundV2.d.ts +0 -965
  57. package/typechain/RiskFundV2Storage.d.ts +0 -372
  58. package/typechain/SingleTokenConverter.d.ts +0 -1944
  59. package/typechain/TwapInterface.d.ts +0 -124
  60. package/typechain/UpgradeableBeacon.d.ts +0 -240
  61. package/typechain/VBep20Interface.d.ts +0 -379
  62. package/typechain/XVSVaultTreasury.d.ts +0 -515
  63. package/typechain/common.d.ts +0 -35
  64. package/typechain/factories/AbstractTokenConverter__factory.ts +0 -1297
  65. package/typechain/factories/AccessControl__factory.ts +0 -227
  66. package/typechain/factories/AccessControlledV8__factory.ts +0 -196
  67. package/typechain/factories/BeaconProxy__factory.ts +0 -133
  68. package/typechain/factories/BoundValidatorInterface__factory.ts +0 -59
  69. package/typechain/factories/ContextUpgradeable__factory.ts +0 -39
  70. package/typechain/factories/ConverterNetwork__factory.ts +0 -502
  71. package/typechain/factories/ERC165__factory.ts +0 -39
  72. package/typechain/factories/ERC1967Upgrade__factory.ts +0 -71
  73. package/typechain/factories/ERC20__factory.ts +0 -340
  74. package/typechain/factories/IAbstractTokenConverter__factory.ts +0 -466
  75. package/typechain/factories/IAccessControlManagerV8__factory.ts +0 -301
  76. package/typechain/factories/IAccessControl__factory.ts +0 -198
  77. package/typechain/factories/IBeacon__factory.ts +0 -36
  78. package/typechain/factories/IComptroller__factory.ts +0 -68
  79. package/typechain/factories/IConverterNetwork__factory.ts +0 -142
  80. package/typechain/factories/IERC165__factory.ts +0 -42
  81. package/typechain/factories/IERC1822Proxiable__factory.ts +0 -39
  82. package/typechain/factories/IERC1967__factory.ts +0 -68
  83. package/typechain/factories/IERC20Metadata__factory.ts +0 -248
  84. package/typechain/factories/IERC20PermitUpgradeable__factory.ts +0 -105
  85. package/typechain/factories/IERC20Upgradeable__factory.ts +0 -209
  86. package/typechain/factories/IERC20__factory.ts +0 -203
  87. package/typechain/factories/IIncomeDestination__factory.ts +0 -44
  88. package/typechain/factories/IPoolRegistry__factory.ts +0 -66
  89. package/typechain/factories/IProtocolShareReserve__factory.ts +0 -53
  90. package/typechain/factories/IRiskFundConverter__factory.ts +0 -63
  91. package/typechain/factories/IRiskFundGetters__factory.ts +0 -39
  92. package/typechain/factories/IRiskFund__factory.ts +0 -89
  93. package/typechain/factories/IShortfall__factory.ts +0 -36
  94. package/typechain/factories/IVToken__factory.ts +0 -36
  95. package/typechain/factories/IXVSVault__factory.ts +0 -36
  96. package/typechain/factories/Initializable__factory.ts +0 -36
  97. package/typechain/factories/MaxLoopsLimitHelper__factory.ts +0 -74
  98. package/typechain/factories/MaxLoopsLimitHelpersStorage__factory.ts +0 -75
  99. package/typechain/factories/MockACM__factory.ts +0 -411
  100. package/typechain/factories/MockArraySorter__factory.ts +0 -85
  101. package/typechain/factories/MockConverter__factory.ts +0 -1439
  102. package/typechain/factories/MockDeflatingToken__factory.ts +0 -389
  103. package/typechain/factories/MockRiskFundConverter__factory.ts +0 -1828
  104. package/typechain/factories/MockToken__factory.ts +0 -398
  105. package/typechain/factories/OracleInterface__factory.ts +0 -45
  106. package/typechain/factories/Ownable2StepUpgradeable__factory.ts +0 -134
  107. package/typechain/factories/OwnableUpgradeable__factory.ts +0 -91
  108. package/typechain/factories/Ownable__factory.ts +0 -75
  109. package/typechain/factories/PausableUpgradeable__factory.ts +0 -78
  110. package/typechain/factories/ProtocolShareReserve__factory.ts +0 -874
  111. package/typechain/factories/Proxy__factory.ts +0 -28
  112. package/typechain/factories/ReentrancyGuardUpgradeable__factory.ts +0 -43
  113. package/typechain/factories/ReserveHelpersStorage__factory.ts +0 -188
  114. package/typechain/factories/ResilientOracleInterface__factory.ts +0 -94
  115. package/typechain/factories/ResilientOracle__factory.ts +0 -710
  116. package/typechain/factories/RiskFundConverter__factory.ts +0 -1694
  117. package/typechain/factories/RiskFundV1Storage__factory.ts +0 -223
  118. package/typechain/factories/RiskFundV2Storage__factory.ts +0 -236
  119. package/typechain/factories/RiskFundV2__factory.ts +0 -672
  120. package/typechain/factories/SingleTokenConverter__factory.ts +0 -1441
  121. package/typechain/factories/TwapInterface__factory.ts +0 -61
  122. package/typechain/factories/UpgradeableBeacon__factory.ts +0 -163
  123. package/typechain/factories/VBep20Interface__factory.ts +0 -261
  124. package/typechain/factories/XVSVaultTreasury__factory.ts +0 -365
  125. package/typechain/index.ts +0 -126
@@ -1,61 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import { Contract, Signer, utils } from "ethers";
6
- import { Provider } from "@ethersproject/providers";
7
- import type { TwapInterface, TwapInterfaceInterface } from "../TwapInterface";
8
-
9
- const _abi = [
10
- {
11
- inputs: [
12
- {
13
- internalType: "address",
14
- name: "asset",
15
- type: "address",
16
- },
17
- ],
18
- name: "getPrice",
19
- outputs: [
20
- {
21
- internalType: "uint256",
22
- name: "",
23
- type: "uint256",
24
- },
25
- ],
26
- stateMutability: "view",
27
- type: "function",
28
- },
29
- {
30
- inputs: [
31
- {
32
- internalType: "address",
33
- name: "asset",
34
- type: "address",
35
- },
36
- ],
37
- name: "updateTwap",
38
- outputs: [
39
- {
40
- internalType: "uint256",
41
- name: "",
42
- type: "uint256",
43
- },
44
- ],
45
- stateMutability: "nonpayable",
46
- type: "function",
47
- },
48
- ];
49
-
50
- export class TwapInterface__factory {
51
- static readonly abi = _abi;
52
- static createInterface(): TwapInterfaceInterface {
53
- return new utils.Interface(_abi) as TwapInterfaceInterface;
54
- }
55
- static connect(
56
- address: string,
57
- signerOrProvider: Signer | Provider
58
- ): TwapInterface {
59
- return new Contract(address, _abi, signerOrProvider) as TwapInterface;
60
- }
61
- }
@@ -1,163 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
6
- import { Provider, TransactionRequest } from "@ethersproject/providers";
7
- import type {
8
- UpgradeableBeacon,
9
- UpgradeableBeaconInterface,
10
- } from "../UpgradeableBeacon";
11
-
12
- const _abi = [
13
- {
14
- inputs: [
15
- {
16
- internalType: "address",
17
- name: "implementation_",
18
- type: "address",
19
- },
20
- ],
21
- stateMutability: "nonpayable",
22
- type: "constructor",
23
- },
24
- {
25
- anonymous: false,
26
- inputs: [
27
- {
28
- indexed: true,
29
- internalType: "address",
30
- name: "previousOwner",
31
- type: "address",
32
- },
33
- {
34
- indexed: true,
35
- internalType: "address",
36
- name: "newOwner",
37
- type: "address",
38
- },
39
- ],
40
- name: "OwnershipTransferred",
41
- type: "event",
42
- },
43
- {
44
- anonymous: false,
45
- inputs: [
46
- {
47
- indexed: true,
48
- internalType: "address",
49
- name: "implementation",
50
- type: "address",
51
- },
52
- ],
53
- name: "Upgraded",
54
- type: "event",
55
- },
56
- {
57
- inputs: [],
58
- name: "implementation",
59
- outputs: [
60
- {
61
- internalType: "address",
62
- name: "",
63
- type: "address",
64
- },
65
- ],
66
- stateMutability: "view",
67
- type: "function",
68
- },
69
- {
70
- inputs: [],
71
- name: "owner",
72
- outputs: [
73
- {
74
- internalType: "address",
75
- name: "",
76
- type: "address",
77
- },
78
- ],
79
- stateMutability: "view",
80
- type: "function",
81
- },
82
- {
83
- inputs: [],
84
- name: "renounceOwnership",
85
- outputs: [],
86
- stateMutability: "nonpayable",
87
- type: "function",
88
- },
89
- {
90
- inputs: [
91
- {
92
- internalType: "address",
93
- name: "newOwner",
94
- type: "address",
95
- },
96
- ],
97
- name: "transferOwnership",
98
- outputs: [],
99
- stateMutability: "nonpayable",
100
- type: "function",
101
- },
102
- {
103
- inputs: [
104
- {
105
- internalType: "address",
106
- name: "newImplementation",
107
- type: "address",
108
- },
109
- ],
110
- name: "upgradeTo",
111
- outputs: [],
112
- stateMutability: "nonpayable",
113
- type: "function",
114
- },
115
- ];
116
-
117
- const _bytecode =
118
- "0x608060405234801561001057600080fd5b5060405161062238038061062283398101604081905261002f91610151565b61003833610047565b61004181610097565b50610181565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6100aa8161014260201b6102221760201c565b6101205760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f60448201527f6e206973206e6f74206120636f6e747261637400000000000000000000000000606482015260840160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b03163b151590565b60006020828403121561016357600080fd5b81516001600160a01b038116811461017a57600080fd5b9392505050565b610492806101906000396000f3fe608060405234801561001057600080fd5b50600436106100675760003560e01c8063715018a611610050578063715018a6146100c45780638da5cb5b146100cc578063f2fde38b146100ea57600080fd5b80633659cfe61461006c5780635c60da1b14610081575b600080fd5b61007f61007a36600461041f565b6100fd565b005b60015473ffffffffffffffffffffffffffffffffffffffff165b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b61007f610152565b60005473ffffffffffffffffffffffffffffffffffffffff1661009b565b61007f6100f836600461041f565b610166565b61010561023e565b61010e816102bf565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b61015a61023e565b61016460006103aa565b565b61016e61023e565b73ffffffffffffffffffffffffffffffffffffffff8116610216576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b61021f816103aa565b50565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b60005473ffffffffffffffffffffffffffffffffffffffff163314610164576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161020d565b73ffffffffffffffffffffffffffffffffffffffff81163b610363576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f60448201527f6e206973206e6f74206120636f6e747261637400000000000000000000000000606482015260840161020d565b600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561043157600080fd5b813573ffffffffffffffffffffffffffffffffffffffff8116811461045557600080fd5b939250505056fea2646970667358221220fab90f07b2cebc5ef6404f90d8d2e3bb7ba3b108368f159d8f93f41122a99d8a64736f6c634300080d0033";
119
-
120
- export class UpgradeableBeacon__factory extends ContractFactory {
121
- constructor(
122
- ...args: [signer: Signer] | ConstructorParameters<typeof ContractFactory>
123
- ) {
124
- if (args.length === 1) {
125
- super(_abi, _bytecode, args[0]);
126
- } else {
127
- super(...args);
128
- }
129
- }
130
-
131
- deploy(
132
- implementation_: string,
133
- overrides?: Overrides & { from?: string | Promise<string> }
134
- ): Promise<UpgradeableBeacon> {
135
- return super.deploy(
136
- implementation_,
137
- overrides || {}
138
- ) as Promise<UpgradeableBeacon>;
139
- }
140
- getDeployTransaction(
141
- implementation_: string,
142
- overrides?: Overrides & { from?: string | Promise<string> }
143
- ): TransactionRequest {
144
- return super.getDeployTransaction(implementation_, overrides || {});
145
- }
146
- attach(address: string): UpgradeableBeacon {
147
- return super.attach(address) as UpgradeableBeacon;
148
- }
149
- connect(signer: Signer): UpgradeableBeacon__factory {
150
- return super.connect(signer) as UpgradeableBeacon__factory;
151
- }
152
- static readonly bytecode = _bytecode;
153
- static readonly abi = _abi;
154
- static createInterface(): UpgradeableBeaconInterface {
155
- return new utils.Interface(_abi) as UpgradeableBeaconInterface;
156
- }
157
- static connect(
158
- address: string,
159
- signerOrProvider: Signer | Provider
160
- ): UpgradeableBeacon {
161
- return new Contract(address, _abi, signerOrProvider) as UpgradeableBeacon;
162
- }
163
- }
@@ -1,261 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import { Contract, Signer, utils } from "ethers";
6
- import { Provider } from "@ethersproject/providers";
7
- import type {
8
- VBep20Interface,
9
- VBep20InterfaceInterface,
10
- } from "../VBep20Interface";
11
-
12
- const _abi = [
13
- {
14
- anonymous: false,
15
- inputs: [
16
- {
17
- indexed: true,
18
- internalType: "address",
19
- name: "owner",
20
- type: "address",
21
- },
22
- {
23
- indexed: true,
24
- internalType: "address",
25
- name: "spender",
26
- type: "address",
27
- },
28
- {
29
- indexed: false,
30
- internalType: "uint256",
31
- name: "value",
32
- type: "uint256",
33
- },
34
- ],
35
- name: "Approval",
36
- type: "event",
37
- },
38
- {
39
- anonymous: false,
40
- inputs: [
41
- {
42
- indexed: true,
43
- internalType: "address",
44
- name: "from",
45
- type: "address",
46
- },
47
- {
48
- indexed: true,
49
- internalType: "address",
50
- name: "to",
51
- type: "address",
52
- },
53
- {
54
- indexed: false,
55
- internalType: "uint256",
56
- name: "value",
57
- type: "uint256",
58
- },
59
- ],
60
- name: "Transfer",
61
- type: "event",
62
- },
63
- {
64
- inputs: [
65
- {
66
- internalType: "address",
67
- name: "owner",
68
- type: "address",
69
- },
70
- {
71
- internalType: "address",
72
- name: "spender",
73
- type: "address",
74
- },
75
- ],
76
- name: "allowance",
77
- outputs: [
78
- {
79
- internalType: "uint256",
80
- name: "",
81
- type: "uint256",
82
- },
83
- ],
84
- stateMutability: "view",
85
- type: "function",
86
- },
87
- {
88
- inputs: [
89
- {
90
- internalType: "address",
91
- name: "spender",
92
- type: "address",
93
- },
94
- {
95
- internalType: "uint256",
96
- name: "amount",
97
- type: "uint256",
98
- },
99
- ],
100
- name: "approve",
101
- outputs: [
102
- {
103
- internalType: "bool",
104
- name: "",
105
- type: "bool",
106
- },
107
- ],
108
- stateMutability: "nonpayable",
109
- type: "function",
110
- },
111
- {
112
- inputs: [
113
- {
114
- internalType: "address",
115
- name: "account",
116
- type: "address",
117
- },
118
- ],
119
- name: "balanceOf",
120
- outputs: [
121
- {
122
- internalType: "uint256",
123
- name: "",
124
- type: "uint256",
125
- },
126
- ],
127
- stateMutability: "view",
128
- type: "function",
129
- },
130
- {
131
- inputs: [],
132
- name: "decimals",
133
- outputs: [
134
- {
135
- internalType: "uint8",
136
- name: "",
137
- type: "uint8",
138
- },
139
- ],
140
- stateMutability: "view",
141
- type: "function",
142
- },
143
- {
144
- inputs: [],
145
- name: "name",
146
- outputs: [
147
- {
148
- internalType: "string",
149
- name: "",
150
- type: "string",
151
- },
152
- ],
153
- stateMutability: "view",
154
- type: "function",
155
- },
156
- {
157
- inputs: [],
158
- name: "symbol",
159
- outputs: [
160
- {
161
- internalType: "string",
162
- name: "",
163
- type: "string",
164
- },
165
- ],
166
- stateMutability: "view",
167
- type: "function",
168
- },
169
- {
170
- inputs: [],
171
- name: "totalSupply",
172
- outputs: [
173
- {
174
- internalType: "uint256",
175
- name: "",
176
- type: "uint256",
177
- },
178
- ],
179
- stateMutability: "view",
180
- type: "function",
181
- },
182
- {
183
- inputs: [
184
- {
185
- internalType: "address",
186
- name: "to",
187
- type: "address",
188
- },
189
- {
190
- internalType: "uint256",
191
- name: "amount",
192
- type: "uint256",
193
- },
194
- ],
195
- name: "transfer",
196
- outputs: [
197
- {
198
- internalType: "bool",
199
- name: "",
200
- type: "bool",
201
- },
202
- ],
203
- stateMutability: "nonpayable",
204
- type: "function",
205
- },
206
- {
207
- inputs: [
208
- {
209
- internalType: "address",
210
- name: "from",
211
- type: "address",
212
- },
213
- {
214
- internalType: "address",
215
- name: "to",
216
- type: "address",
217
- },
218
- {
219
- internalType: "uint256",
220
- name: "amount",
221
- type: "uint256",
222
- },
223
- ],
224
- name: "transferFrom",
225
- outputs: [
226
- {
227
- internalType: "bool",
228
- name: "",
229
- type: "bool",
230
- },
231
- ],
232
- stateMutability: "nonpayable",
233
- type: "function",
234
- },
235
- {
236
- inputs: [],
237
- name: "underlying",
238
- outputs: [
239
- {
240
- internalType: "address",
241
- name: "",
242
- type: "address",
243
- },
244
- ],
245
- stateMutability: "view",
246
- type: "function",
247
- },
248
- ];
249
-
250
- export class VBep20Interface__factory {
251
- static readonly abi = _abi;
252
- static createInterface(): VBep20InterfaceInterface {
253
- return new utils.Interface(_abi) as VBep20InterfaceInterface;
254
- }
255
- static connect(
256
- address: string,
257
- signerOrProvider: Signer | Provider
258
- ): VBep20Interface {
259
- return new Contract(address, _abi, signerOrProvider) as VBep20Interface;
260
- }
261
- }