@venusprotocol/isolated-pools 3.3.0-dev.1 → 3.3.0-dev.3
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/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV5.sol/AccessControlledV5.dbg.json +1 -1
- package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV5.sol/IAccessControlManagerV5.dbg.json +1 -1
- package/artifacts/@venusprotocol/solidity-utilities/contracts/TimeManagerV5.sol/TimeManagerV5.dbg.json +4 -0
- package/artifacts/@venusprotocol/{venus-protocol/contracts/XVSVault → solidity-utilities/contracts}/TimeManagerV5.sol/TimeManagerV5.json +3 -3
- package/artifacts/@venusprotocol/venus-protocol/contracts/Tokens/Prime/IPrime.sol/IPrime.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/Utils/Address.sol/Address.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/Utils/ECDSA.sol/ECDSA.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/Utils/IBEP20.sol/IBEP20.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/Utils/SafeBEP20.sol/SafeBEP20.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/Utils/SafeCast.sol/SafeCast.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/Utils/SafeMath.sol/SafeMath.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSStore.sol/XVSStore.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVault.sol/XVSVault.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVault.sol/XVSVault.json +28 -2
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVaultErrorReporter.sol/XVSVaultErrorReporter.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVaultProxy.sol/XVSVaultProxy.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVaultProxy.sol/XVSVaultProxy.json +2 -2
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVaultStorage.sol/XVSVaultAdminStorage.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVaultStorage.sol/XVSVaultAdminStorage.json +2 -2
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVaultStorage.sol/XVSVaultStorage.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVaultStorage.sol/XVSVaultStorage.json +28 -2
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVaultStorage.sol/XVSVaultStorageV1.dbg.json +1 -1
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/XVSVaultStorage.sol/XVSVaultStorageV1.json +2 -2
- package/artifacts/build-info/8eba699f268bc7041b7f29e3b1d105df.json +1 -0
- package/artifacts/contracts/test/XVSStoreScenario.sol/XVSStoreScenario.dbg.json +1 -1
- package/artifacts/contracts/test/XVSVaultScenario.sol/XVSVaultScenario.dbg.json +1 -1
- package/artifacts/contracts/test/XVSVaultScenario.sol/XVSVaultScenario.json +28 -2
- package/deployments/arbitrumone/ComptrollerBeacon.json +206 -0
- package/deployments/arbitrumone/ComptrollerImpl.json +3227 -0
- package/deployments/arbitrumone/Comptroller_Core.json +187 -0
- package/deployments/arbitrumone/DefaultProxyAdmin.json +257 -0
- package/deployments/arbitrumone/JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink4500bps.json +608 -0
- package/deployments/arbitrumone/JumpRateModelV2_base0bps_slope350bps_jump25000bps_kink8000bps.json +608 -0
- package/deployments/arbitrumone/JumpRateModelV2_base0bps_slope875bps_jump25000bps_kink8000bps.json +608 -0
- package/deployments/arbitrumone/NativeTokenGateway_vWETH_Core.json +599 -0
- package/deployments/arbitrumone/PoolRegistry.json +945 -0
- package/deployments/arbitrumone/PoolRegistry_Implementation.json +1194 -0
- package/deployments/arbitrumone/PoolRegistry_Proxy.json +267 -0
- package/deployments/arbitrumone/VTokenBeacon.json +206 -0
- package/deployments/arbitrumone/VTokenImpl.json +3269 -0
- package/deployments/arbitrumone/VToken_vARB_Core.json +257 -0
- package/deployments/arbitrumone/VToken_vUSDC_Core.json +257 -0
- package/deployments/arbitrumone/VToken_vUSDT_Core.json +257 -0
- package/deployments/arbitrumone/VToken_vWBTC_Core.json +257 -0
- package/deployments/arbitrumone/VToken_vWETH_Core.json +257 -0
- package/deployments/arbitrumone/solcInputs/0e89febeebc7444140de8e67c9067d2c.json +78 -0
- package/deployments/arbitrumone/solcInputs/6908ef056fe5b90d510a922d922ed1be.json +397 -0
- package/deployments/arbitrumone.json +8932 -895
- package/deployments/arbitrumone_addresses.json +19 -1
- package/dist/deploy/018-native-token-gateway.js +7 -0
- package/dist/deployments/arbitrumone.json +9214 -0
- package/dist/hardhat.config.js +1 -0
- package/dist/helpers/deploymentConfig.d.ts +8 -0
- package/dist/helpers/deploymentConfig.js +157 -0
- package/dist/typechain/factories/TimeManagerV5__factory.d.ts +1 -1
- package/dist/typechain/factories/TimeManagerV5__factory.js +1 -1
- package/dist/typechain/factories/XVSVaultAdminStorage__factory.d.ts +1 -1
- package/dist/typechain/factories/XVSVaultAdminStorage__factory.js +1 -1
- package/dist/typechain/factories/XVSVaultProxy__factory.d.ts +1 -1
- package/dist/typechain/factories/XVSVaultProxy__factory.js +1 -1
- package/dist/typechain/factories/XVSVaultScenario__factory.d.ts +1 -1
- package/dist/typechain/factories/XVSVaultScenario__factory.js +27 -1
- package/dist/typechain/factories/XVSVaultStorageV1__factory.d.ts +1 -1
- package/dist/typechain/factories/XVSVaultStorageV1__factory.js +1 -1
- package/dist/typechain/factories/XVSVaultStorage__factory.d.ts +1 -1
- package/dist/typechain/factories/XVSVaultStorage__factory.js +27 -1
- package/dist/typechain/factories/XVSVault__factory.d.ts +1 -1
- package/dist/typechain/factories/XVSVault__factory.js +27 -1
- package/dist/typechain/index.d.ts +2 -2
- package/dist/typechain/index.js +4 -4
- package/package.json +4 -4
- package/typechain/XVSVault.d.ts +39 -0
- package/typechain/XVSVaultScenario.d.ts +39 -0
- package/typechain/XVSVaultStorage.d.ts +39 -0
- package/typechain/factories/TimeManagerV5__factory.ts +1 -1
- package/typechain/factories/XVSVaultAdminStorage__factory.ts +1 -1
- package/typechain/factories/XVSVaultProxy__factory.ts +1 -1
- package/typechain/factories/XVSVaultScenario__factory.ts +27 -1
- package/typechain/factories/XVSVaultStorageV1__factory.ts +1 -1
- package/typechain/factories/XVSVaultStorage__factory.ts +27 -1
- package/typechain/factories/XVSVault__factory.ts +27 -1
- package/typechain/index.ts +2 -2
- package/artifacts/@venusprotocol/venus-protocol/contracts/XVSVault/TimeManagerV5.sol/TimeManagerV5.dbg.json +0 -4
- package/artifacts/build-info/a6010b45c0c8965ed7c62ff62b41af46.json +0 -1
package/typechain/index.ts
CHANGED
|
@@ -50,6 +50,7 @@ export type { IProtocolShareReserve } from "./IProtocolShareReserve";
|
|
|
50
50
|
export type { IVToken } from "./IVToken";
|
|
51
51
|
export type { ProtocolShareReserve } from "./ProtocolShareReserve";
|
|
52
52
|
export type { MaxLoopsLimitHelper } from "./MaxLoopsLimitHelper";
|
|
53
|
+
export type { TimeManagerV5 } from "./TimeManagerV5";
|
|
53
54
|
export type { TimeManagerV8 } from "./TimeManagerV8";
|
|
54
55
|
export type { InterfaceComptroller } from "./InterfaceComptroller";
|
|
55
56
|
export type { PoolRegistryInterface } from "./PoolRegistryInterface";
|
|
@@ -62,7 +63,6 @@ export type { PrimeLiquidityProvider } from "./PrimeLiquidityProvider";
|
|
|
62
63
|
export type { PrimeLiquidityProviderStorageV1 } from "./PrimeLiquidityProviderStorageV1";
|
|
63
64
|
export type { PrimeStorageV1 } from "./PrimeStorageV1";
|
|
64
65
|
export type { IBEP20 } from "./IBEP20";
|
|
65
|
-
export type { TimeManagerV5 } from "./TimeManagerV5";
|
|
66
66
|
export type { XVSStore } from "./XVSStore";
|
|
67
67
|
export type { XVSVault } from "./XVSVault";
|
|
68
68
|
export type { XVSVaultErrorReporter } from "./XVSVaultErrorReporter";
|
|
@@ -181,6 +181,7 @@ export { IProtocolShareReserve__factory } from "./factories/IProtocolShareReserv
|
|
|
181
181
|
export { IVToken__factory } from "./factories/IVToken__factory";
|
|
182
182
|
export { ProtocolShareReserve__factory } from "./factories/ProtocolShareReserve__factory";
|
|
183
183
|
export { MaxLoopsLimitHelper__factory } from "./factories/MaxLoopsLimitHelper__factory";
|
|
184
|
+
export { TimeManagerV5__factory } from "./factories/TimeManagerV5__factory";
|
|
184
185
|
export { TimeManagerV8__factory } from "./factories/TimeManagerV8__factory";
|
|
185
186
|
export { InterfaceComptroller__factory } from "./factories/InterfaceComptroller__factory";
|
|
186
187
|
export { PoolRegistryInterface__factory } from "./factories/PoolRegistryInterface__factory";
|
|
@@ -193,7 +194,6 @@ export { PrimeLiquidityProvider__factory } from "./factories/PrimeLiquidityProvi
|
|
|
193
194
|
export { PrimeLiquidityProviderStorageV1__factory } from "./factories/PrimeLiquidityProviderStorageV1__factory";
|
|
194
195
|
export { PrimeStorageV1__factory } from "./factories/PrimeStorageV1__factory";
|
|
195
196
|
export { IBEP20__factory } from "./factories/IBEP20__factory";
|
|
196
|
-
export { TimeManagerV5__factory } from "./factories/TimeManagerV5__factory";
|
|
197
197
|
export { XVSStore__factory } from "./factories/XVSStore__factory";
|
|
198
198
|
export { XVSVault__factory } from "./factories/XVSVault__factory";
|
|
199
199
|
export { XVSVaultErrorReporter__factory } from "./factories/XVSVaultErrorReporter__factory";
|