@meterio/sumer-js 0.1.5 → 0.1.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/browser/sumer.min.js +18 -0
- package/dist/nodejs/constants/index.js +1 -5
- package/dist/nodejs/constants/index.js.map +1 -1
- package/dist/nodejs/typechain/contracts/CToken/index.d.ts +0 -5
- package/dist/nodejs/typechain/contracts/Comptroller/index.d.ts +1 -4
- package/dist/nodejs/typechain/contracts/InterestRateModel/index.d.ts +0 -1
- package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +0 -3
- package/dist/nodejs/typechain/contracts/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/index.d.ts +0 -3
- package/dist/nodejs/typechain/factories/contracts/CToken/index.js +1 -28
- package/dist/nodejs/typechain/factories/contracts/CToken/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/index.d.ts +1 -2
- package/dist/nodejs/typechain/factories/contracts/Comptroller/index.js +3 -26
- package/dist/nodejs/typechain/factories/contracts/Comptroller/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js +1 -3
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +0 -2
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +1 -4
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/index.js +1 -3
- package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +0 -378
- package/dist/nodejs/typechain/index.d.ts +24 -32
- package/dist/nodejs/typechain/index.js +25 -33
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -169,42 +169,10 @@ declare module "hardhat/types/runtime" {
|
|
|
169
169
|
name: "Comptroller",
|
|
170
170
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
171
171
|
): Promise<Contracts.Comptroller__factory>;
|
|
172
|
-
getContractFactory(
|
|
173
|
-
name: "IAccountLiquidity",
|
|
174
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
175
|
-
): Promise<Contracts.IAccountLiquidity__factory>;
|
|
176
|
-
getContractFactory(
|
|
177
|
-
name: "ICompLogic",
|
|
178
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
179
|
-
): Promise<Contracts.ICompLogic__factory>;
|
|
180
172
|
getContractFactory(
|
|
181
173
|
name: "ComptrollerStorage",
|
|
182
174
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
183
175
|
): Promise<Contracts.ComptrollerStorage__factory>;
|
|
184
|
-
getContractFactory(
|
|
185
|
-
name: "IComptroller",
|
|
186
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
187
|
-
): Promise<Contracts.IComptroller__factory>;
|
|
188
|
-
getContractFactory(
|
|
189
|
-
name: "ICToken",
|
|
190
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
191
|
-
): Promise<Contracts.ICToken__factory>;
|
|
192
|
-
getContractFactory(
|
|
193
|
-
name: "IGovernorAlpha",
|
|
194
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
195
|
-
): Promise<Contracts.IGovernorAlpha__factory>;
|
|
196
|
-
getContractFactory(
|
|
197
|
-
name: "IGovernorBravo",
|
|
198
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
199
|
-
): Promise<Contracts.IGovernorBravo__factory>;
|
|
200
|
-
getContractFactory(
|
|
201
|
-
name: "IPriceOracle",
|
|
202
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
203
|
-
): Promise<Contracts.IPriceOracle__factory>;
|
|
204
|
-
getContractFactory(
|
|
205
|
-
name: "IUnitroller",
|
|
206
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
207
|
-
): Promise<Contracts.IUnitroller__factory>;
|
|
208
176
|
getContractFactory(
|
|
209
177
|
name: "RedemptionManager",
|
|
210
178
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -229,42 +197,14 @@ declare module "hardhat/types/runtime" {
|
|
|
229
197
|
name: "CTokenStorage",
|
|
230
198
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
231
199
|
): Promise<Contracts.CTokenStorage__factory>;
|
|
232
|
-
getContractFactory(
|
|
233
|
-
name: "ICErc20",
|
|
234
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
235
|
-
): Promise<Contracts.ICErc20__factory>;
|
|
236
|
-
getContractFactory(
|
|
237
|
-
name: "ICToken",
|
|
238
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
239
|
-
): Promise<Contracts.ICToken__factory>;
|
|
240
|
-
getContractFactory(
|
|
241
|
-
name: "IEIP20NonStandard",
|
|
242
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
243
|
-
): Promise<Contracts.IEIP20NonStandard__factory>;
|
|
244
|
-
getContractFactory(
|
|
245
|
-
name: "IInterestRateModel",
|
|
246
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
247
|
-
): Promise<Contracts.IInterestRateModel__factory>;
|
|
248
200
|
getContractFactory(
|
|
249
201
|
name: "SuErc20",
|
|
250
202
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
251
203
|
): Promise<Contracts.SuErc20__factory>;
|
|
252
|
-
getContractFactory(
|
|
253
|
-
name: "ErrorTest",
|
|
254
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
255
|
-
): Promise<Contracts.ErrorTest__factory>;
|
|
256
|
-
getContractFactory(
|
|
257
|
-
name: "TokenErrorReporter",
|
|
258
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
259
|
-
): Promise<Contracts.TokenErrorReporter__factory>;
|
|
260
204
|
getContractFactory(
|
|
261
205
|
name: "ERC20MinterBurnerPauser",
|
|
262
206
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
263
207
|
): Promise<Contracts.ERC20MinterBurnerPauser__factory>;
|
|
264
|
-
getContractFactory(
|
|
265
|
-
name: "BaseJumpRateModelV2",
|
|
266
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
267
|
-
): Promise<Contracts.BaseJumpRateModelV2__factory>;
|
|
268
208
|
getContractFactory(
|
|
269
209
|
name: "InterestRateModel",
|
|
270
210
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -365,10 +305,6 @@ declare module "hardhat/types/runtime" {
|
|
|
365
305
|
name: "IWitnetFeed",
|
|
366
306
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
367
307
|
): Promise<Contracts.IWitnetFeed__factory>;
|
|
368
|
-
getContractFactory(
|
|
369
|
-
name: "ITimelock",
|
|
370
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
371
|
-
): Promise<Contracts.ITimelock__factory>;
|
|
372
308
|
getContractFactory(
|
|
373
309
|
name: "Multicall2",
|
|
374
310
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -377,10 +313,6 @@ declare module "hardhat/types/runtime" {
|
|
|
377
313
|
name: "ChainlinkFeedAdaptor_ETHToUSD",
|
|
378
314
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
379
315
|
): Promise<Contracts.ChainlinkFeedAdaptor_ETHToUSD__factory>;
|
|
380
|
-
getContractFactory(
|
|
381
|
-
name: "ChainlinkFeedAdaptorETHToUSD",
|
|
382
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
383
|
-
): Promise<Contracts.ChainlinkFeedAdaptorETHToUSD__factory>;
|
|
384
316
|
getContractFactory(
|
|
385
317
|
name: "FeedPriceOracle",
|
|
386
318
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -389,22 +321,6 @@ declare module "hardhat/types/runtime" {
|
|
|
389
321
|
name: "FeedPriceOracleSafe",
|
|
390
322
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
391
323
|
): Promise<Contracts.FeedPriceOracleSafe__factory>;
|
|
392
|
-
getContractFactory(
|
|
393
|
-
name: "IChainlinkFeed",
|
|
394
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
395
|
-
): Promise<Contracts.IChainlinkFeed__factory>;
|
|
396
|
-
getContractFactory(
|
|
397
|
-
name: "IStdReference",
|
|
398
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
399
|
-
): Promise<Contracts.IStdReference__factory>;
|
|
400
|
-
getContractFactory(
|
|
401
|
-
name: "IVoltPair",
|
|
402
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
403
|
-
): Promise<Contracts.IVoltPair__factory>;
|
|
404
|
-
getContractFactory(
|
|
405
|
-
name: "IWitnetFeed",
|
|
406
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
407
|
-
): Promise<Contracts.IWitnetFeed__factory>;
|
|
408
324
|
getContractFactory(
|
|
409
325
|
name: "PriceOracle",
|
|
410
326
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -673,51 +589,11 @@ declare module "hardhat/types/runtime" {
|
|
|
673
589
|
address: string | ethers.Addressable,
|
|
674
590
|
signer?: ethers.Signer
|
|
675
591
|
): Promise<Contracts.Comptroller>;
|
|
676
|
-
getContractAt(
|
|
677
|
-
name: "IAccountLiquidity",
|
|
678
|
-
address: string | ethers.Addressable,
|
|
679
|
-
signer?: ethers.Signer
|
|
680
|
-
): Promise<Contracts.IAccountLiquidity>;
|
|
681
|
-
getContractAt(
|
|
682
|
-
name: "ICompLogic",
|
|
683
|
-
address: string | ethers.Addressable,
|
|
684
|
-
signer?: ethers.Signer
|
|
685
|
-
): Promise<Contracts.ICompLogic>;
|
|
686
592
|
getContractAt(
|
|
687
593
|
name: "ComptrollerStorage",
|
|
688
594
|
address: string | ethers.Addressable,
|
|
689
595
|
signer?: ethers.Signer
|
|
690
596
|
): Promise<Contracts.ComptrollerStorage>;
|
|
691
|
-
getContractAt(
|
|
692
|
-
name: "IComptroller",
|
|
693
|
-
address: string | ethers.Addressable,
|
|
694
|
-
signer?: ethers.Signer
|
|
695
|
-
): Promise<Contracts.IComptroller>;
|
|
696
|
-
getContractAt(
|
|
697
|
-
name: "ICToken",
|
|
698
|
-
address: string | ethers.Addressable,
|
|
699
|
-
signer?: ethers.Signer
|
|
700
|
-
): Promise<Contracts.ICToken>;
|
|
701
|
-
getContractAt(
|
|
702
|
-
name: "IGovernorAlpha",
|
|
703
|
-
address: string | ethers.Addressable,
|
|
704
|
-
signer?: ethers.Signer
|
|
705
|
-
): Promise<Contracts.IGovernorAlpha>;
|
|
706
|
-
getContractAt(
|
|
707
|
-
name: "IGovernorBravo",
|
|
708
|
-
address: string | ethers.Addressable,
|
|
709
|
-
signer?: ethers.Signer
|
|
710
|
-
): Promise<Contracts.IGovernorBravo>;
|
|
711
|
-
getContractAt(
|
|
712
|
-
name: "IPriceOracle",
|
|
713
|
-
address: string | ethers.Addressable,
|
|
714
|
-
signer?: ethers.Signer
|
|
715
|
-
): Promise<Contracts.IPriceOracle>;
|
|
716
|
-
getContractAt(
|
|
717
|
-
name: "IUnitroller",
|
|
718
|
-
address: string | ethers.Addressable,
|
|
719
|
-
signer?: ethers.Signer
|
|
720
|
-
): Promise<Contracts.IUnitroller>;
|
|
721
597
|
getContractAt(
|
|
722
598
|
name: "RedemptionManager",
|
|
723
599
|
address: string | ethers.Addressable,
|
|
@@ -748,51 +624,16 @@ declare module "hardhat/types/runtime" {
|
|
|
748
624
|
address: string | ethers.Addressable,
|
|
749
625
|
signer?: ethers.Signer
|
|
750
626
|
): Promise<Contracts.CTokenStorage>;
|
|
751
|
-
getContractAt(
|
|
752
|
-
name: "ICErc20",
|
|
753
|
-
address: string | ethers.Addressable,
|
|
754
|
-
signer?: ethers.Signer
|
|
755
|
-
): Promise<Contracts.ICErc20>;
|
|
756
|
-
getContractAt(
|
|
757
|
-
name: "ICToken",
|
|
758
|
-
address: string | ethers.Addressable,
|
|
759
|
-
signer?: ethers.Signer
|
|
760
|
-
): Promise<Contracts.ICToken>;
|
|
761
|
-
getContractAt(
|
|
762
|
-
name: "IEIP20NonStandard",
|
|
763
|
-
address: string | ethers.Addressable,
|
|
764
|
-
signer?: ethers.Signer
|
|
765
|
-
): Promise<Contracts.IEIP20NonStandard>;
|
|
766
|
-
getContractAt(
|
|
767
|
-
name: "IInterestRateModel",
|
|
768
|
-
address: string | ethers.Addressable,
|
|
769
|
-
signer?: ethers.Signer
|
|
770
|
-
): Promise<Contracts.IInterestRateModel>;
|
|
771
627
|
getContractAt(
|
|
772
628
|
name: "SuErc20",
|
|
773
629
|
address: string | ethers.Addressable,
|
|
774
630
|
signer?: ethers.Signer
|
|
775
631
|
): Promise<Contracts.SuErc20>;
|
|
776
|
-
getContractAt(
|
|
777
|
-
name: "ErrorTest",
|
|
778
|
-
address: string | ethers.Addressable,
|
|
779
|
-
signer?: ethers.Signer
|
|
780
|
-
): Promise<Contracts.ErrorTest>;
|
|
781
|
-
getContractAt(
|
|
782
|
-
name: "TokenErrorReporter",
|
|
783
|
-
address: string | ethers.Addressable,
|
|
784
|
-
signer?: ethers.Signer
|
|
785
|
-
): Promise<Contracts.TokenErrorReporter>;
|
|
786
632
|
getContractAt(
|
|
787
633
|
name: "ERC20MinterBurnerPauser",
|
|
788
634
|
address: string | ethers.Addressable,
|
|
789
635
|
signer?: ethers.Signer
|
|
790
636
|
): Promise<Contracts.ERC20MinterBurnerPauser>;
|
|
791
|
-
getContractAt(
|
|
792
|
-
name: "BaseJumpRateModelV2",
|
|
793
|
-
address: string | ethers.Addressable,
|
|
794
|
-
signer?: ethers.Signer
|
|
795
|
-
): Promise<Contracts.BaseJumpRateModelV2>;
|
|
796
637
|
getContractAt(
|
|
797
638
|
name: "InterestRateModel",
|
|
798
639
|
address: string | ethers.Addressable,
|
|
@@ -918,11 +759,6 @@ declare module "hardhat/types/runtime" {
|
|
|
918
759
|
address: string | ethers.Addressable,
|
|
919
760
|
signer?: ethers.Signer
|
|
920
761
|
): Promise<Contracts.IWitnetFeed>;
|
|
921
|
-
getContractAt(
|
|
922
|
-
name: "ITimelock",
|
|
923
|
-
address: string | ethers.Addressable,
|
|
924
|
-
signer?: ethers.Signer
|
|
925
|
-
): Promise<Contracts.ITimelock>;
|
|
926
762
|
getContractAt(
|
|
927
763
|
name: "Multicall2",
|
|
928
764
|
address: string | ethers.Addressable,
|
|
@@ -933,11 +769,6 @@ declare module "hardhat/types/runtime" {
|
|
|
933
769
|
address: string | ethers.Addressable,
|
|
934
770
|
signer?: ethers.Signer
|
|
935
771
|
): Promise<Contracts.ChainlinkFeedAdaptor_ETHToUSD>;
|
|
936
|
-
getContractAt(
|
|
937
|
-
name: "ChainlinkFeedAdaptorETHToUSD",
|
|
938
|
-
address: string | ethers.Addressable,
|
|
939
|
-
signer?: ethers.Signer
|
|
940
|
-
): Promise<Contracts.ChainlinkFeedAdaptorETHToUSD>;
|
|
941
772
|
getContractAt(
|
|
942
773
|
name: "FeedPriceOracle",
|
|
943
774
|
address: string | ethers.Addressable,
|
|
@@ -948,26 +779,6 @@ declare module "hardhat/types/runtime" {
|
|
|
948
779
|
address: string | ethers.Addressable,
|
|
949
780
|
signer?: ethers.Signer
|
|
950
781
|
): Promise<Contracts.FeedPriceOracleSafe>;
|
|
951
|
-
getContractAt(
|
|
952
|
-
name: "IChainlinkFeed",
|
|
953
|
-
address: string | ethers.Addressable,
|
|
954
|
-
signer?: ethers.Signer
|
|
955
|
-
): Promise<Contracts.IChainlinkFeed>;
|
|
956
|
-
getContractAt(
|
|
957
|
-
name: "IStdReference",
|
|
958
|
-
address: string | ethers.Addressable,
|
|
959
|
-
signer?: ethers.Signer
|
|
960
|
-
): Promise<Contracts.IStdReference>;
|
|
961
|
-
getContractAt(
|
|
962
|
-
name: "IVoltPair",
|
|
963
|
-
address: string | ethers.Addressable,
|
|
964
|
-
signer?: ethers.Signer
|
|
965
|
-
): Promise<Contracts.IVoltPair>;
|
|
966
|
-
getContractAt(
|
|
967
|
-
name: "IWitnetFeed",
|
|
968
|
-
address: string | ethers.Addressable,
|
|
969
|
-
signer?: ethers.Signer
|
|
970
|
-
): Promise<Contracts.IWitnetFeed>;
|
|
971
782
|
getContractAt(
|
|
972
783
|
name: "PriceOracle",
|
|
973
784
|
address: string | ethers.Addressable,
|
|
@@ -1215,42 +1026,10 @@ declare module "hardhat/types/runtime" {
|
|
|
1215
1026
|
name: "Comptroller",
|
|
1216
1027
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1217
1028
|
): Promise<Contracts.Comptroller>;
|
|
1218
|
-
deployContract(
|
|
1219
|
-
name: "IAccountLiquidity",
|
|
1220
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1221
|
-
): Promise<Contracts.IAccountLiquidity>;
|
|
1222
|
-
deployContract(
|
|
1223
|
-
name: "ICompLogic",
|
|
1224
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1225
|
-
): Promise<Contracts.ICompLogic>;
|
|
1226
1029
|
deployContract(
|
|
1227
1030
|
name: "ComptrollerStorage",
|
|
1228
1031
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1229
1032
|
): Promise<Contracts.ComptrollerStorage>;
|
|
1230
|
-
deployContract(
|
|
1231
|
-
name: "IComptroller",
|
|
1232
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1233
|
-
): Promise<Contracts.IComptroller>;
|
|
1234
|
-
deployContract(
|
|
1235
|
-
name: "ICToken",
|
|
1236
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1237
|
-
): Promise<Contracts.ICToken>;
|
|
1238
|
-
deployContract(
|
|
1239
|
-
name: "IGovernorAlpha",
|
|
1240
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1241
|
-
): Promise<Contracts.IGovernorAlpha>;
|
|
1242
|
-
deployContract(
|
|
1243
|
-
name: "IGovernorBravo",
|
|
1244
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1245
|
-
): Promise<Contracts.IGovernorBravo>;
|
|
1246
|
-
deployContract(
|
|
1247
|
-
name: "IPriceOracle",
|
|
1248
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1249
|
-
): Promise<Contracts.IPriceOracle>;
|
|
1250
|
-
deployContract(
|
|
1251
|
-
name: "IUnitroller",
|
|
1252
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1253
|
-
): Promise<Contracts.IUnitroller>;
|
|
1254
1033
|
deployContract(
|
|
1255
1034
|
name: "RedemptionManager",
|
|
1256
1035
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
@@ -1275,42 +1054,14 @@ declare module "hardhat/types/runtime" {
|
|
|
1275
1054
|
name: "CTokenStorage",
|
|
1276
1055
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1277
1056
|
): Promise<Contracts.CTokenStorage>;
|
|
1278
|
-
deployContract(
|
|
1279
|
-
name: "ICErc20",
|
|
1280
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1281
|
-
): Promise<Contracts.ICErc20>;
|
|
1282
|
-
deployContract(
|
|
1283
|
-
name: "ICToken",
|
|
1284
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1285
|
-
): Promise<Contracts.ICToken>;
|
|
1286
|
-
deployContract(
|
|
1287
|
-
name: "IEIP20NonStandard",
|
|
1288
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1289
|
-
): Promise<Contracts.IEIP20NonStandard>;
|
|
1290
|
-
deployContract(
|
|
1291
|
-
name: "IInterestRateModel",
|
|
1292
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1293
|
-
): Promise<Contracts.IInterestRateModel>;
|
|
1294
1057
|
deployContract(
|
|
1295
1058
|
name: "SuErc20",
|
|
1296
1059
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1297
1060
|
): Promise<Contracts.SuErc20>;
|
|
1298
|
-
deployContract(
|
|
1299
|
-
name: "ErrorTest",
|
|
1300
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1301
|
-
): Promise<Contracts.ErrorTest>;
|
|
1302
|
-
deployContract(
|
|
1303
|
-
name: "TokenErrorReporter",
|
|
1304
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1305
|
-
): Promise<Contracts.TokenErrorReporter>;
|
|
1306
1061
|
deployContract(
|
|
1307
1062
|
name: "ERC20MinterBurnerPauser",
|
|
1308
1063
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1309
1064
|
): Promise<Contracts.ERC20MinterBurnerPauser>;
|
|
1310
|
-
deployContract(
|
|
1311
|
-
name: "BaseJumpRateModelV2",
|
|
1312
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1313
|
-
): Promise<Contracts.BaseJumpRateModelV2>;
|
|
1314
1065
|
deployContract(
|
|
1315
1066
|
name: "InterestRateModel",
|
|
1316
1067
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
@@ -1411,10 +1162,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1411
1162
|
name: "IWitnetFeed",
|
|
1412
1163
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1413
1164
|
): Promise<Contracts.IWitnetFeed>;
|
|
1414
|
-
deployContract(
|
|
1415
|
-
name: "ITimelock",
|
|
1416
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1417
|
-
): Promise<Contracts.ITimelock>;
|
|
1418
1165
|
deployContract(
|
|
1419
1166
|
name: "Multicall2",
|
|
1420
1167
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
@@ -1423,10 +1170,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1423
1170
|
name: "ChainlinkFeedAdaptor_ETHToUSD",
|
|
1424
1171
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1425
1172
|
): Promise<Contracts.ChainlinkFeedAdaptor_ETHToUSD>;
|
|
1426
|
-
deployContract(
|
|
1427
|
-
name: "ChainlinkFeedAdaptorETHToUSD",
|
|
1428
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1429
|
-
): Promise<Contracts.ChainlinkFeedAdaptorETHToUSD>;
|
|
1430
1173
|
deployContract(
|
|
1431
1174
|
name: "FeedPriceOracle",
|
|
1432
1175
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
@@ -1435,22 +1178,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1435
1178
|
name: "FeedPriceOracleSafe",
|
|
1436
1179
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1437
1180
|
): Promise<Contracts.FeedPriceOracleSafe>;
|
|
1438
|
-
deployContract(
|
|
1439
|
-
name: "IChainlinkFeed",
|
|
1440
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1441
|
-
): Promise<Contracts.IChainlinkFeed>;
|
|
1442
|
-
deployContract(
|
|
1443
|
-
name: "IStdReference",
|
|
1444
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1445
|
-
): Promise<Contracts.IStdReference>;
|
|
1446
|
-
deployContract(
|
|
1447
|
-
name: "IVoltPair",
|
|
1448
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1449
|
-
): Promise<Contracts.IVoltPair>;
|
|
1450
|
-
deployContract(
|
|
1451
|
-
name: "IWitnetFeed",
|
|
1452
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1453
|
-
): Promise<Contracts.IWitnetFeed>;
|
|
1454
1181
|
deployContract(
|
|
1455
1182
|
name: "PriceOracle",
|
|
1456
1183
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
@@ -1719,51 +1446,11 @@ declare module "hardhat/types/runtime" {
|
|
|
1719
1446
|
args: any[],
|
|
1720
1447
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1721
1448
|
): Promise<Contracts.Comptroller>;
|
|
1722
|
-
deployContract(
|
|
1723
|
-
name: "IAccountLiquidity",
|
|
1724
|
-
args: any[],
|
|
1725
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1726
|
-
): Promise<Contracts.IAccountLiquidity>;
|
|
1727
|
-
deployContract(
|
|
1728
|
-
name: "ICompLogic",
|
|
1729
|
-
args: any[],
|
|
1730
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1731
|
-
): Promise<Contracts.ICompLogic>;
|
|
1732
1449
|
deployContract(
|
|
1733
1450
|
name: "ComptrollerStorage",
|
|
1734
1451
|
args: any[],
|
|
1735
1452
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1736
1453
|
): Promise<Contracts.ComptrollerStorage>;
|
|
1737
|
-
deployContract(
|
|
1738
|
-
name: "IComptroller",
|
|
1739
|
-
args: any[],
|
|
1740
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1741
|
-
): Promise<Contracts.IComptroller>;
|
|
1742
|
-
deployContract(
|
|
1743
|
-
name: "ICToken",
|
|
1744
|
-
args: any[],
|
|
1745
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1746
|
-
): Promise<Contracts.ICToken>;
|
|
1747
|
-
deployContract(
|
|
1748
|
-
name: "IGovernorAlpha",
|
|
1749
|
-
args: any[],
|
|
1750
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1751
|
-
): Promise<Contracts.IGovernorAlpha>;
|
|
1752
|
-
deployContract(
|
|
1753
|
-
name: "IGovernorBravo",
|
|
1754
|
-
args: any[],
|
|
1755
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1756
|
-
): Promise<Contracts.IGovernorBravo>;
|
|
1757
|
-
deployContract(
|
|
1758
|
-
name: "IPriceOracle",
|
|
1759
|
-
args: any[],
|
|
1760
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1761
|
-
): Promise<Contracts.IPriceOracle>;
|
|
1762
|
-
deployContract(
|
|
1763
|
-
name: "IUnitroller",
|
|
1764
|
-
args: any[],
|
|
1765
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1766
|
-
): Promise<Contracts.IUnitroller>;
|
|
1767
1454
|
deployContract(
|
|
1768
1455
|
name: "RedemptionManager",
|
|
1769
1456
|
args: any[],
|
|
@@ -1794,51 +1481,16 @@ declare module "hardhat/types/runtime" {
|
|
|
1794
1481
|
args: any[],
|
|
1795
1482
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1796
1483
|
): Promise<Contracts.CTokenStorage>;
|
|
1797
|
-
deployContract(
|
|
1798
|
-
name: "ICErc20",
|
|
1799
|
-
args: any[],
|
|
1800
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1801
|
-
): Promise<Contracts.ICErc20>;
|
|
1802
|
-
deployContract(
|
|
1803
|
-
name: "ICToken",
|
|
1804
|
-
args: any[],
|
|
1805
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1806
|
-
): Promise<Contracts.ICToken>;
|
|
1807
|
-
deployContract(
|
|
1808
|
-
name: "IEIP20NonStandard",
|
|
1809
|
-
args: any[],
|
|
1810
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1811
|
-
): Promise<Contracts.IEIP20NonStandard>;
|
|
1812
|
-
deployContract(
|
|
1813
|
-
name: "IInterestRateModel",
|
|
1814
|
-
args: any[],
|
|
1815
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1816
|
-
): Promise<Contracts.IInterestRateModel>;
|
|
1817
1484
|
deployContract(
|
|
1818
1485
|
name: "SuErc20",
|
|
1819
1486
|
args: any[],
|
|
1820
1487
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1821
1488
|
): Promise<Contracts.SuErc20>;
|
|
1822
|
-
deployContract(
|
|
1823
|
-
name: "ErrorTest",
|
|
1824
|
-
args: any[],
|
|
1825
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1826
|
-
): Promise<Contracts.ErrorTest>;
|
|
1827
|
-
deployContract(
|
|
1828
|
-
name: "TokenErrorReporter",
|
|
1829
|
-
args: any[],
|
|
1830
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1831
|
-
): Promise<Contracts.TokenErrorReporter>;
|
|
1832
1489
|
deployContract(
|
|
1833
1490
|
name: "ERC20MinterBurnerPauser",
|
|
1834
1491
|
args: any[],
|
|
1835
1492
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1836
1493
|
): Promise<Contracts.ERC20MinterBurnerPauser>;
|
|
1837
|
-
deployContract(
|
|
1838
|
-
name: "BaseJumpRateModelV2",
|
|
1839
|
-
args: any[],
|
|
1840
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1841
|
-
): Promise<Contracts.BaseJumpRateModelV2>;
|
|
1842
1494
|
deployContract(
|
|
1843
1495
|
name: "InterestRateModel",
|
|
1844
1496
|
args: any[],
|
|
@@ -1964,11 +1616,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1964
1616
|
args: any[],
|
|
1965
1617
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1966
1618
|
): Promise<Contracts.IWitnetFeed>;
|
|
1967
|
-
deployContract(
|
|
1968
|
-
name: "ITimelock",
|
|
1969
|
-
args: any[],
|
|
1970
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1971
|
-
): Promise<Contracts.ITimelock>;
|
|
1972
1619
|
deployContract(
|
|
1973
1620
|
name: "Multicall2",
|
|
1974
1621
|
args: any[],
|
|
@@ -1979,11 +1626,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1979
1626
|
args: any[],
|
|
1980
1627
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1981
1628
|
): Promise<Contracts.ChainlinkFeedAdaptor_ETHToUSD>;
|
|
1982
|
-
deployContract(
|
|
1983
|
-
name: "ChainlinkFeedAdaptorETHToUSD",
|
|
1984
|
-
args: any[],
|
|
1985
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1986
|
-
): Promise<Contracts.ChainlinkFeedAdaptorETHToUSD>;
|
|
1987
1629
|
deployContract(
|
|
1988
1630
|
name: "FeedPriceOracle",
|
|
1989
1631
|
args: any[],
|
|
@@ -1994,26 +1636,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1994
1636
|
args: any[],
|
|
1995
1637
|
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
1996
1638
|
): Promise<Contracts.FeedPriceOracleSafe>;
|
|
1997
|
-
deployContract(
|
|
1998
|
-
name: "IChainlinkFeed",
|
|
1999
|
-
args: any[],
|
|
2000
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
2001
|
-
): Promise<Contracts.IChainlinkFeed>;
|
|
2002
|
-
deployContract(
|
|
2003
|
-
name: "IStdReference",
|
|
2004
|
-
args: any[],
|
|
2005
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
2006
|
-
): Promise<Contracts.IStdReference>;
|
|
2007
|
-
deployContract(
|
|
2008
|
-
name: "IVoltPair",
|
|
2009
|
-
args: any[],
|
|
2010
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
2011
|
-
): Promise<Contracts.IVoltPair>;
|
|
2012
|
-
deployContract(
|
|
2013
|
-
name: "IWitnetFeed",
|
|
2014
|
-
args: any[],
|
|
2015
|
-
signerOrOptions?: ethers.Signer | DeployContractOptions
|
|
2016
|
-
): Promise<Contracts.IWitnetFeed>;
|
|
2017
1639
|
deployContract(
|
|
2018
1640
|
name: "PriceOracle",
|
|
2019
1641
|
args: any[],
|
|
@@ -81,26 +81,10 @@ export type { CompLogic } from "./contracts/Comptroller/CompLogic";
|
|
|
81
81
|
export { CompLogic__factory } from "./factories/contracts/Comptroller/CompLogic__factory";
|
|
82
82
|
export type { CompoundLens } from "./contracts/Comptroller/CompoundLens";
|
|
83
83
|
export { CompoundLens__factory } from "./factories/contracts/Comptroller/CompoundLens__factory";
|
|
84
|
-
export type { Comptroller } from "./contracts/Comptroller/Comptroller
|
|
85
|
-
export { Comptroller__factory } from "./factories/contracts/Comptroller/
|
|
86
|
-
export type { IAccountLiquidity } from "./contracts/Comptroller/Comptroller.sol/IAccountLiquidity";
|
|
87
|
-
export { IAccountLiquidity__factory } from "./factories/contracts/Comptroller/Comptroller.sol/IAccountLiquidity__factory";
|
|
88
|
-
export type { ICompLogic } from "./contracts/Comptroller/Comptroller.sol/ICompLogic";
|
|
89
|
-
export { ICompLogic__factory } from "./factories/contracts/Comptroller/Comptroller.sol/ICompLogic__factory";
|
|
84
|
+
export type { Comptroller } from "./contracts/Comptroller/Comptroller";
|
|
85
|
+
export { Comptroller__factory } from "./factories/contracts/Comptroller/Comptroller__factory";
|
|
90
86
|
export type { ComptrollerStorage } from "./contracts/Comptroller/ComptrollerStorage";
|
|
91
87
|
export { ComptrollerStorage__factory } from "./factories/contracts/Comptroller/ComptrollerStorage__factory";
|
|
92
|
-
export type { IComptroller } from "./contracts/Comptroller/Interfaces/IComptroller";
|
|
93
|
-
export { IComptroller__factory } from "./factories/contracts/Comptroller/Interfaces/IComptroller__factory";
|
|
94
|
-
export type { ICToken } from "./contracts/Comptroller/Interfaces/ICToken";
|
|
95
|
-
export { ICToken__factory } from "./factories/contracts/Comptroller/Interfaces/ICToken__factory";
|
|
96
|
-
export type { IGovernorAlpha } from "./contracts/Comptroller/Interfaces/IGovernorAlpha";
|
|
97
|
-
export { IGovernorAlpha__factory } from "./factories/contracts/Comptroller/Interfaces/IGovernorAlpha__factory";
|
|
98
|
-
export type { IGovernorBravo } from "./contracts/Comptroller/Interfaces/IGovernorBravo";
|
|
99
|
-
export { IGovernorBravo__factory } from "./factories/contracts/Comptroller/Interfaces/IGovernorBravo__factory";
|
|
100
|
-
export type { IPriceOracle } from "./contracts/Comptroller/Interfaces/IPriceOracle";
|
|
101
|
-
export { IPriceOracle__factory } from "./factories/contracts/Comptroller/Interfaces/IPriceOracle__factory";
|
|
102
|
-
export type { IUnitroller } from "./contracts/Comptroller/Interfaces/IUnitroller";
|
|
103
|
-
export { IUnitroller__factory } from "./factories/contracts/Comptroller/Interfaces/IUnitroller__factory";
|
|
104
88
|
export type { RedemptionManager } from "./contracts/Comptroller/RedemptionManager";
|
|
105
89
|
export { RedemptionManager__factory } from "./factories/contracts/Comptroller/RedemptionManager__factory";
|
|
106
90
|
export type { SortedBorrows } from "./contracts/Comptroller/SortedBorrows";
|
|
@@ -113,22 +97,10 @@ export type { CToken } from "./contracts/CToken/CToken";
|
|
|
113
97
|
export { CToken__factory } from "./factories/contracts/CToken/CToken__factory";
|
|
114
98
|
export type { CTokenStorage } from "./contracts/CToken/CTokenStorage";
|
|
115
99
|
export { CTokenStorage__factory } from "./factories/contracts/CToken/CTokenStorage__factory";
|
|
116
|
-
export type { ICErc20 } from "./contracts/CToken/Interfaces/ICErc20";
|
|
117
|
-
export { ICErc20__factory } from "./factories/contracts/CToken/Interfaces/ICErc20__factory";
|
|
118
|
-
export type { IEIP20NonStandard } from "./contracts/CToken/Interfaces/IEIP20NonStandard";
|
|
119
|
-
export { IEIP20NonStandard__factory } from "./factories/contracts/CToken/Interfaces/IEIP20NonStandard__factory";
|
|
120
|
-
export type { IInterestRateModel } from "./contracts/CToken/Interfaces/IInterestRateModel";
|
|
121
|
-
export { IInterestRateModel__factory } from "./factories/contracts/CToken/Interfaces/IInterestRateModel__factory";
|
|
122
100
|
export type { SuErc20 } from "./contracts/CToken/SuErc20";
|
|
123
101
|
export { SuErc20__factory } from "./factories/contracts/CToken/SuErc20__factory";
|
|
124
|
-
export type { ErrorTest } from "./contracts/CToken/Test.sol/ErrorTest";
|
|
125
|
-
export { ErrorTest__factory } from "./factories/contracts/CToken/Test.sol/ErrorTest__factory";
|
|
126
|
-
export type { TokenErrorReporter } from "./contracts/CToken/TokenErrorReporter";
|
|
127
|
-
export { TokenErrorReporter__factory } from "./factories/contracts/CToken/TokenErrorReporter__factory";
|
|
128
102
|
export type { ERC20MinterBurnerPauser } from "./contracts/ERC20/ERC20MinterBurnerPauser";
|
|
129
103
|
export { ERC20MinterBurnerPauser__factory } from "./factories/contracts/ERC20/ERC20MinterBurnerPauser__factory";
|
|
130
|
-
export type { BaseJumpRateModelV2 } from "./contracts/InterestRateModel/BaseJumpRateModelV2";
|
|
131
|
-
export { BaseJumpRateModelV2__factory } from "./factories/contracts/InterestRateModel/BaseJumpRateModelV2__factory";
|
|
132
104
|
export type { InterestRateModel } from "./contracts/InterestRateModel/InterestRateModel";
|
|
133
105
|
export { InterestRateModel__factory } from "./factories/contracts/InterestRateModel/InterestRateModel__factory";
|
|
134
106
|
export type { JumpRateModel } from "./contracts/InterestRateModel/JumpRateModel";
|
|
@@ -141,8 +113,28 @@ export type { WhitePaperInterestRateModel } from "./contracts/InterestRateModel/
|
|
|
141
113
|
export { WhitePaperInterestRateModel__factory } from "./factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory";
|
|
142
114
|
export type { ZeroInterestRateModel } from "./contracts/InterestRateModel/ZeroInterestRateModel";
|
|
143
115
|
export { ZeroInterestRateModel__factory } from "./factories/contracts/InterestRateModel/ZeroInterestRateModel__factory";
|
|
116
|
+
export type { IAccountLiquidity } from "./contracts/Interfaces/IAccountLiquidity";
|
|
117
|
+
export { IAccountLiquidity__factory } from "./factories/contracts/Interfaces/IAccountLiquidity__factory";
|
|
118
|
+
export type { ICErc20 } from "./contracts/Interfaces/ICErc20";
|
|
119
|
+
export { ICErc20__factory } from "./factories/contracts/Interfaces/ICErc20__factory";
|
|
144
120
|
export type { IChainlinkFeed } from "./contracts/Interfaces/IChainlinkFeed";
|
|
145
121
|
export { IChainlinkFeed__factory } from "./factories/contracts/Interfaces/IChainlinkFeed__factory";
|
|
122
|
+
export type { ICompLogic } from "./contracts/Interfaces/ICompLogic";
|
|
123
|
+
export { ICompLogic__factory } from "./factories/contracts/Interfaces/ICompLogic__factory";
|
|
124
|
+
export type { IComptroller } from "./contracts/Interfaces/IComptroller";
|
|
125
|
+
export { IComptroller__factory } from "./factories/contracts/Interfaces/IComptroller__factory";
|
|
126
|
+
export type { ICToken } from "./contracts/Interfaces/ICToken";
|
|
127
|
+
export { ICToken__factory } from "./factories/contracts/Interfaces/ICToken__factory";
|
|
128
|
+
export type { IEIP20NonStandard } from "./contracts/Interfaces/IEIP20NonStandard";
|
|
129
|
+
export { IEIP20NonStandard__factory } from "./factories/contracts/Interfaces/IEIP20NonStandard__factory";
|
|
130
|
+
export type { IGovernorAlpha } from "./contracts/Interfaces/IGovernorAlpha";
|
|
131
|
+
export { IGovernorAlpha__factory } from "./factories/contracts/Interfaces/IGovernorAlpha__factory";
|
|
132
|
+
export type { IGovernorBravo } from "./contracts/Interfaces/IGovernorBravo";
|
|
133
|
+
export { IGovernorBravo__factory } from "./factories/contracts/Interfaces/IGovernorBravo__factory";
|
|
134
|
+
export type { IInterestRateModel } from "./contracts/Interfaces/IInterestRateModel";
|
|
135
|
+
export { IInterestRateModel__factory } from "./factories/contracts/Interfaces/IInterestRateModel__factory";
|
|
136
|
+
export type { IPriceOracle } from "./contracts/Interfaces/IPriceOracle";
|
|
137
|
+
export { IPriceOracle__factory } from "./factories/contracts/Interfaces/IPriceOracle__factory";
|
|
146
138
|
export type { IRedemptionManager } from "./contracts/Interfaces/IRedemptionManager";
|
|
147
139
|
export { IRedemptionManager__factory } from "./factories/contracts/Interfaces/IRedemptionManager__factory";
|
|
148
140
|
export type { ISortedBorrows } from "./contracts/Interfaces/ISortedBorrows";
|
|
@@ -151,6 +143,8 @@ export type { IStdReference } from "./contracts/Interfaces/IStdReference";
|
|
|
151
143
|
export { IStdReference__factory } from "./factories/contracts/Interfaces/IStdReference__factory";
|
|
152
144
|
export type { ITimelock } from "./contracts/Interfaces/ITimelock";
|
|
153
145
|
export { ITimelock__factory } from "./factories/contracts/Interfaces/ITimelock__factory";
|
|
146
|
+
export type { IUnitroller } from "./contracts/Interfaces/IUnitroller";
|
|
147
|
+
export { IUnitroller__factory } from "./factories/contracts/Interfaces/IUnitroller__factory";
|
|
154
148
|
export type { IVoltPair } from "./contracts/Interfaces/IVoltPair";
|
|
155
149
|
export { IVoltPair__factory } from "./factories/contracts/Interfaces/IVoltPair__factory";
|
|
156
150
|
export type { IWitnetFeed } from "./contracts/Interfaces/IWitnetFeed";
|
|
@@ -159,8 +153,6 @@ export type { Multicall2 } from "./contracts/Multicall2";
|
|
|
159
153
|
export { Multicall2__factory } from "./factories/contracts/Multicall2__factory";
|
|
160
154
|
export type { ChainlinkFeedAdaptor_ETHToUSD } from "./contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD";
|
|
161
155
|
export { ChainlinkFeedAdaptor_ETHToUSD__factory } from "./factories/contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD__factory";
|
|
162
|
-
export type { ChainlinkFeedAdaptorETHToUSD } from "./contracts/Oracle/ChainlinkFeedAdaptorETHToUSD";
|
|
163
|
-
export { ChainlinkFeedAdaptorETHToUSD__factory } from "./factories/contracts/Oracle/ChainlinkFeedAdaptorETHToUSD__factory";
|
|
164
156
|
export type { FeedPriceOracle } from "./contracts/Oracle/FeedPriceOracle";
|
|
165
157
|
export { FeedPriceOracle__factory } from "./factories/contracts/Oracle/FeedPriceOracle__factory";
|
|
166
158
|
export type { FeedPriceOracleSafe } from "./contracts/Oracle/FeedPriceOracleSafe";
|