@pendle/core-v2 6.6.0 → 6.6.1
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/cross-chain/FixedPricePTAMMV2.sol/FixedPricePTAMMV2.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/FixedPricePTAMMV2.sol/FixedPricePTAMMV2.json +766 -0
- package/build/artifacts/contracts/cross-chain/PendleSwapHelper.sol/PendleSwapHelper.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/PendleSwapHelper.sol/PendleSwapHelper.json +99 -0
- package/build/artifacts/contracts/cross-chain/funder/BridgeFunder.sol/BridgeFunder.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/funder/BridgeFunder.sol/BridgeFunder.json +210 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/hub/OFTAdapterAltImpl.sol/OFTAdapterAltImpl.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/hub/OFTAdapterAltImpl.sol/OFTAdapterAltImpl.json +1294 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol/PendleBridgedPrincipalTokenAlt.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol/PendleBridgedPrincipalTokenAlt.json +1602 -0
- package/build/artifacts/contracts/interfaces/IMarketSweed.sol/IMarketSweed.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +0 -88
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPBridgeFunder.sol/IPBridgeFunder.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPBridgeFunder.sol/IPBridgeFunder.json +85 -0
- package/build/artifacts/contracts/interfaces/IPFixedPricePTAMMV2.sol/IPFixedPricePTAMMSwapCallback.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/{IPFixedPricePTAMM.sol → IPFixedPricePTAMMV2.sol}/IPFixedPricePTAMMSwapCallback.json +1 -1
- package/build/artifacts/contracts/interfaces/IPFixedPricePTAMMV2.sol/IPFixedPricePTAMMV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/{IPFixedPricePTAMM.sol/IPFixedPricePTAMM.json → IPFixedPricePTAMMV2.sol/IPFixedPricePTAMMV2.json} +285 -93
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +156 -0
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPSwapHelper.sol/IPSwapHelper.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/{IPActionCrossChain.sol/IPActionCrossChain.json → IPSwapHelper.sol/IPSwapHelper.json} +2 -2
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +1 -1
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +2 -2
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +258 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +1 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +265 -3
- package/build/artifacts/contracts/limit/helpers/MintSyHelper.sol/MintSyHelper.dbg.json +4 -0
- package/build/artifacts/contracts/limit/helpers/MintSyHelper.sol/MintSyHelper.json +156 -0
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelperV2.sol/LimitBackendHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelperV2.sol/LimitBackendHelperV2.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/MarketSweed.sol/MarketSweed.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/MarketSweed.sol/MarketSweed.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/PendleFeeSetter.sol/PendleFeeSetter.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/PendleFeeSetter.sol/PendleFeeSetter.json +33 -2
- package/build/artifacts/contracts/offchain-helpers/PendleProxyAdmin.sol/PendleProxyAdmin.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleProxyAdmin.sol/PendleProxyAdmin.json +171 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +2 -2
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +2 -2
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +2 -2
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +2 -2
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2 -2
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +1 -1
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +2 -2
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +1 -1
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +2 -2
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.json +2 -2
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +2 -2
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +2 -2
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +2 -2
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.json +2 -2
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.json +2 -2
- package/contracts/cross-chain/FixedPricePTAMMV2.sol +162 -0
- package/contracts/{router/ActionCrossChain.sol → cross-chain/PendleSwapHelper.sol} +11 -7
- package/contracts/cross-chain/funder/BridgeFunder.sol +61 -0
- package/contracts/cross-chain/oftImpl/hub/OFTAdapterAltImpl.sol +55 -0
- package/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol +64 -0
- package/contracts/interfaces/IPAllActionTypeV3.sol +1 -0
- package/contracts/interfaces/IPAllActionV3.sol +1 -3
- package/contracts/interfaces/IPBridgeFunder.sol +17 -0
- package/contracts/interfaces/IPFixedPricePTAMMV2.sol +58 -0
- package/contracts/interfaces/IPLimitRouter.sol +22 -0
- package/contracts/interfaces/{IPActionCrossChain.sol → IPSwapHelper.sol} +1 -1
- package/contracts/limit/LimitRouterBase.sol +101 -47
- package/contracts/limit/PendleLimitRouter.sol +1 -1
- package/contracts/limit/helpers/MintSyHelper.sol +114 -0
- package/contracts/offchain-helpers/PendleFeeSetter.sol +19 -1
- package/contracts/offchain-helpers/PendleProxyAdmin.sol +11 -0
- package/contracts/router/base/ActionBase.sol +16 -2
- package/deployments/1-core.json +1 -0
- package/deployments/1-offchain-helper.json +1 -1
- package/deployments/10-core.json +1 -0
- package/deployments/10-offchain-helper.json +1 -1
- package/deployments/130-core.json +1 -0
- package/deployments/143-core.json +1 -0
- package/deployments/146-core.json +1 -0
- package/deployments/146-offchain-helper.json +1 -1
- package/deployments/42161-core.json +1 -0
- package/deployments/42161-offchain-helper.json +1 -1
- package/deployments/4217-core.json +14 -0
- package/deployments/43114-core.json +1 -0
- package/deployments/5000-core.json +1 -0
- package/deployments/5000-offchain-helper.json +1 -1
- package/deployments/56-core.json +1 -0
- package/deployments/56-offchain-helper.json +1 -1
- package/deployments/57073-core.json +1 -0
- package/deployments/747474-core.json +1 -0
- package/deployments/80094-core.json +1 -0
- package/deployments/80094-offchain-helper.json +1 -1
- package/deployments/8453-core.json +1 -0
- package/deployments/8453-offchain-helper.json +1 -1
- package/deployments/9745-core.json +1 -0
- package/deployments/9745-offchain-helper.json +1 -1
- package/deployments/999-core.json +1 -0
- package/deployments/999-offchain-helper.json +1 -1
- package/package.json +1 -1
- package/typechain-types/BridgeFunder.ts +344 -0
- package/typechain-types/FixedPricePTAMMV2.ts +1104 -0
- package/typechain-types/IPAllActionV3.ts +0 -54
- package/typechain-types/IPBridgeFunder.ts +165 -0
- package/typechain-types/IPFixedPricePTAMMV2.ts +864 -0
- package/typechain-types/IPLimitRouter.ts +104 -0
- package/typechain-types/IPSwapHelper.ts +161 -0
- package/typechain-types/LimitRouterBase.ts +233 -5
- package/typechain-types/MintSyHelper.ts +230 -0
- package/typechain-types/OFTAdapterAltImpl.ts +1350 -0
- package/typechain-types/PendleBridgedPrincipalTokenAlt.ts +1708 -0
- package/typechain-types/PendleFeeSetter.ts +53 -0
- package/typechain-types/PendleLimitRouter.ts +233 -5
- package/typechain-types/PendleProxyAdmin.ts +341 -0
- package/typechain-types/PendleSwapHelper.ts +161 -0
- package/typechain-types/ProxyAdmin.ts +341 -0
- package/typechain-types/factories/ActionAddRemoveLiqV3__factory.ts +1 -1
- package/typechain-types/factories/ActionCallbackV3__factory.ts +1 -1
- package/typechain-types/factories/ActionInfoStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMiscV3__factory.ts +1 -1
- package/typechain-types/factories/ActionSimple__factory.ts +1 -1
- package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionStorageV4__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapPTV3__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapYTV3__factory.ts +1 -1
- package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
- package/typechain-types/factories/BridgeFunder__factory.ts +265 -0
- package/typechain-types/factories/ExpiredLpPtRedeemer__factory.ts +1 -1
- package/typechain-types/factories/FixedPricePTAMMV2__factory.ts +824 -0
- package/typechain-types/factories/IPAllActionV3__factory.ts +0 -88
- package/typechain-types/factories/IPBridgeFunder__factory.ts +100 -0
- package/typechain-types/factories/IPFixedPricePTAMMV2__factory.ts +621 -0
- package/typechain-types/factories/IPLimitRouter__factory.ts +156 -0
- package/typechain-types/factories/IPSwapHelper__factory.ts +111 -0
- package/typechain-types/factories/LimitBackendHelperV2__factory.ts +1 -1
- package/typechain-types/factories/LimitRouterBase__factory.ts +258 -1
- package/typechain-types/factories/MarketSweed__factory.ts +1 -1
- package/typechain-types/factories/MintSyHelper__factory.ts +168 -0
- package/typechain-types/factories/OFTAdapterAltImpl__factory.ts +1363 -0
- package/typechain-types/factories/PendleBridgedPrincipalTokenAlt__factory.ts +1702 -0
- package/typechain-types/factories/PendleCommonPoolDeployHelperV2__factory.ts +1 -1
- package/typechain-types/factories/PendleFeeSetter__factory.ts +36 -1
- package/typechain-types/factories/PendleLimitRouter__factory.ts +268 -3
- package/typechain-types/factories/PendlePoolDeployHelperV2__factory.ts +1 -1
- package/typechain-types/factories/PendlePoolDeployHelper__factory.ts +1 -1
- package/typechain-types/factories/PendleProxyAdmin__factory.ts +229 -0
- package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
- package/typechain-types/factories/PendleRouterV4__factory.ts +1 -1
- package/typechain-types/factories/PendleSwapHelper__factory.ts +152 -0
- package/typechain-types/factories/ProxyAdmin__factory.ts +210 -0
- package/typechain-types/factories/Reflector__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +108 -0
- package/typechain-types/index.ts +22 -0
- package/build/artifacts/contracts/cross-chain/FixedPricePTAMM.sol/FixedPricePTAMM.dbg.json +0 -4
- package/build/artifacts/contracts/cross-chain/FixedPricePTAMM.sol/FixedPricePTAMM.json +0 -667
- package/build/artifacts/contracts/interfaces/IPActionCrossChain.sol/IPActionCrossChain.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPFixedPricePTAMM.sol/IPFixedPricePTAMM.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPFixedPricePTAMM.sol/IPFixedPricePTAMMSwapCallback.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionCrossChain.sol/ActionCrossChain.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionCrossChain.sol/ActionCrossChain.json +0 -99
- package/contracts/cross-chain/FixedPricePTAMM.sol +0 -200
- package/contracts/interfaces/IPFixedPricePTAMM.sol +0 -69
|
@@ -0,0 +1,210 @@
|
|
|
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 { ProxyAdmin, ProxyAdminInterface } from "../ProxyAdmin";
|
|
7
|
+
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
anonymous: false,
|
|
11
|
+
inputs: [
|
|
12
|
+
{
|
|
13
|
+
indexed: true,
|
|
14
|
+
internalType: "address",
|
|
15
|
+
name: "previousOwner",
|
|
16
|
+
type: "address",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
indexed: true,
|
|
20
|
+
internalType: "address",
|
|
21
|
+
name: "newOwner",
|
|
22
|
+
type: "address",
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
name: "OwnershipTransferred",
|
|
26
|
+
type: "event",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
inputs: [
|
|
30
|
+
{
|
|
31
|
+
internalType: "contract ITransparentUpgradeableProxy",
|
|
32
|
+
name: "proxy",
|
|
33
|
+
type: "address",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
internalType: "address",
|
|
37
|
+
name: "newAdmin",
|
|
38
|
+
type: "address",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
name: "changeProxyAdmin",
|
|
42
|
+
outputs: [],
|
|
43
|
+
stateMutability: "nonpayable",
|
|
44
|
+
type: "function",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
inputs: [
|
|
48
|
+
{
|
|
49
|
+
internalType: "contract ITransparentUpgradeableProxy",
|
|
50
|
+
name: "proxy",
|
|
51
|
+
type: "address",
|
|
52
|
+
},
|
|
53
|
+
],
|
|
54
|
+
name: "getProxyAdmin",
|
|
55
|
+
outputs: [
|
|
56
|
+
{
|
|
57
|
+
internalType: "address",
|
|
58
|
+
name: "",
|
|
59
|
+
type: "address",
|
|
60
|
+
},
|
|
61
|
+
],
|
|
62
|
+
stateMutability: "view",
|
|
63
|
+
type: "function",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
inputs: [
|
|
67
|
+
{
|
|
68
|
+
internalType: "contract ITransparentUpgradeableProxy",
|
|
69
|
+
name: "proxy",
|
|
70
|
+
type: "address",
|
|
71
|
+
},
|
|
72
|
+
],
|
|
73
|
+
name: "getProxyImplementation",
|
|
74
|
+
outputs: [
|
|
75
|
+
{
|
|
76
|
+
internalType: "address",
|
|
77
|
+
name: "",
|
|
78
|
+
type: "address",
|
|
79
|
+
},
|
|
80
|
+
],
|
|
81
|
+
stateMutability: "view",
|
|
82
|
+
type: "function",
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
inputs: [],
|
|
86
|
+
name: "owner",
|
|
87
|
+
outputs: [
|
|
88
|
+
{
|
|
89
|
+
internalType: "address",
|
|
90
|
+
name: "",
|
|
91
|
+
type: "address",
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
stateMutability: "view",
|
|
95
|
+
type: "function",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
inputs: [],
|
|
99
|
+
name: "renounceOwnership",
|
|
100
|
+
outputs: [],
|
|
101
|
+
stateMutability: "nonpayable",
|
|
102
|
+
type: "function",
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
inputs: [
|
|
106
|
+
{
|
|
107
|
+
internalType: "address",
|
|
108
|
+
name: "newOwner",
|
|
109
|
+
type: "address",
|
|
110
|
+
},
|
|
111
|
+
],
|
|
112
|
+
name: "transferOwnership",
|
|
113
|
+
outputs: [],
|
|
114
|
+
stateMutability: "nonpayable",
|
|
115
|
+
type: "function",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
inputs: [
|
|
119
|
+
{
|
|
120
|
+
internalType: "contract ITransparentUpgradeableProxy",
|
|
121
|
+
name: "proxy",
|
|
122
|
+
type: "address",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
internalType: "address",
|
|
126
|
+
name: "implementation",
|
|
127
|
+
type: "address",
|
|
128
|
+
},
|
|
129
|
+
],
|
|
130
|
+
name: "upgrade",
|
|
131
|
+
outputs: [],
|
|
132
|
+
stateMutability: "nonpayable",
|
|
133
|
+
type: "function",
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
inputs: [
|
|
137
|
+
{
|
|
138
|
+
internalType: "contract ITransparentUpgradeableProxy",
|
|
139
|
+
name: "proxy",
|
|
140
|
+
type: "address",
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
internalType: "address",
|
|
144
|
+
name: "implementation",
|
|
145
|
+
type: "address",
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
internalType: "bytes",
|
|
149
|
+
name: "data",
|
|
150
|
+
type: "bytes",
|
|
151
|
+
},
|
|
152
|
+
],
|
|
153
|
+
name: "upgradeAndCall",
|
|
154
|
+
outputs: [],
|
|
155
|
+
stateMutability: "payable",
|
|
156
|
+
type: "function",
|
|
157
|
+
},
|
|
158
|
+
];
|
|
159
|
+
|
|
160
|
+
const _bytecode =
|
|
161
|
+
"0x6080604052348015600e575f5ffd5b50601633601a565b6069565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b610670806100765f395ff3fe60806040526004361061006a575f3560e01c8063204e1c7a1461006e578063715018a6146100a35780637eff275e146100b95780638da5cb5b146100d85780639623609d146100ec57806399a88ec4146100ff578063f2fde38b1461011e578063f3b7dead1461013d575b5f5ffd5b348015610079575f5ffd5b5061008d610088366004610470565b61015c565b60405161009a9190610492565b60405180910390f35b3480156100ae575f5ffd5b506100b76101e7565b005b3480156100c4575f5ffd5b506100b76100d33660046104a6565b6101fa565b3480156100e3575f5ffd5b5061008d61025f565b6100b76100fa3660046104f1565b61026d565b34801561010a575f5ffd5b506100b76101193660046104a6565b6102d8565b348015610129575f5ffd5b506100b7610138366004610470565b61030c565b348015610148575f5ffd5b5061008d610157366004610470565b61038a565b5f5f5f836001600160a01b031660405161018090635c60da1b60e01b815260040190565b5f60405180830381855afa9150503d805f81146101b8576040519150601f19603f3d011682016040523d82523d5f602084013e6101bd565b606091505b5091509150816101cb575f5ffd5b808060200190518101906101df91906105c5565b949350505050565b6101ef6103ae565b6101f85f61040d565b565b6102026103ae565b6040516308f2839760e41b81526001600160a01b03831690638f2839709061022e908490600401610492565b5f604051808303815f87803b158015610245575f5ffd5b505af1158015610257573d5f5f3e3d5ffd5b505050505050565b5f546001600160a01b031690565b6102756103ae565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906102a590869086906004016105e0565b5f604051808303818588803b1580156102bc575f5ffd5b505af11580156102ce573d5f5f3e3d5ffd5b5050505050505050565b6102e06103ae565b604051631b2ce7f360e11b81526001600160a01b03831690633659cfe69061022e908490600401610492565b6103146103ae565b6001600160a01b03811661037e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b6103878161040d565b50565b5f5f5f836001600160a01b0316604051610180906303e1469160e61b815260040190565b336103b761025f565b6001600160a01b0316146101f85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610375565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381168114610387575f5ffd5b5f60208284031215610480575f5ffd5b813561048b8161045c565b9392505050565b6001600160a01b0391909116815260200190565b5f5f604083850312156104b7575f5ffd5b82356104c28161045c565b915060208301356104d28161045c565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f60608486031215610503575f5ffd5b833561050e8161045c565b9250602084013561051e8161045c565b915060408401356001600160401b03811115610538575f5ffd5b8401601f81018613610548575f5ffd5b80356001600160401b03811115610561576105616104dd565b604051601f8201601f19908116603f011681016001600160401b038111828210171561058f5761058f6104dd565b6040528181528282016020018810156105a6575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f602082840312156105d5575f5ffd5b815161048b8161045c565b60018060a01b0383168152604060208201525f82518060408401525f5b8181101561061a57602081860181015160608684010152016105fd565b505f606082850101526060601f19601f830116840101915050939250505056fea26469706673582212205b50b2723d9b90cf7b7828f3ef651a4fbf26fc6a438fc6b358a328ee1771813a64736f6c634300081e0033";
|
|
162
|
+
|
|
163
|
+
type ProxyAdminConstructorParams =
|
|
164
|
+
| [signer?: Signer]
|
|
165
|
+
| ConstructorParameters<typeof ContractFactory>;
|
|
166
|
+
|
|
167
|
+
const isSuperArgs = (
|
|
168
|
+
xs: ProxyAdminConstructorParams
|
|
169
|
+
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
170
|
+
|
|
171
|
+
export class ProxyAdmin__factory extends ContractFactory {
|
|
172
|
+
constructor(...args: ProxyAdminConstructorParams) {
|
|
173
|
+
if (isSuperArgs(args)) {
|
|
174
|
+
super(...args);
|
|
175
|
+
} else {
|
|
176
|
+
super(_abi, _bytecode, args[0]);
|
|
177
|
+
}
|
|
178
|
+
this.contractName = "ProxyAdmin";
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
deploy(
|
|
182
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
183
|
+
): Promise<ProxyAdmin> {
|
|
184
|
+
return super.deploy(overrides || {}) as Promise<ProxyAdmin>;
|
|
185
|
+
}
|
|
186
|
+
getDeployTransaction(
|
|
187
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
188
|
+
): TransactionRequest {
|
|
189
|
+
return super.getDeployTransaction(overrides || {});
|
|
190
|
+
}
|
|
191
|
+
attach(address: string): ProxyAdmin {
|
|
192
|
+
return super.attach(address) as ProxyAdmin;
|
|
193
|
+
}
|
|
194
|
+
connect(signer: Signer): ProxyAdmin__factory {
|
|
195
|
+
return super.connect(signer) as ProxyAdmin__factory;
|
|
196
|
+
}
|
|
197
|
+
static readonly contractName: "ProxyAdmin";
|
|
198
|
+
public readonly contractName: "ProxyAdmin";
|
|
199
|
+
static readonly bytecode = _bytecode;
|
|
200
|
+
static readonly abi = _abi;
|
|
201
|
+
static createInterface(): ProxyAdminInterface {
|
|
202
|
+
return new utils.Interface(_abi) as ProxyAdminInterface;
|
|
203
|
+
}
|
|
204
|
+
static connect(
|
|
205
|
+
address: string,
|
|
206
|
+
signerOrProvider: Signer | Provider
|
|
207
|
+
): ProxyAdmin {
|
|
208
|
+
return new Contract(address, _abi, signerOrProvider) as ProxyAdmin;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
@@ -32,7 +32,7 @@ const _abi = [
|
|
|
32
32
|
];
|
|
33
33
|
|
|
34
34
|
const _bytecode =
|
|
35
|
-
"0x6080604052348015600e575f5ffd5b50611a0f8061001c5f395ff3fe608060405260043610610020575f3560e01c8063ef4093631461002b575f5ffd5b3661002757005b5f5ffd5b348015610036575f5ffd5b5061004a610045366004610d39565b610060565b6040516100579190610df2565b60405180910390f35b60605f5f5f5f610070878761011b565b93509350935093505f73888888888889758f76e7103c6cbf23abbf58f9466001600160a01b031685856040516100a69190610e04565b5f6040518083038185875af1925050503d805f81146100e0576040519150601f19603f3d011682016040523d82523d5f602084013e6100e5565b606091505b5096509050806100f757855186602001fd5b6001600160a01b03821615610110576101108383610450565b505050505092915050565b5f606081808061012e600482888a610e1f565b61013791610e46565b9050365f610148886004818c610e1f565b90925090506001600160e01b0319831663092ccd6360e11b148061017c57506001600160e01b0319831663640fc23d60e11b145b8061019757506001600160e01b031983166376a4483f60e11b145b15610225575f80808080806101ae878901896113d1565b9550955095509550955095506101c3826104ef565b9c50888686868686866040516024016101e19695949392919061171e565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091529b509499509297506104449350505050565b63c241e3ab60e01b6001600160e01b03198416016102c0575f8080808061024e8688018861177e565b94509450945094509450610261816104ef565b9b5087858585858560405160240161027d9594939291906117ee565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091529a5093985091965061044492505050565b6001600160e01b031983166358bda47560e01b14806102ef57506001600160e01b03198316630a94245f60e21b145b8061030a57506001600160e01b03198316637b8b4b9560e01b145b1561034f575f8080808061032086880188611827565b955095509550509450945087858561033787610616565b86868660405160240161027d96959493929190611890565b633dde3dab60e11b6001600160e01b0319841601610400575f808080610377858701876118e3565b94509450509350935086848461038c86610616565b6040516001600160a01b03938416602482015292909116604483015260648201526084810184905260a4810183905260c40160408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091529950929750909550610444915050565b60405162461bcd60e51b81526020600482015260146024820152732aa729aaa82827a92a22a22fa9a2a622a1aa27a960611b60448201526064015b60405180910390fd5b50505092959194509250565b5f5f5f836001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa15801561048f573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104b39190611930565b9250925092506104cc83866104c78661075c565b6107cf565b6104da82866104c78561075c565b6104e881866104c78461075c565b5050505050565b5f80608083015151600a811115610508576105086114b1565b1415801561052d57506003608083015151600a81111561052a5761052a6114b1565b14155b1561057b5781608001516060015161057b5760405162461bcd60e51b815260206004820152601160248201527014d0d0531157d254d7d491545552549151607a1b604482015260640161043b565b8151610586906108ac565b602083015281516001600160a01b03166105a257506020015190565b81516001600160a01b03165f9081526020819052604090205460ff166106115781516105ed906001600160a01b031673888888888889758f76e7103c6cbf23abbf58f9465f196108b7565b81516001600160a01b03165f908152602081905260409020805460ff191660011790555b919050565b5f5f826001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610654573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106789190611930565b50506040516370a0823160e01b81529091506001600160a01b038216906370a08231906106a990309060040161197a565b602060405180830381865afa1580156106c4573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e8919061198e565b6001600160a01b0382165f9081526020819052604090205490925060ff16610756576107336001600160a01b03821673888888888889758f76e7103c6cbf23abbf58f9465f196108b7565b6001600160a01b0381165f908152602081905260409020805460ff191660011790555b50919050565b6040516370a0823160e01b81525f906001600160a01b038316906370a082319061078a90309060040161197a565b602060405180830381865afa1580156107a5573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107c9919061198e565b92915050565b8015806107e457506001600160a01b03821630145b156107ee57505050565b6001600160a01b038316610893575f826001600160a01b0316826040515f6040518083038185875af1925050503d805f8114610845576040519150601f19603f3d011682016040523d82523d5f602084013e61084a565b606091505b505090508061088d5760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b604482015260640161043b565b50505050565b6108a76001600160a01b0384168383610981565b505050565b5f6107c930836109a0565b5f63095ea7b360e01b83836040516024016108d39291906119a5565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290506109118482610a33565b61088d576040516001600160a01b03841660248201525f604482015261097790859063095ea7b360e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610acf565b61088d8482610acf565b6108a78363a9059cbb60e01b84846040516024016109409291906119a5565b5f6001600160a01b03821615610a20576040516370a0823160e01b81526001600160a01b038316906370a08231906109dc90869060040161197a565b602060405180830381865afa1580156109f7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a1b919061198e565b610a2c565b826001600160a01b0316315b9392505050565b5f5f5f846001600160a01b031684604051610a4e9190610e04565b5f604051808303815f865af19150503d805f8114610a87576040519150601f19603f3d011682016040523d82523d5f602084013e610a8c565b606091505b5091509150818015610ab6575080511580610ab6575080806020019051810190610ab691906119be565b8015610ac65750610ac685610ba2565b95945050505050565b5f610b23826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610bb19092919063ffffffff16565b905080515f1480610b43575080806020019051810190610b4391906119be565b6108a75760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161043b565b6001600160a01b03163b151590565b6060610bbf84845f85610bc7565b949350505050565b606082471015610c285760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161043b565b5f5f866001600160a01b03168587604051610c439190610e04565b5f6040518083038185875af1925050503d805f8114610c7d576040519150601f19603f3d011682016040523d82523d5f602084013e610c82565b606091505b5091509150610c9387838387610c9e565b979650505050505050565b60608315610d0a5782515f03610d0357610cb785610ba2565b610d035760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161043b565b5081610bbf565b610bbf8383815115610d1f5781518083602001fd5b8060405162461bcd60e51b815260040161043b9190610df2565b5f5f60208385031215610d4a575f5ffd5b82356001600160401b03811115610d5f575f5ffd5b8301601f81018513610d6f575f5ffd5b80356001600160401b03811115610d84575f5ffd5b856020828401011115610d95575f5ffd5b6020919091019590945092505050565b5f5b83811015610dbf578181015183820152602001610da7565b50505f910152565b5f8151808452610dde816020860160208601610da5565b601f01601f19169290920160200192915050565b602081525f610a2c6020830184610dc7565b5f8251610e15818460208701610da5565b9190910192915050565b5f5f85851115610e2d575f5ffd5b83861115610e39575f5ffd5b5050820193919092039150565b80356001600160e01b03198116906004841015610e77576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b0381168114610e92575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b60405160a081016001600160401b0381118282101715610ecb57610ecb610e95565b60405290565b604051608081016001600160401b0381118282101715610ecb57610ecb610e95565b604051606081016001600160401b0381118282101715610ecb57610ecb610e95565b60405161018081016001600160401b0381118282101715610ecb57610ecb610e95565b604051601f8201601f191681016001600160401b0381118282101715610f6057610f60610e95565b604052919050565b5f60a08284031215610f78575f5ffd5b610f80610ea9565b823581526020808401359082015260408084013590820152606080840135908201526080928301359281019290925250919050565b803561061181610e7e565b5f82601f830112610fcf575f5ffd5b81356001600160401b03811115610fe857610fe8610e95565b610ffb601f8201601f1916602001610f38565b81815284602083860101111561100f575f5ffd5b816020850160208301375f918101602001919091529392505050565b8015158114610e92575f5ffd5b5f60a08284031215611048575f5ffd5b611050610ea9565b9050813561105d81610e7e565b815260208281013590820152604082013561107781610e7e565b6040820152606082013561108a81610e7e565b606082015260808201356001600160401b038111156110a7575f5ffd5b8201608081850312156110b8575f5ffd5b6110c0610ed1565b8135600b81106110ce575f5ffd5b815260208201356110de81610e7e565b602082015260408201356001600160401b038111156110fb575f5ffd5b61110786828501610fc0565b6040830152506060820135915061111d8261102b565b6060810191909152608082015292915050565b803560048110610611575f5ffd5b5f82601f83011261114d575f5ffd5b81356001600160401b0381111561116657611166610e95565b8060051b61117660208201610f38565b91825260208185018101929081019086841115611191575f5ffd5b6020860192505b838310156113145782356001600160401b038111156111b5575f5ffd5b86016060818903601f190112156111ca575f5ffd5b6111d2610ef3565b60208201356001600160401b038111156111ea575f5ffd5b6020818401019050610180818b031215611202575f5ffd5b61120a610f15565b81358152602080830135908201526040808301359082015261122e60608301611130565b606082015261123f60808301610fb5565b608082015261125060a08301610fb5565b60a082015261126160c08301610fb5565b60c082015261127260e08301610fb5565b60e08201526101008281013590820152610120808301359082015261014080830135908201526101608201356001600160401b038111156112b1575f5ffd5b6112bd8c828501610fc0565b6101608301525082525060408201356001600160401b038111156112df575f5ffd5b6112ee8a602083860101610fc0565b602083810191909152606093909301356040830152508352928301929190910190611198565b9695505050505050565b5f60a0828403121561132e575f5ffd5b611336610ea9565b905061134182610fb5565b81526020828101359082015260408201356001600160401b03811115611365575f5ffd5b6113718482850161113e565b60408301525060608201356001600160401b0381111561138f575f5ffd5b61139b8482850161113e565b60608301525060808201356001600160401b038111156113b9575f5ffd5b6113c584828501610fc0565b60808301525092915050565b5f5f5f5f5f5f61014087890312156113e7575f5ffd5b86356113f281610e7e565b9550602087013561140281610e7e565b9450604087013593506114188860608901610f68565b92506101008701356001600160401b03811115611433575f5ffd5b61143f89828a01611038565b9250506101208701356001600160401b0381111561145b575f5ffd5b61146789828a0161131e565b9150509295509295509295565b6001600160a01b03169052565b80518252602081015160208301526040810151604083015260608101516060830152608081015160808301525050565b634e487b7160e01b5f52602160045260245ffd5b60018060a01b0381511682526020810151602083015260018060a01b03604082015116604083015260018060a01b0360608201511660608301525f608082015160a060808501528051600b811061151e5761151e6114b1565b60a085015260208101516001600160a01b031660c08501526040810151608060e0860152611550610120860182610dc7565b905060608201511515610100860152809250505092915050565b6004811061157a5761157a6114b1565b9052565b5f82825180855260208501945060208160051b830101602085015f5b838110156116af57848303601f1901885281518051606080865281518187015260208201516080870152604082015160a08701528101516115de60c087018261156a565b5060808101516115f160e0870182611474565b5060a0810151611605610100870182611474565b5060c0810151611619610120870182611474565b5060e081015161162d610140870182611474565b506101008101516101608601526101208101516101808601526101408101516101a086015261016081015190506101806101c08601526116716101e0860182610dc7565b90506020820151858203602087015261168a8282610dc7565b604093840151969093019590955250602098890198909350919091019060010161159a565b50909695505050505050565b60018060a01b038151168252602081015160208301525f604082015160a060408501526116eb60a085018261157e565b905060608301518482036060860152611704828261157e565b91505060808301518482036080860152610ac68282610dc7565b6001600160a01b03878116825286166020820152604081018590526117466060820185611481565b6101406101008201525f61175e6101408301856114c5565b82810361012084015261177181856116bb565b9998505050505050505050565b5f5f5f5f5f60a08688031215611792575f5ffd5b853561179d81610e7e565b945060208601356117ad81610e7e565b9350604086013592506060860135915060808601356001600160401b038111156117d5575f5ffd5b6117e188828901611038565b9150509295509295909350565b6001600160a01b03868116825285166020820152604081018490526060810183905260a0608082018190525f90610c93908301846114c5565b5f5f5f5f5f5f610140878903121561183d575f5ffd5b863561184881610e7e565b9550602087013561185881610e7e565b945060408701359350606087013592506118758860808901610f68565b91506101208701356001600160401b0381111561145b575f5ffd5b6001600160a01b0387811682528616602082015260408101859052606081018490526118bf6080820184611481565b6101406101208201525f6118d76101408301846116bb565b98975050505050505050565b5f5f5f5f5f60a086880312156118f7575f5ffd5b853561190281610e7e565b9450602086013561191281610e7e565b94979496505050506040830135926060810135926080909101359150565b5f5f5f60608486031215611942575f5ffd5b835161194d81610e7e565b602085015190935061195e81610e7e565b604085015190925061196f81610e7e565b809150509250925092565b6001600160a01b0391909116815260200190565b5f6020828403121561199e575f5ffd5b5051919050565b6001600160a01b03929092168252602082015260400190565b5f602082840312156119ce575f5ffd5b8151610a2c8161102b56fea26469706673582212202735d16f821c336f1125461b96d734eb48cc65df18c66ac041c256154580721364736f6c634300081e0033";
|
|
35
|
+
"0x6080604052348015600e575f5ffd5b50611a0f8061001c5f395ff3fe608060405260043610610020575f3560e01c8063ef4093631461002b575f5ffd5b3661002757005b5f5ffd5b348015610036575f5ffd5b5061004a610045366004610d39565b610060565b6040516100579190610df2565b60405180910390f35b60605f5f5f5f610070878761011b565b93509350935093505f73888888888889758f76e7103c6cbf23abbf58f9466001600160a01b031685856040516100a69190610e04565b5f6040518083038185875af1925050503d805f81146100e0576040519150601f19603f3d011682016040523d82523d5f602084013e6100e5565b606091505b5096509050806100f757855186602001fd5b6001600160a01b03821615610110576101108383610450565b505050505092915050565b5f606081808061012e600482888a610e1f565b61013791610e46565b9050365f610148886004818c610e1f565b90925090506001600160e01b0319831663092ccd6360e11b148061017c57506001600160e01b0319831663640fc23d60e11b145b8061019757506001600160e01b031983166376a4483f60e11b145b15610225575f80808080806101ae878901896113d1565b9550955095509550955095506101c3826104ef565b9c50888686868686866040516024016101e19695949392919061171e565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091529b509499509297506104449350505050565b63c241e3ab60e01b6001600160e01b03198416016102c0575f8080808061024e8688018861177e565b94509450945094509450610261816104ef565b9b5087858585858560405160240161027d9594939291906117ee565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091529a5093985091965061044492505050565b6001600160e01b031983166358bda47560e01b14806102ef57506001600160e01b03198316630a94245f60e21b145b8061030a57506001600160e01b03198316637b8b4b9560e01b145b1561034f575f8080808061032086880188611827565b955095509550509450945087858561033787610616565b86868660405160240161027d96959493929190611890565b633dde3dab60e11b6001600160e01b0319841601610400575f808080610377858701876118e3565b94509450509350935086848461038c86610616565b6040516001600160a01b03938416602482015292909116604483015260648201526084810184905260a4810183905260c40160408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091529950929750909550610444915050565b60405162461bcd60e51b81526020600482015260146024820152732aa729aaa82827a92a22a22fa9a2a622a1aa27a960611b60448201526064015b60405180910390fd5b50505092959194509250565b5f5f5f836001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa15801561048f573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104b39190611930565b9250925092506104cc83866104c78661075c565b6107cf565b6104da82866104c78561075c565b6104e881866104c78461075c565b5050505050565b5f80608083015151600a811115610508576105086114b1565b1415801561052d57506003608083015151600a81111561052a5761052a6114b1565b14155b1561057b5781608001516060015161057b5760405162461bcd60e51b815260206004820152601160248201527014d0d0531157d254d7d491545552549151607a1b604482015260640161043b565b8151610586906108ac565b602083015281516001600160a01b03166105a257506020015190565b81516001600160a01b03165f9081526020819052604090205460ff166106115781516105ed906001600160a01b031673888888888889758f76e7103c6cbf23abbf58f9465f196108b7565b81516001600160a01b03165f908152602081905260409020805460ff191660011790555b919050565b5f5f826001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610654573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106789190611930565b50506040516370a0823160e01b81529091506001600160a01b038216906370a08231906106a990309060040161197a565b602060405180830381865afa1580156106c4573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e8919061198e565b6001600160a01b0382165f9081526020819052604090205490925060ff16610756576107336001600160a01b03821673888888888889758f76e7103c6cbf23abbf58f9465f196108b7565b6001600160a01b0381165f908152602081905260409020805460ff191660011790555b50919050565b6040516370a0823160e01b81525f906001600160a01b038316906370a082319061078a90309060040161197a565b602060405180830381865afa1580156107a5573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107c9919061198e565b92915050565b8015806107e457506001600160a01b03821630145b156107ee57505050565b6001600160a01b038316610893575f826001600160a01b0316826040515f6040518083038185875af1925050503d805f8114610845576040519150601f19603f3d011682016040523d82523d5f602084013e61084a565b606091505b505090508061088d5760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b604482015260640161043b565b50505050565b6108a76001600160a01b0384168383610981565b505050565b5f6107c930836109a0565b5f63095ea7b360e01b83836040516024016108d39291906119a5565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290506109118482610a33565b61088d576040516001600160a01b03841660248201525f604482015261097790859063095ea7b360e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610acf565b61088d8482610acf565b6108a78363a9059cbb60e01b84846040516024016109409291906119a5565b5f6001600160a01b03821615610a20576040516370a0823160e01b81526001600160a01b038316906370a08231906109dc90869060040161197a565b602060405180830381865afa1580156109f7573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a1b919061198e565b610a2c565b826001600160a01b0316315b9392505050565b5f5f5f846001600160a01b031684604051610a4e9190610e04565b5f604051808303815f865af19150503d805f8114610a87576040519150601f19603f3d011682016040523d82523d5f602084013e610a8c565b606091505b5091509150818015610ab6575080511580610ab6575080806020019051810190610ab691906119be565b8015610ac65750610ac685610ba2565b95945050505050565b5f610b23826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610bb19092919063ffffffff16565b905080515f1480610b43575080806020019051810190610b4391906119be565b6108a75760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161043b565b6001600160a01b03163b151590565b6060610bbf84845f85610bc7565b949350505050565b606082471015610c285760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161043b565b5f5f866001600160a01b03168587604051610c439190610e04565b5f6040518083038185875af1925050503d805f8114610c7d576040519150601f19603f3d011682016040523d82523d5f602084013e610c82565b606091505b5091509150610c9387838387610c9e565b979650505050505050565b60608315610d0a5782515f03610d0357610cb785610ba2565b610d035760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161043b565b5081610bbf565b610bbf8383815115610d1f5781518083602001fd5b8060405162461bcd60e51b815260040161043b9190610df2565b5f5f60208385031215610d4a575f5ffd5b82356001600160401b03811115610d5f575f5ffd5b8301601f81018513610d6f575f5ffd5b80356001600160401b03811115610d84575f5ffd5b856020828401011115610d95575f5ffd5b6020919091019590945092505050565b5f5b83811015610dbf578181015183820152602001610da7565b50505f910152565b5f8151808452610dde816020860160208601610da5565b601f01601f19169290920160200192915050565b602081525f610a2c6020830184610dc7565b5f8251610e15818460208701610da5565b9190910192915050565b5f5f85851115610e2d575f5ffd5b83861115610e39575f5ffd5b5050820193919092039150565b80356001600160e01b03198116906004841015610e77576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b0381168114610e92575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b60405160a081016001600160401b0381118282101715610ecb57610ecb610e95565b60405290565b604051608081016001600160401b0381118282101715610ecb57610ecb610e95565b604051606081016001600160401b0381118282101715610ecb57610ecb610e95565b60405161018081016001600160401b0381118282101715610ecb57610ecb610e95565b604051601f8201601f191681016001600160401b0381118282101715610f6057610f60610e95565b604052919050565b5f60a08284031215610f78575f5ffd5b610f80610ea9565b823581526020808401359082015260408084013590820152606080840135908201526080928301359281019290925250919050565b803561061181610e7e565b5f82601f830112610fcf575f5ffd5b81356001600160401b03811115610fe857610fe8610e95565b610ffb601f8201601f1916602001610f38565b81815284602083860101111561100f575f5ffd5b816020850160208301375f918101602001919091529392505050565b8015158114610e92575f5ffd5b5f60a08284031215611048575f5ffd5b611050610ea9565b9050813561105d81610e7e565b815260208281013590820152604082013561107781610e7e565b6040820152606082013561108a81610e7e565b606082015260808201356001600160401b038111156110a7575f5ffd5b8201608081850312156110b8575f5ffd5b6110c0610ed1565b8135600b81106110ce575f5ffd5b815260208201356110de81610e7e565b602082015260408201356001600160401b038111156110fb575f5ffd5b61110786828501610fc0565b6040830152506060820135915061111d8261102b565b6060810191909152608082015292915050565b803560048110610611575f5ffd5b5f82601f83011261114d575f5ffd5b81356001600160401b0381111561116657611166610e95565b8060051b61117660208201610f38565b91825260208185018101929081019086841115611191575f5ffd5b6020860192505b838310156113145782356001600160401b038111156111b5575f5ffd5b86016060818903601f190112156111ca575f5ffd5b6111d2610ef3565b60208201356001600160401b038111156111ea575f5ffd5b6020818401019050610180818b031215611202575f5ffd5b61120a610f15565b81358152602080830135908201526040808301359082015261122e60608301611130565b606082015261123f60808301610fb5565b608082015261125060a08301610fb5565b60a082015261126160c08301610fb5565b60c082015261127260e08301610fb5565b60e08201526101008281013590820152610120808301359082015261014080830135908201526101608201356001600160401b038111156112b1575f5ffd5b6112bd8c828501610fc0565b6101608301525082525060408201356001600160401b038111156112df575f5ffd5b6112ee8a602083860101610fc0565b602083810191909152606093909301356040830152508352928301929190910190611198565b9695505050505050565b5f60a0828403121561132e575f5ffd5b611336610ea9565b905061134182610fb5565b81526020828101359082015260408201356001600160401b03811115611365575f5ffd5b6113718482850161113e565b60408301525060608201356001600160401b0381111561138f575f5ffd5b61139b8482850161113e565b60608301525060808201356001600160401b038111156113b9575f5ffd5b6113c584828501610fc0565b60808301525092915050565b5f5f5f5f5f5f61014087890312156113e7575f5ffd5b86356113f281610e7e565b9550602087013561140281610e7e565b9450604087013593506114188860608901610f68565b92506101008701356001600160401b03811115611433575f5ffd5b61143f89828a01611038565b9250506101208701356001600160401b0381111561145b575f5ffd5b61146789828a0161131e565b9150509295509295509295565b6001600160a01b03169052565b80518252602081015160208301526040810151604083015260608101516060830152608081015160808301525050565b634e487b7160e01b5f52602160045260245ffd5b60018060a01b0381511682526020810151602083015260018060a01b03604082015116604083015260018060a01b0360608201511660608301525f608082015160a060808501528051600b811061151e5761151e6114b1565b60a085015260208101516001600160a01b031660c08501526040810151608060e0860152611550610120860182610dc7565b905060608201511515610100860152809250505092915050565b6004811061157a5761157a6114b1565b9052565b5f82825180855260208501945060208160051b830101602085015f5b838110156116af57848303601f1901885281518051606080865281518187015260208201516080870152604082015160a08701528101516115de60c087018261156a565b5060808101516115f160e0870182611474565b5060a0810151611605610100870182611474565b5060c0810151611619610120870182611474565b5060e081015161162d610140870182611474565b506101008101516101608601526101208101516101808601526101408101516101a086015261016081015190506101806101c08601526116716101e0860182610dc7565b90506020820151858203602087015261168a8282610dc7565b604093840151969093019590955250602098890198909350919091019060010161159a565b50909695505050505050565b60018060a01b038151168252602081015160208301525f604082015160a060408501526116eb60a085018261157e565b905060608301518482036060860152611704828261157e565b91505060808301518482036080860152610ac68282610dc7565b6001600160a01b03878116825286166020820152604081018590526117466060820185611481565b6101406101008201525f61175e6101408301856114c5565b82810361012084015261177181856116bb565b9998505050505050505050565b5f5f5f5f5f60a08688031215611792575f5ffd5b853561179d81610e7e565b945060208601356117ad81610e7e565b9350604086013592506060860135915060808601356001600160401b038111156117d5575f5ffd5b6117e188828901611038565b9150509295509295909350565b6001600160a01b03868116825285166020820152604081018490526060810183905260a0608082018190525f90610c93908301846114c5565b5f5f5f5f5f5f610140878903121561183d575f5ffd5b863561184881610e7e565b9550602087013561185881610e7e565b945060408701359350606087013592506118758860808901610f68565b91506101208701356001600160401b0381111561145b575f5ffd5b6001600160a01b0387811682528616602082015260408101859052606081018490526118bf6080820184611481565b6101406101208201525f6118d76101408301846116bb565b98975050505050505050565b5f5f5f5f5f60a086880312156118f7575f5ffd5b853561190281610e7e565b9450602086013561191281610e7e565b94979496505050506040830135926060810135926080909101359150565b5f5f5f60608486031215611942575f5ffd5b835161194d81610e7e565b602085015190935061195e81610e7e565b604085015190925061196f81610e7e565b809150509250925092565b6001600160a01b0391909116815260200190565b5f6020828403121561199e575f5ffd5b5051919050565b6001600160a01b03929092168252602082015260400190565b5f602082840312156119ce575f5ffd5b8151610a2c8161102b56fea264697066735822122003aacca6e11c5b957c66b65df47934e495915f6bd5cfbe8d1788eb08b8405ca864736f6c634300081e0033";
|
|
36
36
|
|
|
37
37
|
type ReflectorConstructorParams =
|
|
38
38
|
| [signer?: Signer]
|
|
@@ -248,6 +248,10 @@ declare module "hardhat/types/runtime" {
|
|
|
248
248
|
name: "Proxy",
|
|
249
249
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
250
250
|
): Promise<Contracts.Proxy__factory>;
|
|
251
|
+
getContractFactory(
|
|
252
|
+
name: "ProxyAdmin",
|
|
253
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
254
|
+
): Promise<Contracts.ProxyAdmin__factory>;
|
|
251
255
|
getContractFactory(
|
|
252
256
|
name: "ITransparentUpgradeableProxy",
|
|
253
257
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -356,6 +360,18 @@ declare module "hardhat/types/runtime" {
|
|
|
356
360
|
name: "FixedPricePTAMM",
|
|
357
361
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
358
362
|
): Promise<Contracts.FixedPricePTAMM__factory>;
|
|
363
|
+
getContractFactory(
|
|
364
|
+
name: "FixedPricePTAMMV2",
|
|
365
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
366
|
+
): Promise<Contracts.FixedPricePTAMMV2__factory>;
|
|
367
|
+
getContractFactory(
|
|
368
|
+
name: "BridgeFunder",
|
|
369
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
370
|
+
): Promise<Contracts.BridgeFunder__factory>;
|
|
371
|
+
getContractFactory(
|
|
372
|
+
name: "OFTAdapterAltImpl",
|
|
373
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
374
|
+
): Promise<Contracts.OFTAdapterAltImpl__factory>;
|
|
359
375
|
getContractFactory(
|
|
360
376
|
name: "OFTAdapterImpl",
|
|
361
377
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -364,6 +380,14 @@ declare module "hardhat/types/runtime" {
|
|
|
364
380
|
name: "PendleBridgedPrincipalToken",
|
|
365
381
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
366
382
|
): Promise<Contracts.PendleBridgedPrincipalToken__factory>;
|
|
383
|
+
getContractFactory(
|
|
384
|
+
name: "PendleBridgedPrincipalTokenAlt",
|
|
385
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
386
|
+
): Promise<Contracts.PendleBridgedPrincipalTokenAlt__factory>;
|
|
387
|
+
getContractFactory(
|
|
388
|
+
name: "PendleSwapHelper",
|
|
389
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
390
|
+
): Promise<Contracts.PendleSwapHelper__factory>;
|
|
367
391
|
getContractFactory(
|
|
368
392
|
name: "PendleCrossChainSwapHub",
|
|
369
393
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -488,6 +512,10 @@ declare module "hardhat/types/runtime" {
|
|
|
488
512
|
name: "IPBridgedPrincipalToken",
|
|
489
513
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
490
514
|
): Promise<Contracts.IPBridgedPrincipalToken__factory>;
|
|
515
|
+
getContractFactory(
|
|
516
|
+
name: "IPBridgeFunder",
|
|
517
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
518
|
+
): Promise<Contracts.IPBridgeFunder__factory>;
|
|
491
519
|
getContractFactory(
|
|
492
520
|
name: "IPChainlinkOracle",
|
|
493
521
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -548,6 +576,14 @@ declare module "hardhat/types/runtime" {
|
|
|
548
576
|
name: "IPFixedPricePTAMMSwapCallback",
|
|
549
577
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
550
578
|
): Promise<Contracts.IPFixedPricePTAMMSwapCallback__factory>;
|
|
579
|
+
getContractFactory(
|
|
580
|
+
name: "IPFixedPricePTAMMSwapCallback",
|
|
581
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
582
|
+
): Promise<Contracts.IPFixedPricePTAMMSwapCallback__factory>;
|
|
583
|
+
getContractFactory(
|
|
584
|
+
name: "IPFixedPricePTAMMV2",
|
|
585
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
586
|
+
): Promise<Contracts.IPFixedPricePTAMMV2__factory>;
|
|
551
587
|
getContractFactory(
|
|
552
588
|
name: "IPGauge",
|
|
553
589
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -656,6 +692,10 @@ declare module "hardhat/types/runtime" {
|
|
|
656
692
|
name: "IPStakedPendle",
|
|
657
693
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
658
694
|
): Promise<Contracts.IPStakedPendle__factory>;
|
|
695
|
+
getContractFactory(
|
|
696
|
+
name: "IPSwapHelper",
|
|
697
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
698
|
+
): Promise<Contracts.IPSwapHelper__factory>;
|
|
659
699
|
getContractFactory(
|
|
660
700
|
name: "IPTokenWithSupplyCap",
|
|
661
701
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -700,6 +740,10 @@ declare module "hardhat/types/runtime" {
|
|
|
700
740
|
name: "IWstETH",
|
|
701
741
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
702
742
|
): Promise<Contracts.IWstETH__factory>;
|
|
743
|
+
getContractFactory(
|
|
744
|
+
name: "MintSyHelper",
|
|
745
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
746
|
+
): Promise<Contracts.MintSyHelper__factory>;
|
|
703
747
|
getContractFactory(
|
|
704
748
|
name: "NonceManager",
|
|
705
749
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -880,6 +924,10 @@ declare module "hardhat/types/runtime" {
|
|
|
880
924
|
name: "PendleOffchainStorage",
|
|
881
925
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
882
926
|
): Promise<Contracts.PendleOffchainStorage__factory>;
|
|
927
|
+
getContractFactory(
|
|
928
|
+
name: "PendleProxyAdmin",
|
|
929
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
930
|
+
): Promise<Contracts.PendleProxyAdmin__factory>;
|
|
883
931
|
getContractFactory(
|
|
884
932
|
name: "PendleWstETHPriceFeed",
|
|
885
933
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -1372,6 +1420,11 @@ declare module "hardhat/types/runtime" {
|
|
|
1372
1420
|
address: string,
|
|
1373
1421
|
signer?: ethers.Signer
|
|
1374
1422
|
): Promise<Contracts.Proxy>;
|
|
1423
|
+
getContractAt(
|
|
1424
|
+
name: "ProxyAdmin",
|
|
1425
|
+
address: string,
|
|
1426
|
+
signer?: ethers.Signer
|
|
1427
|
+
): Promise<Contracts.ProxyAdmin>;
|
|
1375
1428
|
getContractAt(
|
|
1376
1429
|
name: "ITransparentUpgradeableProxy",
|
|
1377
1430
|
address: string,
|
|
@@ -1507,6 +1560,21 @@ declare module "hardhat/types/runtime" {
|
|
|
1507
1560
|
address: string,
|
|
1508
1561
|
signer?: ethers.Signer
|
|
1509
1562
|
): Promise<Contracts.FixedPricePTAMM>;
|
|
1563
|
+
getContractAt(
|
|
1564
|
+
name: "FixedPricePTAMMV2",
|
|
1565
|
+
address: string,
|
|
1566
|
+
signer?: ethers.Signer
|
|
1567
|
+
): Promise<Contracts.FixedPricePTAMMV2>;
|
|
1568
|
+
getContractAt(
|
|
1569
|
+
name: "BridgeFunder",
|
|
1570
|
+
address: string,
|
|
1571
|
+
signer?: ethers.Signer
|
|
1572
|
+
): Promise<Contracts.BridgeFunder>;
|
|
1573
|
+
getContractAt(
|
|
1574
|
+
name: "OFTAdapterAltImpl",
|
|
1575
|
+
address: string,
|
|
1576
|
+
signer?: ethers.Signer
|
|
1577
|
+
): Promise<Contracts.OFTAdapterAltImpl>;
|
|
1510
1578
|
getContractAt(
|
|
1511
1579
|
name: "OFTAdapterImpl",
|
|
1512
1580
|
address: string,
|
|
@@ -1517,6 +1585,16 @@ declare module "hardhat/types/runtime" {
|
|
|
1517
1585
|
address: string,
|
|
1518
1586
|
signer?: ethers.Signer
|
|
1519
1587
|
): Promise<Contracts.PendleBridgedPrincipalToken>;
|
|
1588
|
+
getContractAt(
|
|
1589
|
+
name: "PendleBridgedPrincipalTokenAlt",
|
|
1590
|
+
address: string,
|
|
1591
|
+
signer?: ethers.Signer
|
|
1592
|
+
): Promise<Contracts.PendleBridgedPrincipalTokenAlt>;
|
|
1593
|
+
getContractAt(
|
|
1594
|
+
name: "PendleSwapHelper",
|
|
1595
|
+
address: string,
|
|
1596
|
+
signer?: ethers.Signer
|
|
1597
|
+
): Promise<Contracts.PendleSwapHelper>;
|
|
1520
1598
|
getContractAt(
|
|
1521
1599
|
name: "PendleCrossChainSwapHub",
|
|
1522
1600
|
address: string,
|
|
@@ -1672,6 +1750,11 @@ declare module "hardhat/types/runtime" {
|
|
|
1672
1750
|
address: string,
|
|
1673
1751
|
signer?: ethers.Signer
|
|
1674
1752
|
): Promise<Contracts.IPBridgedPrincipalToken>;
|
|
1753
|
+
getContractAt(
|
|
1754
|
+
name: "IPBridgeFunder",
|
|
1755
|
+
address: string,
|
|
1756
|
+
signer?: ethers.Signer
|
|
1757
|
+
): Promise<Contracts.IPBridgeFunder>;
|
|
1675
1758
|
getContractAt(
|
|
1676
1759
|
name: "IPChainlinkOracle",
|
|
1677
1760
|
address: string,
|
|
@@ -1747,6 +1830,16 @@ declare module "hardhat/types/runtime" {
|
|
|
1747
1830
|
address: string,
|
|
1748
1831
|
signer?: ethers.Signer
|
|
1749
1832
|
): Promise<Contracts.IPFixedPricePTAMMSwapCallback>;
|
|
1833
|
+
getContractAt(
|
|
1834
|
+
name: "IPFixedPricePTAMMSwapCallback",
|
|
1835
|
+
address: string,
|
|
1836
|
+
signer?: ethers.Signer
|
|
1837
|
+
): Promise<Contracts.IPFixedPricePTAMMSwapCallback>;
|
|
1838
|
+
getContractAt(
|
|
1839
|
+
name: "IPFixedPricePTAMMV2",
|
|
1840
|
+
address: string,
|
|
1841
|
+
signer?: ethers.Signer
|
|
1842
|
+
): Promise<Contracts.IPFixedPricePTAMMV2>;
|
|
1750
1843
|
getContractAt(
|
|
1751
1844
|
name: "IPGauge",
|
|
1752
1845
|
address: string,
|
|
@@ -1882,6 +1975,11 @@ declare module "hardhat/types/runtime" {
|
|
|
1882
1975
|
address: string,
|
|
1883
1976
|
signer?: ethers.Signer
|
|
1884
1977
|
): Promise<Contracts.IPStakedPendle>;
|
|
1978
|
+
getContractAt(
|
|
1979
|
+
name: "IPSwapHelper",
|
|
1980
|
+
address: string,
|
|
1981
|
+
signer?: ethers.Signer
|
|
1982
|
+
): Promise<Contracts.IPSwapHelper>;
|
|
1885
1983
|
getContractAt(
|
|
1886
1984
|
name: "IPTokenWithSupplyCap",
|
|
1887
1985
|
address: string,
|
|
@@ -1937,6 +2035,11 @@ declare module "hardhat/types/runtime" {
|
|
|
1937
2035
|
address: string,
|
|
1938
2036
|
signer?: ethers.Signer
|
|
1939
2037
|
): Promise<Contracts.IWstETH>;
|
|
2038
|
+
getContractAt(
|
|
2039
|
+
name: "MintSyHelper",
|
|
2040
|
+
address: string,
|
|
2041
|
+
signer?: ethers.Signer
|
|
2042
|
+
): Promise<Contracts.MintSyHelper>;
|
|
1940
2043
|
getContractAt(
|
|
1941
2044
|
name: "NonceManager",
|
|
1942
2045
|
address: string,
|
|
@@ -2162,6 +2265,11 @@ declare module "hardhat/types/runtime" {
|
|
|
2162
2265
|
address: string,
|
|
2163
2266
|
signer?: ethers.Signer
|
|
2164
2267
|
): Promise<Contracts.PendleOffchainStorage>;
|
|
2268
|
+
getContractAt(
|
|
2269
|
+
name: "PendleProxyAdmin",
|
|
2270
|
+
address: string,
|
|
2271
|
+
signer?: ethers.Signer
|
|
2272
|
+
): Promise<Contracts.PendleProxyAdmin>;
|
|
2165
2273
|
getContractAt(
|
|
2166
2274
|
name: "PendleWstETHPriceFeed",
|
|
2167
2275
|
address: string,
|
package/typechain-types/index.ts
CHANGED
|
@@ -60,6 +60,7 @@ export type { IBeacon } from "./IBeacon";
|
|
|
60
60
|
export type { ERC1967Proxy } from "./ERC1967Proxy";
|
|
61
61
|
export type { ERC1967Upgrade } from "./ERC1967Upgrade";
|
|
62
62
|
export type { Proxy } from "./Proxy";
|
|
63
|
+
export type { ProxyAdmin } from "./ProxyAdmin";
|
|
63
64
|
export type { ITransparentUpgradeableProxy } from "./ITransparentUpgradeableProxy";
|
|
64
65
|
export type { TransparentUpgradeableProxy } from "./TransparentUpgradeableProxy";
|
|
65
66
|
export type { ERC20 } from "./ERC20";
|
|
@@ -85,8 +86,13 @@ export type { DepositBox } from "./DepositBox";
|
|
|
85
86
|
export type { DepositBoxFactory } from "./DepositBoxFactory";
|
|
86
87
|
export type { PendlePTOFTAdapterFactory } from "./PendlePTOFTAdapterFactory";
|
|
87
88
|
export type { FixedPricePTAMM } from "./FixedPricePTAMM";
|
|
89
|
+
export type { FixedPricePTAMMV2 } from "./FixedPricePTAMMV2";
|
|
90
|
+
export type { BridgeFunder } from "./BridgeFunder";
|
|
91
|
+
export type { OFTAdapterAltImpl } from "./OFTAdapterAltImpl";
|
|
88
92
|
export type { OFTAdapterImpl } from "./OFTAdapterImpl";
|
|
89
93
|
export type { PendleBridgedPrincipalToken } from "./PendleBridgedPrincipalToken";
|
|
94
|
+
export type { PendleBridgedPrincipalTokenAlt } from "./PendleBridgedPrincipalTokenAlt";
|
|
95
|
+
export type { PendleSwapHelper } from "./PendleSwapHelper";
|
|
90
96
|
export type { PendleCrossChainSwapHub } from "./PendleCrossChainSwapHub";
|
|
91
97
|
export type { SwapHubBase } from "./SwapHubBase";
|
|
92
98
|
export type { PendleFeeDistributorV2 } from "./PendleFeeDistributorV2";
|
|
@@ -117,6 +123,7 @@ export type { IPActionSwapPTV3Events } from "./IPActionSwapPTV3Events";
|
|
|
117
123
|
export type { IPActionSwapYTV3Events } from "./IPActionSwapYTV3Events";
|
|
118
124
|
export type { IPAllEventsV3 } from "./IPAllEventsV3";
|
|
119
125
|
export type { IPBridgedPrincipalToken } from "./IPBridgedPrincipalToken";
|
|
126
|
+
export type { IPBridgeFunder } from "./IPBridgeFunder";
|
|
120
127
|
export type { IPChainlinkOracle } from "./IPChainlinkOracle";
|
|
121
128
|
export type { IPChainlinkOracleEssential } from "./IPChainlinkOracleEssential";
|
|
122
129
|
export type { IPChainlinkOracleFactory } from "./IPChainlinkOracleFactory";
|
|
@@ -132,6 +139,7 @@ export type { IPFeeDistributor } from "./IPFeeDistributor";
|
|
|
132
139
|
export type { IPFeeDistributorV2 } from "./IPFeeDistributorV2";
|
|
133
140
|
export type { IPFixedPricePTAMM } from "./IPFixedPricePTAMM";
|
|
134
141
|
export type { IPFixedPricePTAMMSwapCallback } from "./IPFixedPricePTAMMSwapCallback";
|
|
142
|
+
export type { IPFixedPricePTAMMV2 } from "./IPFixedPricePTAMMV2";
|
|
135
143
|
export type { IPGauge } from "./IPGauge";
|
|
136
144
|
export type { IPGaugeController } from "./IPGaugeController";
|
|
137
145
|
export type { IPGovernanceProxy } from "./IPGovernanceProxy";
|
|
@@ -159,6 +167,7 @@ export type { IPPYLpOracle } from "./IPPYLpOracle";
|
|
|
159
167
|
export type { IPReflector } from "./IPReflector";
|
|
160
168
|
export type { IPRouterStatic } from "./IPRouterStatic";
|
|
161
169
|
export type { IPStakedPendle } from "./IPStakedPendle";
|
|
170
|
+
export type { IPSwapHelper } from "./IPSwapHelper";
|
|
162
171
|
export type { IPTokenWithSupplyCap } from "./IPTokenWithSupplyCap";
|
|
163
172
|
export type { IPVeToken } from "./IPVeToken";
|
|
164
173
|
export type { IPVotingEscrowMainchain } from "./IPVotingEscrowMainchain";
|
|
@@ -170,6 +179,7 @@ export type { IRewardManager } from "./IRewardManager";
|
|
|
170
179
|
export type { IStandardizedYield } from "./IStandardizedYield";
|
|
171
180
|
export type { IWETH } from "./IWETH";
|
|
172
181
|
export type { IWstETH } from "./IWstETH";
|
|
182
|
+
export type { MintSyHelper } from "./MintSyHelper";
|
|
173
183
|
export type { NonceManager } from "./NonceManager";
|
|
174
184
|
export type { LimitRouterBase } from "./LimitRouterBase";
|
|
175
185
|
export type { PendleLimitRouter } from "./PendleLimitRouter";
|
|
@@ -215,6 +225,7 @@ export type { PendleMulticallOwnerV1 } from "./PendleMulticallOwnerV1";
|
|
|
215
225
|
export type { PendleMulticallV1 } from "./PendleMulticallV1";
|
|
216
226
|
export type { PendleMulticallV2 } from "./PendleMulticallV2";
|
|
217
227
|
export type { PendleOffchainStorage } from "./PendleOffchainStorage";
|
|
228
|
+
export type { PendleProxyAdmin } from "./PendleProxyAdmin";
|
|
218
229
|
export type { PendleWstETHPriceFeed } from "./PendleWstETHPriceFeed";
|
|
219
230
|
export type { ActionInfoStatic } from "./ActionInfoStatic";
|
|
220
231
|
export type { ActionMarketAuxStatic } from "./ActionMarketAuxStatic";
|
|
@@ -324,6 +335,7 @@ export { IBeacon__factory } from "./factories/IBeacon__factory";
|
|
|
324
335
|
export { ERC1967Proxy__factory } from "./factories/ERC1967Proxy__factory";
|
|
325
336
|
export { ERC1967Upgrade__factory } from "./factories/ERC1967Upgrade__factory";
|
|
326
337
|
export { Proxy__factory } from "./factories/Proxy__factory";
|
|
338
|
+
export { ProxyAdmin__factory } from "./factories/ProxyAdmin__factory";
|
|
327
339
|
export { ITransparentUpgradeableProxy__factory } from "./factories/ITransparentUpgradeableProxy__factory";
|
|
328
340
|
export { TransparentUpgradeableProxy__factory } from "./factories/TransparentUpgradeableProxy__factory";
|
|
329
341
|
export { ERC20__factory } from "./factories/ERC20__factory";
|
|
@@ -349,8 +361,13 @@ export { DepositBox__factory } from "./factories/DepositBox__factory";
|
|
|
349
361
|
export { DepositBoxFactory__factory } from "./factories/DepositBoxFactory__factory";
|
|
350
362
|
export { PendlePTOFTAdapterFactory__factory } from "./factories/PendlePTOFTAdapterFactory__factory";
|
|
351
363
|
export { FixedPricePTAMM__factory } from "./factories/FixedPricePTAMM__factory";
|
|
364
|
+
export { FixedPricePTAMMV2__factory } from "./factories/FixedPricePTAMMV2__factory";
|
|
365
|
+
export { BridgeFunder__factory } from "./factories/BridgeFunder__factory";
|
|
366
|
+
export { OFTAdapterAltImpl__factory } from "./factories/OFTAdapterAltImpl__factory";
|
|
352
367
|
export { OFTAdapterImpl__factory } from "./factories/OFTAdapterImpl__factory";
|
|
353
368
|
export { PendleBridgedPrincipalToken__factory } from "./factories/PendleBridgedPrincipalToken__factory";
|
|
369
|
+
export { PendleBridgedPrincipalTokenAlt__factory } from "./factories/PendleBridgedPrincipalTokenAlt__factory";
|
|
370
|
+
export { PendleSwapHelper__factory } from "./factories/PendleSwapHelper__factory";
|
|
354
371
|
export { PendleCrossChainSwapHub__factory } from "./factories/PendleCrossChainSwapHub__factory";
|
|
355
372
|
export { SwapHubBase__factory } from "./factories/SwapHubBase__factory";
|
|
356
373
|
export { PendleFeeDistributorV2__factory } from "./factories/PendleFeeDistributorV2__factory";
|
|
@@ -381,6 +398,7 @@ export { IPActionSwapPTV3Events__factory } from "./factories/IPActionSwapPTV3Eve
|
|
|
381
398
|
export { IPActionSwapYTV3Events__factory } from "./factories/IPActionSwapYTV3Events__factory";
|
|
382
399
|
export { IPAllEventsV3__factory } from "./factories/IPAllEventsV3__factory";
|
|
383
400
|
export { IPBridgedPrincipalToken__factory } from "./factories/IPBridgedPrincipalToken__factory";
|
|
401
|
+
export { IPBridgeFunder__factory } from "./factories/IPBridgeFunder__factory";
|
|
384
402
|
export { IPChainlinkOracle__factory } from "./factories/IPChainlinkOracle__factory";
|
|
385
403
|
export { IPChainlinkOracleEssential__factory } from "./factories/IPChainlinkOracleEssential__factory";
|
|
386
404
|
export { IPChainlinkOracleFactory__factory } from "./factories/IPChainlinkOracleFactory__factory";
|
|
@@ -396,6 +414,7 @@ export { IPFeeDistributor__factory } from "./factories/IPFeeDistributor__factory
|
|
|
396
414
|
export { IPFeeDistributorV2__factory } from "./factories/IPFeeDistributorV2__factory";
|
|
397
415
|
export { IPFixedPricePTAMM__factory } from "./factories/IPFixedPricePTAMM__factory";
|
|
398
416
|
export { IPFixedPricePTAMMSwapCallback__factory } from "./factories/IPFixedPricePTAMMSwapCallback__factory";
|
|
417
|
+
export { IPFixedPricePTAMMV2__factory } from "./factories/IPFixedPricePTAMMV2__factory";
|
|
399
418
|
export { IPGauge__factory } from "./factories/IPGauge__factory";
|
|
400
419
|
export { IPGaugeController__factory } from "./factories/IPGaugeController__factory";
|
|
401
420
|
export { IPGovernanceProxy__factory } from "./factories/IPGovernanceProxy__factory";
|
|
@@ -423,6 +442,7 @@ export { IPPYLpOracle__factory } from "./factories/IPPYLpOracle__factory";
|
|
|
423
442
|
export { IPReflector__factory } from "./factories/IPReflector__factory";
|
|
424
443
|
export { IPRouterStatic__factory } from "./factories/IPRouterStatic__factory";
|
|
425
444
|
export { IPStakedPendle__factory } from "./factories/IPStakedPendle__factory";
|
|
445
|
+
export { IPSwapHelper__factory } from "./factories/IPSwapHelper__factory";
|
|
426
446
|
export { IPTokenWithSupplyCap__factory } from "./factories/IPTokenWithSupplyCap__factory";
|
|
427
447
|
export { IPVeToken__factory } from "./factories/IPVeToken__factory";
|
|
428
448
|
export { IPVotingEscrowMainchain__factory } from "./factories/IPVotingEscrowMainchain__factory";
|
|
@@ -434,6 +454,7 @@ export { IRewardManager__factory } from "./factories/IRewardManager__factory";
|
|
|
434
454
|
export { IStandardizedYield__factory } from "./factories/IStandardizedYield__factory";
|
|
435
455
|
export { IWETH__factory } from "./factories/IWETH__factory";
|
|
436
456
|
export { IWstETH__factory } from "./factories/IWstETH__factory";
|
|
457
|
+
export { MintSyHelper__factory } from "./factories/MintSyHelper__factory";
|
|
437
458
|
export { NonceManager__factory } from "./factories/NonceManager__factory";
|
|
438
459
|
export { LimitRouterBase__factory } from "./factories/LimitRouterBase__factory";
|
|
439
460
|
export { PendleLimitRouter__factory } from "./factories/PendleLimitRouter__factory";
|
|
@@ -479,6 +500,7 @@ export { PendleMulticallOwnerV1__factory } from "./factories/PendleMulticallOwne
|
|
|
479
500
|
export { PendleMulticallV1__factory } from "./factories/PendleMulticallV1__factory";
|
|
480
501
|
export { PendleMulticallV2__factory } from "./factories/PendleMulticallV2__factory";
|
|
481
502
|
export { PendleOffchainStorage__factory } from "./factories/PendleOffchainStorage__factory";
|
|
503
|
+
export { PendleProxyAdmin__factory } from "./factories/PendleProxyAdmin__factory";
|
|
482
504
|
export { PendleWstETHPriceFeed__factory } from "./factories/PendleWstETHPriceFeed__factory";
|
|
483
505
|
export { ActionInfoStatic__factory } from "./factories/ActionInfoStatic__factory";
|
|
484
506
|
export { ActionMarketAuxStatic__factory } from "./factories/ActionMarketAuxStatic__factory";
|