@pendle/core-v2 5.2.0-beta-3 → 5.2.0-beta-4

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.
@@ -1772,22 +1772,6 @@ declare module "hardhat/types/runtime" {
1772
1772
  name: "SupplyCapReader",
1773
1773
  signerOrOptions?: ethers.Signer | FactoryOptions
1774
1774
  ): Promise<Contracts.SupplyCapReader__factory>;
1775
- getContractFactory(
1776
- name: "PendleChainlinkOracle",
1777
- signerOrOptions?: ethers.Signer | FactoryOptions
1778
- ): Promise<Contracts.PendleChainlinkOracle__factory>;
1779
- getContractFactory(
1780
- name: "PendleChainlinkOracleBase",
1781
- signerOrOptions?: ethers.Signer | FactoryOptions
1782
- ): Promise<Contracts.PendleChainlinkOracleBase__factory>;
1783
- getContractFactory(
1784
- name: "PendleChainlinkOracleFactory",
1785
- signerOrOptions?: ethers.Signer | FactoryOptions
1786
- ): Promise<Contracts.PendleChainlinkOracleFactory__factory>;
1787
- getContractFactory(
1788
- name: "PendleChainlinkOracleWithQuote",
1789
- signerOrOptions?: ethers.Signer | FactoryOptions
1790
- ): Promise<Contracts.PendleChainlinkOracleWithQuote__factory>;
1791
1775
  getContractFactory(
1792
1776
  name: "PendleBoringOneracle",
1793
1777
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -1808,30 +1792,6 @@ declare module "hardhat/types/runtime" {
1808
1792
  name: "PTExpiry",
1809
1793
  signerOrOptions?: ethers.Signer | FactoryOptions
1810
1794
  ): Promise<Contracts.PTExpiry__factory>;
1811
- getContractFactory(
1812
- name: "PendleBoringOneracle",
1813
- signerOrOptions?: ethers.Signer | FactoryOptions
1814
- ): Promise<Contracts.PendleBoringOneracle__factory>;
1815
- getContractFactory(
1816
- name: "PendleBoringSolvBTCOneracle",
1817
- signerOrOptions?: ethers.Signer | FactoryOptions
1818
- ): Promise<Contracts.PendleBoringSolvBTCOneracle__factory>;
1819
- getContractFactory(
1820
- name: "PendlePYLpOracle",
1821
- signerOrOptions?: ethers.Signer | FactoryOptions
1822
- ): Promise<Contracts.PendlePYLpOracle__factory>;
1823
- getContractFactory(
1824
- name: "PendleRedStoneRateOracleAdapter",
1825
- signerOrOptions?: ethers.Signer | FactoryOptions
1826
- ): Promise<Contracts.PendleRedStoneRateOracleAdapter__factory>;
1827
- getContractFactory(
1828
- name: "PendleSparkLinearDiscountOracle",
1829
- signerOrOptions?: ethers.Signer | FactoryOptions
1830
- ): Promise<Contracts.PendleSparkLinearDiscountOracle__factory>;
1831
- getContractFactory(
1832
- name: "PTExpiry",
1833
- signerOrOptions?: ethers.Signer | FactoryOptions
1834
- ): Promise<Contracts.PTExpiry__factory>;
1835
1795
  getContractFactory(
1836
1796
  name: "PendleChainlinkOracle",
1837
1797
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -1864,18 +1824,6 @@ declare module "hardhat/types/runtime" {
1864
1824
  name: "BoringPYUsdChainlinkSYOracle",
1865
1825
  signerOrOptions?: ethers.Signer | FactoryOptions
1866
1826
  ): Promise<Contracts.BoringPYUsdChainlinkSYOracle__factory>;
1867
- getContractFactory(
1868
- name: "BoringLpGlpOracle",
1869
- signerOrOptions?: ethers.Signer | FactoryOptions
1870
- ): Promise<Contracts.BoringLpGlpOracle__factory>;
1871
- getContractFactory(
1872
- name: "BoringPYUsdChainlinkAssetOracle",
1873
- signerOrOptions?: ethers.Signer | FactoryOptions
1874
- ): Promise<Contracts.BoringPYUsdChainlinkAssetOracle__factory>;
1875
- getContractFactory(
1876
- name: "BoringPYUsdChainlinkSYOracle",
1877
- signerOrOptions?: ethers.Signer | FactoryOptions
1878
- ): Promise<Contracts.BoringPYUsdChainlinkSYOracle__factory>;
1879
1827
  getContractFactory(
1880
1828
  name: "ActionAddRemoveLiqV3",
1881
1829
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -4145,51 +4093,6 @@ declare module "hardhat/types/runtime" {
4145
4093
  address: string,
4146
4094
  signer?: ethers.Signer
4147
4095
  ): Promise<Contracts.SupplyCapReader>;
4148
- getContractAt(
4149
- name: "PendleChainlinkOracle",
4150
- address: string,
4151
- signer?: ethers.Signer
4152
- ): Promise<Contracts.PendleChainlinkOracle>;
4153
- getContractAt(
4154
- name: "PendleChainlinkOracleBase",
4155
- address: string,
4156
- signer?: ethers.Signer
4157
- ): Promise<Contracts.PendleChainlinkOracleBase>;
4158
- getContractAt(
4159
- name: "PendleChainlinkOracleFactory",
4160
- address: string,
4161
- signer?: ethers.Signer
4162
- ): Promise<Contracts.PendleChainlinkOracleFactory>;
4163
- getContractAt(
4164
- name: "PendleChainlinkOracleWithQuote",
4165
- address: string,
4166
- signer?: ethers.Signer
4167
- ): Promise<Contracts.PendleChainlinkOracleWithQuote>;
4168
- getContractAt(
4169
- name: "PendleBoringOneracle",
4170
- address: string,
4171
- signer?: ethers.Signer
4172
- ): Promise<Contracts.PendleBoringOneracle>;
4173
- getContractAt(
4174
- name: "PendleBoringSolvBTCOneracle",
4175
- address: string,
4176
- signer?: ethers.Signer
4177
- ): Promise<Contracts.PendleBoringSolvBTCOneracle>;
4178
- getContractAt(
4179
- name: "PendleRedStoneRateOracleAdapter",
4180
- address: string,
4181
- signer?: ethers.Signer
4182
- ): Promise<Contracts.PendleRedStoneRateOracleAdapter>;
4183
- getContractAt(
4184
- name: "PendleSparkLinearDiscountOracle",
4185
- address: string,
4186
- signer?: ethers.Signer
4187
- ): Promise<Contracts.PendleSparkLinearDiscountOracle>;
4188
- getContractAt(
4189
- name: "PTExpiry",
4190
- address: string,
4191
- signer?: ethers.Signer
4192
- ): Promise<Contracts.PTExpiry>;
4193
4096
  getContractAt(
4194
4097
  name: "PendleBoringOneracle",
4195
4098
  address: string,
@@ -4200,11 +4103,6 @@ declare module "hardhat/types/runtime" {
4200
4103
  address: string,
4201
4104
  signer?: ethers.Signer
4202
4105
  ): Promise<Contracts.PendleBoringSolvBTCOneracle>;
4203
- getContractAt(
4204
- name: "PendlePYLpOracle",
4205
- address: string,
4206
- signer?: ethers.Signer
4207
- ): Promise<Contracts.PendlePYLpOracle>;
4208
4106
  getContractAt(
4209
4107
  name: "PendleRedStoneRateOracleAdapter",
4210
4108
  address: string,
@@ -4260,21 +4158,6 @@ declare module "hardhat/types/runtime" {
4260
4158
  address: string,
4261
4159
  signer?: ethers.Signer
4262
4160
  ): Promise<Contracts.BoringPYUsdChainlinkSYOracle>;
4263
- getContractAt(
4264
- name: "BoringLpGlpOracle",
4265
- address: string,
4266
- signer?: ethers.Signer
4267
- ): Promise<Contracts.BoringLpGlpOracle>;
4268
- getContractAt(
4269
- name: "BoringPYUsdChainlinkAssetOracle",
4270
- address: string,
4271
- signer?: ethers.Signer
4272
- ): Promise<Contracts.BoringPYUsdChainlinkAssetOracle>;
4273
- getContractAt(
4274
- name: "BoringPYUsdChainlinkSYOracle",
4275
- address: string,
4276
- signer?: ethers.Signer
4277
- ): Promise<Contracts.BoringPYUsdChainlinkSYOracle>;
4278
4161
  getContractAt(
4279
4162
  name: "ActionAddRemoveLiqV3",
4280
4163
  address: string,
@@ -439,15 +439,15 @@ export type { PendleRouterStatic } from "./PendleRouterStatic";
439
439
  export type { SimulateHelper } from "./SimulateHelper";
440
440
  export type { IPossibleSupplyCapInterface } from "./IPossibleSupplyCapInterface";
441
441
  export type { SupplyCapReader } from "./SupplyCapReader";
442
- export type { PendleChainlinkOracle } from "./PendleChainlinkOracle";
443
- export type { PendleChainlinkOracleBase } from "./PendleChainlinkOracleBase";
444
- export type { PendleChainlinkOracleFactory } from "./PendleChainlinkOracleFactory";
445
- export type { PendleChainlinkOracleWithQuote } from "./PendleChainlinkOracleWithQuote";
446
442
  export type { PendleBoringOneracle } from "./PendleBoringOneracle";
447
443
  export type { PendleBoringSolvBTCOneracle } from "./PendleBoringSolvBTCOneracle";
448
444
  export type { PendleRedStoneRateOracleAdapter } from "./PendleRedStoneRateOracleAdapter";
449
445
  export type { PendleSparkLinearDiscountOracle } from "./PendleSparkLinearDiscountOracle";
450
446
  export type { PTExpiry } from "./PTExpiry";
447
+ export type { PendleChainlinkOracle } from "./PendleChainlinkOracle";
448
+ export type { PendleChainlinkOracleBase } from "./PendleChainlinkOracleBase";
449
+ export type { PendleChainlinkOracleFactory } from "./PendleChainlinkOracleFactory";
450
+ export type { PendleChainlinkOracleWithQuote } from "./PendleChainlinkOracleWithQuote";
451
451
  export type { PendlePYLpOracle } from "./PendlePYLpOracle";
452
452
  export type { BoringLpGlpOracle } from "./BoringLpGlpOracle";
453
453
  export type { BoringPYUsdChainlinkAssetOracle } from "./BoringPYUsdChainlinkAssetOracle";
@@ -908,15 +908,15 @@ export { PendleRouterStatic__factory } from "./factories/PendleRouterStatic__fac
908
908
  export { SimulateHelper__factory } from "./factories/SimulateHelper__factory";
909
909
  export { IPossibleSupplyCapInterface__factory } from "./factories/IPossibleSupplyCapInterface__factory";
910
910
  export { SupplyCapReader__factory } from "./factories/SupplyCapReader__factory";
911
- export { PendleChainlinkOracle__factory } from "./factories/PendleChainlinkOracle__factory";
912
- export { PendleChainlinkOracleBase__factory } from "./factories/PendleChainlinkOracleBase__factory";
913
- export { PendleChainlinkOracleFactory__factory } from "./factories/PendleChainlinkOracleFactory__factory";
914
- export { PendleChainlinkOracleWithQuote__factory } from "./factories/PendleChainlinkOracleWithQuote__factory";
915
911
  export { PendleBoringOneracle__factory } from "./factories/PendleBoringOneracle__factory";
916
912
  export { PendleBoringSolvBTCOneracle__factory } from "./factories/PendleBoringSolvBTCOneracle__factory";
917
913
  export { PendleRedStoneRateOracleAdapter__factory } from "./factories/PendleRedStoneRateOracleAdapter__factory";
918
914
  export { PendleSparkLinearDiscountOracle__factory } from "./factories/PendleSparkLinearDiscountOracle__factory";
919
915
  export { PTExpiry__factory } from "./factories/PTExpiry__factory";
916
+ export { PendleChainlinkOracle__factory } from "./factories/PendleChainlinkOracle__factory";
917
+ export { PendleChainlinkOracleBase__factory } from "./factories/PendleChainlinkOracleBase__factory";
918
+ export { PendleChainlinkOracleFactory__factory } from "./factories/PendleChainlinkOracleFactory__factory";
919
+ export { PendleChainlinkOracleWithQuote__factory } from "./factories/PendleChainlinkOracleWithQuote__factory";
920
920
  export { PendlePYLpOracle__factory } from "./factories/PendlePYLpOracle__factory";
921
921
  export { BoringLpGlpOracle__factory } from "./factories/BoringLpGlpOracle__factory";
922
922
  export { BoringPYUsdChainlinkAssetOracle__factory } from "./factories/BoringPYUsdChainlinkAssetOracle__factory";