@pendle/core-v2 4.5.1 → 4.5.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.
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol/PendleSwellStakingERC20SY.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +60 -0
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +25 -0
- package/build/artifacts/contracts/interfaces/IPPtLpOracle.sol/IPPtLpOracle.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol/ISwellSimpleStakingERC20.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +401 -0
- package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.json +63 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.json +35 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/PendlePtLpOracle.sol/PendlePtLpOracle.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/PendlePtOracleLib.sol/PendlePtOracleLib.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/samples/BoringLpGlpOracle.sol/BoringLpGlpOracle.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/samples/BoringPtUsdChainlinkOracle.sol/BoringPtUsdChainlinkOracle.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
- package/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol +0 -1
- package/contracts/interfaces/IPGovernanceProxy.sol +14 -0
- package/contracts/interfaces/IPPausingInterface.sol +8 -0
- package/contracts/offchain-helpers/PendleGovernanceProxy.sol +84 -0
- package/contracts/offchain-helpers/SupplyCapReader.sol +25 -0
- package/deployments/1-markets/PUFETH-MAINNET-SEP2024.json +11 -0
- package/deployments/1-markets/RSETH-MAINNET-SEP2024.json +11 -0
- package/deployments/1-markets/SUSDE-MAINNET-SEP2024.json +13 -0
- package/deployments/1-markets/UNIETH-MAINNET-SEP2024.json +13 -0
- package/deployments/1-offchain-helper.json +2 -1
- package/deployments/10-offchain-helper.json +2 -1
- package/deployments/42161-markets/RSETH-ARBITRUM-SEP2024.json +11 -0
- package/deployments/42161-offchain-helper.json +2 -1
- package/deployments/5000-offchain-helper.json +2 -1
- package/deployments/56-offchain-helper.json +2 -1
- package/package.json +1 -1
- package/typechain-types/BoringPYUsdChainlinkAssetOracle.ts +244 -0
- package/typechain-types/BoringPYUsdChainlinkSYOracle.ts +243 -0
- package/typechain-types/IPGovernanceProxy.ts +142 -0
- package/typechain-types/IPPYLpOracle.ts +379 -0
- package/typechain-types/IPPausingInterface.ts +112 -0
- package/typechain-types/IPossibleSupplyCapInterface.ts +142 -0
- package/typechain-types/PendleGovernanceProxy.ts +603 -0
- package/typechain-types/PendlePYLpOracle.ts +612 -0
- package/typechain-types/SupplyCapReader.ts +105 -0
- package/typechain-types/factories/BoringPYUsdChainlinkAssetOracle__factory.ts +269 -0
- package/typechain-types/factories/BoringPYUsdChainlinkSYOracle__factory.ts +267 -0
- package/typechain-types/factories/IPGovernanceProxy__factory.ts +75 -0
- package/typechain-types/factories/IPPYLpOracle__factory.ts +214 -0
- package/typechain-types/factories/IPPausingInterface__factory.ts +40 -0
- package/typechain-types/factories/IPossibleSupplyCapInterface__factory.ts +82 -0
- package/typechain-types/factories/PendleGovernanceProxy__factory.ts +458 -0
- package/typechain-types/factories/PendlePYLpOracle__factory.ts +487 -0
- package/typechain-types/factories/PendleSwellRswETHStakingSY__factory.ts +1 -1
- package/typechain-types/factories/SupplyCapReader__factory.ts +88 -0
- package/typechain-types/hardhat.d.ts +81 -0
- package/typechain-types/index.ts +18 -0
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
|
|
5
|
+
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
6
|
+
import type {
|
|
7
|
+
SupplyCapReader,
|
|
8
|
+
SupplyCapReaderInterface,
|
|
9
|
+
} from "../SupplyCapReader";
|
|
10
|
+
|
|
11
|
+
const _abi = [
|
|
12
|
+
{
|
|
13
|
+
inputs: [
|
|
14
|
+
{
|
|
15
|
+
internalType: "address",
|
|
16
|
+
name: "syAddr",
|
|
17
|
+
type: "address",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
name: "read",
|
|
21
|
+
outputs: [
|
|
22
|
+
{
|
|
23
|
+
internalType: "uint256",
|
|
24
|
+
name: "currentSupply",
|
|
25
|
+
type: "uint256",
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
internalType: "uint256",
|
|
29
|
+
name: "supplyCap",
|
|
30
|
+
type: "uint256",
|
|
31
|
+
},
|
|
32
|
+
],
|
|
33
|
+
stateMutability: "view",
|
|
34
|
+
type: "function",
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const _bytecode =
|
|
39
|
+
"0x608060405234801561001057600080fd5b5061027d806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063a087a87e14610030575b600080fd5b61004361003e3660046101fe565b61005c565b6040805192835260208301919091520160405180910390f35b6000806000839050806001600160a01b0316630186533d6040518163ffffffff1660e01b8152600401602060405180830381865afa9250505080156100be575060408051601f3d908101601f191682019092526100bb9181019061022e565b60015b61018f57806001600160a01b0316638f770ad06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610100573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610124919061022e565b9150806001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610164573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610188919061022e565b92506101f8565b809250816001600160a01b03166380975cc46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101f4919061022e565b9350505b50915091565b60006020828403121561021057600080fd5b81356001600160a01b038116811461022757600080fd5b9392505050565b60006020828403121561024057600080fd5b505191905056fea264697066735822122086be295fb62371de6ec86acab7ca4bbd9f43202da5f9337fb67a85ca99aeb7cc64736f6c63430008170033";
|
|
40
|
+
|
|
41
|
+
type SupplyCapReaderConstructorParams =
|
|
42
|
+
| [signer?: Signer]
|
|
43
|
+
| ConstructorParameters<typeof ContractFactory>;
|
|
44
|
+
|
|
45
|
+
const isSuperArgs = (
|
|
46
|
+
xs: SupplyCapReaderConstructorParams
|
|
47
|
+
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
48
|
+
|
|
49
|
+
export class SupplyCapReader__factory extends ContractFactory {
|
|
50
|
+
constructor(...args: SupplyCapReaderConstructorParams) {
|
|
51
|
+
if (isSuperArgs(args)) {
|
|
52
|
+
super(...args);
|
|
53
|
+
} else {
|
|
54
|
+
super(_abi, _bytecode, args[0]);
|
|
55
|
+
}
|
|
56
|
+
this.contractName = "SupplyCapReader";
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
deploy(
|
|
60
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
61
|
+
): Promise<SupplyCapReader> {
|
|
62
|
+
return super.deploy(overrides || {}) as Promise<SupplyCapReader>;
|
|
63
|
+
}
|
|
64
|
+
getDeployTransaction(
|
|
65
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
66
|
+
): TransactionRequest {
|
|
67
|
+
return super.getDeployTransaction(overrides || {});
|
|
68
|
+
}
|
|
69
|
+
attach(address: string): SupplyCapReader {
|
|
70
|
+
return super.attach(address) as SupplyCapReader;
|
|
71
|
+
}
|
|
72
|
+
connect(signer: Signer): SupplyCapReader__factory {
|
|
73
|
+
return super.connect(signer) as SupplyCapReader__factory;
|
|
74
|
+
}
|
|
75
|
+
static readonly contractName: "SupplyCapReader";
|
|
76
|
+
public readonly contractName: "SupplyCapReader";
|
|
77
|
+
static readonly bytecode = _bytecode;
|
|
78
|
+
static readonly abi = _abi;
|
|
79
|
+
static createInterface(): SupplyCapReaderInterface {
|
|
80
|
+
return new utils.Interface(_abi) as SupplyCapReaderInterface;
|
|
81
|
+
}
|
|
82
|
+
static connect(
|
|
83
|
+
address: string,
|
|
84
|
+
signerOrProvider: Signer | Provider
|
|
85
|
+
): SupplyCapReader {
|
|
86
|
+
return new Contract(address, _abi, signerOrProvider) as SupplyCapReader;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
@@ -984,6 +984,10 @@ declare module "hardhat/types/runtime" {
|
|
|
984
984
|
name: "IPGaugeControllerMainchain",
|
|
985
985
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
986
986
|
): Promise<Contracts.IPGaugeControllerMainchain__factory>;
|
|
987
|
+
getContractFactory(
|
|
988
|
+
name: "IPGovernanceProxy",
|
|
989
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
990
|
+
): Promise<Contracts.IPGovernanceProxy__factory>;
|
|
987
991
|
getContractFactory(
|
|
988
992
|
name: "IPInterestManagerYT",
|
|
989
993
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1052,6 +1056,10 @@ declare module "hardhat/types/runtime" {
|
|
|
1052
1056
|
name: "IPOracleForSy",
|
|
1053
1057
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1054
1058
|
): Promise<Contracts.IPOracleForSy__factory>;
|
|
1059
|
+
getContractFactory(
|
|
1060
|
+
name: "IPPausingInterface",
|
|
1061
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1062
|
+
): Promise<Contracts.IPPausingInterface__factory>;
|
|
1055
1063
|
getContractFactory(
|
|
1056
1064
|
name: "IPPreviewHelper",
|
|
1057
1065
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1068,6 +1076,10 @@ declare module "hardhat/types/runtime" {
|
|
|
1068
1076
|
name: "IPPtLpOracle",
|
|
1069
1077
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1070
1078
|
): Promise<Contracts.IPPtLpOracle__factory>;
|
|
1079
|
+
getContractFactory(
|
|
1080
|
+
name: "IPPYLpOracle",
|
|
1081
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1082
|
+
): Promise<Contracts.IPPYLpOracle__factory>;
|
|
1071
1083
|
getContractFactory(
|
|
1072
1084
|
name: "IPRouterHelper",
|
|
1073
1085
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1384,6 +1396,10 @@ declare module "hardhat/types/runtime" {
|
|
|
1384
1396
|
name: "PendleExchangeRateOracle",
|
|
1385
1397
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1386
1398
|
): Promise<Contracts.PendleExchangeRateOracle__factory>;
|
|
1399
|
+
getContractFactory(
|
|
1400
|
+
name: "PendleGovernanceProxy",
|
|
1401
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1402
|
+
): Promise<Contracts.PendleGovernanceProxy__factory>;
|
|
1387
1403
|
getContractFactory(
|
|
1388
1404
|
name: "PendleMulticallV1",
|
|
1389
1405
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1432,10 +1448,22 @@ declare module "hardhat/types/runtime" {
|
|
|
1432
1448
|
name: "SimulateHelper",
|
|
1433
1449
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1434
1450
|
): Promise<Contracts.SimulateHelper__factory>;
|
|
1451
|
+
getContractFactory(
|
|
1452
|
+
name: "IPossibleSupplyCapInterface",
|
|
1453
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1454
|
+
): Promise<Contracts.IPossibleSupplyCapInterface__factory>;
|
|
1455
|
+
getContractFactory(
|
|
1456
|
+
name: "SupplyCapReader",
|
|
1457
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1458
|
+
): Promise<Contracts.SupplyCapReader__factory>;
|
|
1435
1459
|
getContractFactory(
|
|
1436
1460
|
name: "PendlePtLpOracle",
|
|
1437
1461
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1438
1462
|
): Promise<Contracts.PendlePtLpOracle__factory>;
|
|
1463
|
+
getContractFactory(
|
|
1464
|
+
name: "PendlePYLpOracle",
|
|
1465
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1466
|
+
): Promise<Contracts.PendlePYLpOracle__factory>;
|
|
1439
1467
|
getContractFactory(
|
|
1440
1468
|
name: "PendleRedStoneRateOracleAdapter",
|
|
1441
1469
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1448,6 +1476,14 @@ declare module "hardhat/types/runtime" {
|
|
|
1448
1476
|
name: "BoringPtUsdChainlinkOracle",
|
|
1449
1477
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1450
1478
|
): Promise<Contracts.BoringPtUsdChainlinkOracle__factory>;
|
|
1479
|
+
getContractFactory(
|
|
1480
|
+
name: "BoringPYUsdChainlinkAssetOracle",
|
|
1481
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1482
|
+
): Promise<Contracts.BoringPYUsdChainlinkAssetOracle__factory>;
|
|
1483
|
+
getContractFactory(
|
|
1484
|
+
name: "BoringPYUsdChainlinkSYOracle",
|
|
1485
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
1486
|
+
): Promise<Contracts.BoringPYUsdChainlinkSYOracle__factory>;
|
|
1451
1487
|
getContractFactory(
|
|
1452
1488
|
name: "ActionAddRemoveLiqV3",
|
|
1453
1489
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -2732,6 +2768,11 @@ declare module "hardhat/types/runtime" {
|
|
|
2732
2768
|
address: string,
|
|
2733
2769
|
signer?: ethers.Signer
|
|
2734
2770
|
): Promise<Contracts.IPGaugeControllerMainchain>;
|
|
2771
|
+
getContractAt(
|
|
2772
|
+
name: "IPGovernanceProxy",
|
|
2773
|
+
address: string,
|
|
2774
|
+
signer?: ethers.Signer
|
|
2775
|
+
): Promise<Contracts.IPGovernanceProxy>;
|
|
2735
2776
|
getContractAt(
|
|
2736
2777
|
name: "IPInterestManagerYT",
|
|
2737
2778
|
address: string,
|
|
@@ -2817,6 +2858,11 @@ declare module "hardhat/types/runtime" {
|
|
|
2817
2858
|
address: string,
|
|
2818
2859
|
signer?: ethers.Signer
|
|
2819
2860
|
): Promise<Contracts.IPOracleForSy>;
|
|
2861
|
+
getContractAt(
|
|
2862
|
+
name: "IPPausingInterface",
|
|
2863
|
+
address: string,
|
|
2864
|
+
signer?: ethers.Signer
|
|
2865
|
+
): Promise<Contracts.IPPausingInterface>;
|
|
2820
2866
|
getContractAt(
|
|
2821
2867
|
name: "IPPreviewHelper",
|
|
2822
2868
|
address: string,
|
|
@@ -2837,6 +2883,11 @@ declare module "hardhat/types/runtime" {
|
|
|
2837
2883
|
address: string,
|
|
2838
2884
|
signer?: ethers.Signer
|
|
2839
2885
|
): Promise<Contracts.IPPtLpOracle>;
|
|
2886
|
+
getContractAt(
|
|
2887
|
+
name: "IPPYLpOracle",
|
|
2888
|
+
address: string,
|
|
2889
|
+
signer?: ethers.Signer
|
|
2890
|
+
): Promise<Contracts.IPPYLpOracle>;
|
|
2840
2891
|
getContractAt(
|
|
2841
2892
|
name: "IPRouterHelper",
|
|
2842
2893
|
address: string,
|
|
@@ -3232,6 +3283,11 @@ declare module "hardhat/types/runtime" {
|
|
|
3232
3283
|
address: string,
|
|
3233
3284
|
signer?: ethers.Signer
|
|
3234
3285
|
): Promise<Contracts.PendleExchangeRateOracle>;
|
|
3286
|
+
getContractAt(
|
|
3287
|
+
name: "PendleGovernanceProxy",
|
|
3288
|
+
address: string,
|
|
3289
|
+
signer?: ethers.Signer
|
|
3290
|
+
): Promise<Contracts.PendleGovernanceProxy>;
|
|
3235
3291
|
getContractAt(
|
|
3236
3292
|
name: "PendleMulticallV1",
|
|
3237
3293
|
address: string,
|
|
@@ -3292,11 +3348,26 @@ declare module "hardhat/types/runtime" {
|
|
|
3292
3348
|
address: string,
|
|
3293
3349
|
signer?: ethers.Signer
|
|
3294
3350
|
): Promise<Contracts.SimulateHelper>;
|
|
3351
|
+
getContractAt(
|
|
3352
|
+
name: "IPossibleSupplyCapInterface",
|
|
3353
|
+
address: string,
|
|
3354
|
+
signer?: ethers.Signer
|
|
3355
|
+
): Promise<Contracts.IPossibleSupplyCapInterface>;
|
|
3356
|
+
getContractAt(
|
|
3357
|
+
name: "SupplyCapReader",
|
|
3358
|
+
address: string,
|
|
3359
|
+
signer?: ethers.Signer
|
|
3360
|
+
): Promise<Contracts.SupplyCapReader>;
|
|
3295
3361
|
getContractAt(
|
|
3296
3362
|
name: "PendlePtLpOracle",
|
|
3297
3363
|
address: string,
|
|
3298
3364
|
signer?: ethers.Signer
|
|
3299
3365
|
): Promise<Contracts.PendlePtLpOracle>;
|
|
3366
|
+
getContractAt(
|
|
3367
|
+
name: "PendlePYLpOracle",
|
|
3368
|
+
address: string,
|
|
3369
|
+
signer?: ethers.Signer
|
|
3370
|
+
): Promise<Contracts.PendlePYLpOracle>;
|
|
3300
3371
|
getContractAt(
|
|
3301
3372
|
name: "PendleRedStoneRateOracleAdapter",
|
|
3302
3373
|
address: string,
|
|
@@ -3312,6 +3383,16 @@ declare module "hardhat/types/runtime" {
|
|
|
3312
3383
|
address: string,
|
|
3313
3384
|
signer?: ethers.Signer
|
|
3314
3385
|
): Promise<Contracts.BoringPtUsdChainlinkOracle>;
|
|
3386
|
+
getContractAt(
|
|
3387
|
+
name: "BoringPYUsdChainlinkAssetOracle",
|
|
3388
|
+
address: string,
|
|
3389
|
+
signer?: ethers.Signer
|
|
3390
|
+
): Promise<Contracts.BoringPYUsdChainlinkAssetOracle>;
|
|
3391
|
+
getContractAt(
|
|
3392
|
+
name: "BoringPYUsdChainlinkSYOracle",
|
|
3393
|
+
address: string,
|
|
3394
|
+
signer?: ethers.Signer
|
|
3395
|
+
): Promise<Contracts.BoringPYUsdChainlinkSYOracle>;
|
|
3315
3396
|
getContractAt(
|
|
3316
3397
|
name: "ActionAddRemoveLiqV3",
|
|
3317
3398
|
address: string,
|
package/typechain-types/index.ts
CHANGED
|
@@ -243,6 +243,7 @@ export type { IPFeeDistributorV2 } from "./IPFeeDistributorV2";
|
|
|
243
243
|
export type { IPGauge } from "./IPGauge";
|
|
244
244
|
export type { IPGaugeController } from "./IPGaugeController";
|
|
245
245
|
export type { IPGaugeControllerMainchain } from "./IPGaugeControllerMainchain";
|
|
246
|
+
export type { IPGovernanceProxy } from "./IPGovernanceProxy";
|
|
246
247
|
export type { IPInterestManagerYT } from "./IPInterestManagerYT";
|
|
247
248
|
export type { IPInterestManagerYTV2 } from "./IPInterestManagerYTV2";
|
|
248
249
|
export type { IPLimitRouter } from "./IPLimitRouter";
|
|
@@ -260,10 +261,12 @@ export type { IPMsgReceiverApp } from "./IPMsgReceiverApp";
|
|
|
260
261
|
export type { IPMsgSendEndpoint } from "./IPMsgSendEndpoint";
|
|
261
262
|
export type { IPOffchainStorage } from "./IPOffchainStorage";
|
|
262
263
|
export type { IPOracleForSy } from "./IPOracleForSy";
|
|
264
|
+
export type { IPPausingInterface } from "./IPPausingInterface";
|
|
263
265
|
export type { IPPreviewHelper } from "./IPPreviewHelper";
|
|
264
266
|
export type { IPPriceFeed } from "./IPPriceFeed";
|
|
265
267
|
export type { IPPrincipalToken } from "./IPPrincipalToken";
|
|
266
268
|
export type { IPPtLpOracle } from "./IPPtLpOracle";
|
|
269
|
+
export type { IPPYLpOracle } from "./IPPYLpOracle";
|
|
267
270
|
export type { IPRouterHelper } from "./IPRouterHelper";
|
|
268
271
|
export type { IPRouterStatic } from "./IPRouterStatic";
|
|
269
272
|
export type { IPVeToken } from "./IPVeToken";
|
|
@@ -343,6 +346,7 @@ export type { StarNFTV1 } from "./StarNFTV1";
|
|
|
343
346
|
export type { LimitBackendHelper } from "./LimitBackendHelper";
|
|
344
347
|
export type { Multicall2 } from "./Multicall2";
|
|
345
348
|
export type { PendleExchangeRateOracle } from "./PendleExchangeRateOracle";
|
|
349
|
+
export type { PendleGovernanceProxy } from "./PendleGovernanceProxy";
|
|
346
350
|
export type { PendleMulticallV1 } from "./PendleMulticallV1";
|
|
347
351
|
export type { PendleMulticallV2 } from "./PendleMulticallV2";
|
|
348
352
|
export type { PendleOffchainStorage } from "./PendleOffchainStorage";
|
|
@@ -355,10 +359,15 @@ export type { ActionStorageStatic } from "./ActionStorageStatic";
|
|
|
355
359
|
export type { ActionVePendleStatic } from "./ActionVePendleStatic";
|
|
356
360
|
export type { PendleRouterStatic } from "./PendleRouterStatic";
|
|
357
361
|
export type { SimulateHelper } from "./SimulateHelper";
|
|
362
|
+
export type { IPossibleSupplyCapInterface } from "./IPossibleSupplyCapInterface";
|
|
363
|
+
export type { SupplyCapReader } from "./SupplyCapReader";
|
|
358
364
|
export type { PendlePtLpOracle } from "./PendlePtLpOracle";
|
|
365
|
+
export type { PendlePYLpOracle } from "./PendlePYLpOracle";
|
|
359
366
|
export type { PendleRedStoneRateOracleAdapter } from "./PendleRedStoneRateOracleAdapter";
|
|
360
367
|
export type { BoringLpGlpOracle } from "./BoringLpGlpOracle";
|
|
361
368
|
export type { BoringPtUsdChainlinkOracle } from "./BoringPtUsdChainlinkOracle";
|
|
369
|
+
export type { BoringPYUsdChainlinkAssetOracle } from "./BoringPYUsdChainlinkAssetOracle";
|
|
370
|
+
export type { BoringPYUsdChainlinkSYOracle } from "./BoringPYUsdChainlinkSYOracle";
|
|
362
371
|
export type { ActionAddRemoveLiqV3 } from "./ActionAddRemoveLiqV3";
|
|
363
372
|
export type { ActionCallbackV3 } from "./ActionCallbackV3";
|
|
364
373
|
export type { ActionMiscV3 } from "./ActionMiscV3";
|
|
@@ -619,6 +628,7 @@ export { IPFeeDistributorV2__factory } from "./factories/IPFeeDistributorV2__fac
|
|
|
619
628
|
export { IPGauge__factory } from "./factories/IPGauge__factory";
|
|
620
629
|
export { IPGaugeController__factory } from "./factories/IPGaugeController__factory";
|
|
621
630
|
export { IPGaugeControllerMainchain__factory } from "./factories/IPGaugeControllerMainchain__factory";
|
|
631
|
+
export { IPGovernanceProxy__factory } from "./factories/IPGovernanceProxy__factory";
|
|
622
632
|
export { IPInterestManagerYT__factory } from "./factories/IPInterestManagerYT__factory";
|
|
623
633
|
export { IPInterestManagerYTV2__factory } from "./factories/IPInterestManagerYTV2__factory";
|
|
624
634
|
export { IPLimitRouter__factory } from "./factories/IPLimitRouter__factory";
|
|
@@ -636,10 +646,12 @@ export { IPMsgReceiverApp__factory } from "./factories/IPMsgReceiverApp__factory
|
|
|
636
646
|
export { IPMsgSendEndpoint__factory } from "./factories/IPMsgSendEndpoint__factory";
|
|
637
647
|
export { IPOffchainStorage__factory } from "./factories/IPOffchainStorage__factory";
|
|
638
648
|
export { IPOracleForSy__factory } from "./factories/IPOracleForSy__factory";
|
|
649
|
+
export { IPPausingInterface__factory } from "./factories/IPPausingInterface__factory";
|
|
639
650
|
export { IPPreviewHelper__factory } from "./factories/IPPreviewHelper__factory";
|
|
640
651
|
export { IPPriceFeed__factory } from "./factories/IPPriceFeed__factory";
|
|
641
652
|
export { IPPrincipalToken__factory } from "./factories/IPPrincipalToken__factory";
|
|
642
653
|
export { IPPtLpOracle__factory } from "./factories/IPPtLpOracle__factory";
|
|
654
|
+
export { IPPYLpOracle__factory } from "./factories/IPPYLpOracle__factory";
|
|
643
655
|
export { IPRouterHelper__factory } from "./factories/IPRouterHelper__factory";
|
|
644
656
|
export { IPRouterStatic__factory } from "./factories/IPRouterStatic__factory";
|
|
645
657
|
export { IPVeToken__factory } from "./factories/IPVeToken__factory";
|
|
@@ -719,6 +731,7 @@ export { StarNFTV1__factory } from "./factories/StarNFTV1__factory";
|
|
|
719
731
|
export { LimitBackendHelper__factory } from "./factories/LimitBackendHelper__factory";
|
|
720
732
|
export { Multicall2__factory } from "./factories/Multicall2__factory";
|
|
721
733
|
export { PendleExchangeRateOracle__factory } from "./factories/PendleExchangeRateOracle__factory";
|
|
734
|
+
export { PendleGovernanceProxy__factory } from "./factories/PendleGovernanceProxy__factory";
|
|
722
735
|
export { PendleMulticallV1__factory } from "./factories/PendleMulticallV1__factory";
|
|
723
736
|
export { PendleMulticallV2__factory } from "./factories/PendleMulticallV2__factory";
|
|
724
737
|
export { PendleOffchainStorage__factory } from "./factories/PendleOffchainStorage__factory";
|
|
@@ -731,10 +744,15 @@ export { ActionStorageStatic__factory } from "./factories/ActionStorageStatic__f
|
|
|
731
744
|
export { ActionVePendleStatic__factory } from "./factories/ActionVePendleStatic__factory";
|
|
732
745
|
export { PendleRouterStatic__factory } from "./factories/PendleRouterStatic__factory";
|
|
733
746
|
export { SimulateHelper__factory } from "./factories/SimulateHelper__factory";
|
|
747
|
+
export { IPossibleSupplyCapInterface__factory } from "./factories/IPossibleSupplyCapInterface__factory";
|
|
748
|
+
export { SupplyCapReader__factory } from "./factories/SupplyCapReader__factory";
|
|
734
749
|
export { PendlePtLpOracle__factory } from "./factories/PendlePtLpOracle__factory";
|
|
750
|
+
export { PendlePYLpOracle__factory } from "./factories/PendlePYLpOracle__factory";
|
|
735
751
|
export { PendleRedStoneRateOracleAdapter__factory } from "./factories/PendleRedStoneRateOracleAdapter__factory";
|
|
736
752
|
export { BoringLpGlpOracle__factory } from "./factories/BoringLpGlpOracle__factory";
|
|
737
753
|
export { BoringPtUsdChainlinkOracle__factory } from "./factories/BoringPtUsdChainlinkOracle__factory";
|
|
754
|
+
export { BoringPYUsdChainlinkAssetOracle__factory } from "./factories/BoringPYUsdChainlinkAssetOracle__factory";
|
|
755
|
+
export { BoringPYUsdChainlinkSYOracle__factory } from "./factories/BoringPYUsdChainlinkSYOracle__factory";
|
|
738
756
|
export { ActionAddRemoveLiqV3__factory } from "./factories/ActionAddRemoveLiqV3__factory";
|
|
739
757
|
export { ActionCallbackV3__factory } from "./factories/ActionCallbackV3__factory";
|
|
740
758
|
export { ActionMiscV3__factory } from "./factories/ActionMiscV3__factory";
|