@venusprotocol/venus-protocol 6.1.0-dev.6 → 6.1.0-dev.8
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/AccessControlledV8.sol/AccessControlledV8.dbg.json +1 -1
- package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol/IAccessControlManagerV8.dbg.json +1 -1
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/BoundValidatorInterface.dbg.json +1 -1
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/OracleInterface.dbg.json +1 -1
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/ResilientOracleInterface.dbg.json +1 -1
- package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/TwapInterface.dbg.json +1 -1
- package/artifacts/@venusprotocol/solidity-utilities/contracts/MaxLoopsLimitHelper.sol/MaxLoopsLimitHelper.dbg.json +1 -1
- package/artifacts/build-info/{eeb502cfa65684cfcd3f593c290d1e44.json → ca9cec918639b6d02d5466619a4c008d.json} +1 -1
- package/artifacts/contracts/Admin/VBNBAdmin.sol/VBNBAdmin.dbg.json +1 -1
- package/artifacts/contracts/Admin/VBNBAdminStorage.sol/IProtocolShareReserve.dbg.json +1 -1
- package/artifacts/contracts/Admin/VBNBAdminStorage.sol/IWBNB.dbg.json +1 -1
- package/artifacts/contracts/Admin/VBNBAdminStorage.sol/VBNBAdminStorage.dbg.json +1 -1
- package/artifacts/contracts/Admin/VBNBAdminStorage.sol/VTokenInterface.dbg.json +1 -1
- package/artifacts/contracts/DelegateBorrowers/MoveDebtDelegate.sol/MoveDebtDelegate.dbg.json +4 -0
- package/artifacts/contracts/DelegateBorrowers/MoveDebtDelegate.sol/MoveDebtDelegate.json +361 -0
- package/artifacts/contracts/DelegateBorrowers/SwapDebtDelegate.sol/SwapDebtDelegate.dbg.json +1 -1
- package/artifacts/contracts/DelegateBorrowers/SwapDebtDelegate.sol/SwapDebtDelegate.json +4 -4
- package/artifacts/contracts/InterfacesV8.sol/IComptroller.dbg.json +4 -0
- package/artifacts/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IComptroller.json +14 -1
- package/artifacts/contracts/InterfacesV8.sol/ILiquidator.dbg.json +4 -0
- package/artifacts/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/ILiquidator.json +1 -1
- package/artifacts/contracts/InterfacesV8.sol/IVAIController.dbg.json +4 -0
- package/artifacts/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVAIController.json +1 -1
- package/artifacts/contracts/InterfacesV8.sol/IVBNB.dbg.json +4 -0
- package/artifacts/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBNB.json +15 -2
- package/artifacts/contracts/InterfacesV8.sol/IVBep20.dbg.json +4 -0
- package/artifacts/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBep20.json +63 -2
- package/artifacts/contracts/InterfacesV8.sol/IVToken.dbg.json +4 -0
- package/artifacts/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVToken.json +15 -2
- package/artifacts/contracts/Liquidator/BUSDLiquidator.sol/BUSDLiquidator.dbg.json +1 -1
- package/artifacts/contracts/Liquidator/BUSDLiquidator.sol/BUSDLiquidator.json +3 -3
- package/artifacts/contracts/Liquidator/Liquidator.sol/Liquidator.dbg.json +1 -1
- package/artifacts/contracts/Liquidator/Liquidator.sol/Liquidator.json +7 -7
- package/artifacts/contracts/PegStability/IVAI.sol/IVAI.dbg.json +1 -1
- package/artifacts/contracts/PegStability/PegStability.sol/PegStability.dbg.json +1 -1
- package/artifacts/contracts/Swap/IRouterHelper.sol/IRouterHelper.dbg.json +1 -1
- package/artifacts/contracts/Swap/RouterHelper.sol/RouterHelper.dbg.json +1 -1
- package/artifacts/contracts/Swap/SwapRouter.sol/SwapRouter.dbg.json +1 -1
- package/artifacts/contracts/Swap/interfaces/IPancakePair.sol/IPancakePair.dbg.json +1 -1
- package/artifacts/contracts/Swap/interfaces/IPancakeSwapV2Factory.sol/IPancakeSwapV2Factory.dbg.json +1 -1
- package/artifacts/contracts/Swap/interfaces/IPancakeSwapV2Router.sol/IPancakeSwapV2Router.dbg.json +1 -1
- package/artifacts/contracts/Swap/interfaces/IVBNB.sol/IVBNB.dbg.json +1 -1
- package/artifacts/contracts/Swap/interfaces/IVtoken.sol/IVToken.dbg.json +1 -1
- package/artifacts/contracts/Swap/interfaces/IWBNB.sol/IWBNB.dbg.json +1 -1
- package/artifacts/contracts/Swap/interfaces/InterfaceComptroller.sol/InterfaceComptroller.dbg.json +1 -1
- package/artifacts/contracts/Swap/lib/PancakeLibrary.sol/PancakeLibrary.dbg.json +1 -1
- package/artifacts/contracts/Swap/lib/TransferHelper.sol/TransferHelper.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/Interfaces/IPrime.sol/IPrime.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/Interfaces/IPrimeLiquidityProvider.sol/IPrimeLiquidityProvider.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/Interfaces/IVToken.sol/IVToken.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/Interfaces/IXVSVault.sol/IXVSVault.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/Interfaces/InterfaceComptroller.sol/InterfaceComptroller.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/Prime.sol/Prime.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/PrimeLiquidityProvider.sol/PrimeLiquidityProvider.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/PrimeStorage.sol/PrimeStorageV1.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/libs/FixedMath.sol/FixedMath.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/libs/FixedMath0x.sol/FixedMath0x.dbg.json +1 -1
- package/artifacts/contracts/Tokens/Prime/libs/Scores.sol/Scores.dbg.json +1 -1
- package/artifacts/contracts/test/AccessControlManagerMock.sol/AccessControlManagerMock.dbg.json +1 -1
- package/artifacts/contracts/test/LiquidatorHarness.sol/LiquidatorHarness.dbg.json +1 -1
- package/artifacts/contracts/test/LiquidatorHarness.sol/LiquidatorHarness.json +7 -7
- package/artifacts/contracts/test/MockProtocolShareReserve.sol/IComptroller.dbg.json +1 -1
- package/artifacts/contracts/test/MockProtocolShareReserve.sol/IIncomeDestination.dbg.json +1 -1
- package/artifacts/contracts/test/MockProtocolShareReserve.sol/IMockProtocolShareReserve.dbg.json +1 -1
- package/artifacts/contracts/test/MockProtocolShareReserve.sol/IPoolRegistry.dbg.json +1 -1
- package/artifacts/contracts/test/MockProtocolShareReserve.sol/IPrime.dbg.json +1 -1
- package/artifacts/contracts/test/MockProtocolShareReserve.sol/IVToken.dbg.json +1 -1
- package/artifacts/contracts/test/MockProtocolShareReserve.sol/MaxLoopsLimitHelper.dbg.json +1 -1
- package/artifacts/contracts/test/MockProtocolShareReserve.sol/MockProtocolShareReserve.dbg.json +1 -1
- package/artifacts/contracts/test/PrimeScenario.sol/PrimeScenario.dbg.json +1 -1
- package/contracts/DelegateBorrowers/MoveDebtDelegate.sol +179 -0
- package/contracts/DelegateBorrowers/SwapDebtDelegate.sol +15 -31
- package/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol} +10 -3
- package/contracts/Liquidator/BUSDLiquidator.sol +6 -5
- package/contracts/Liquidator/Liquidator.sol +6 -5
- package/deployments/bscmainnet.json +1 -15808
- package/deployments/bscmainnet_addresses.json +2 -33
- package/deployments/bsctestnet.json +1 -15189
- package/deployments/bsctestnet_addresses.json +2 -32
- package/deployments/sepolia.json +0 -363
- package/deployments/sepolia_addresses.json +1 -2
- package/dist/deployments/bscmainnet.json +1 -15808
- package/dist/deployments/bsctestnet.json +1 -15189
- package/dist/hardhat.config.js +28 -20
- package/dist/typechain/contracts/DelegateBorrowers/MoveDebtDelegate.d.ts +274 -0
- package/dist/typechain/contracts/DelegateBorrowers/{SwapDebtDelegate.sol/SwapDebtDelegate.d.ts → SwapDebtDelegate.d.ts} +1 -1
- package/dist/typechain/contracts/DelegateBorrowers/index.d.ts +2 -2
- package/dist/typechain/contracts/DelegateBorrowers/index.js +0 -1
- package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IComptroller.d.ts +10 -2
- package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/ILiquidator.d.ts +1 -1
- package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVAIController.d.ts +1 -1
- package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBNB.d.ts +15 -7
- package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBep20.d.ts +47 -7
- package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVToken.d.ts +15 -7
- package/dist/typechain/contracts/Liquidator/index.d.ts +0 -2
- package/dist/typechain/contracts/Liquidator/index.js +0 -1
- package/dist/typechain/contracts/index.d.ts +2 -0
- package/dist/typechain/factories/contracts/DelegateBorrowers/MoveDebtDelegate__factory.d.ts +294 -0
- package/dist/typechain/factories/contracts/DelegateBorrowers/MoveDebtDelegate__factory.js +390 -0
- package/dist/typechain/factories/contracts/DelegateBorrowers/{SwapDebtDelegate.sol/SwapDebtDelegate__factory.d.ts → SwapDebtDelegate__factory.d.ts} +5 -5
- package/dist/typechain/factories/contracts/DelegateBorrowers/{SwapDebtDelegate.sol/SwapDebtDelegate__factory.js → SwapDebtDelegate__factory.js} +3 -3
- package/dist/typechain/factories/contracts/DelegateBorrowers/index.d.ts +2 -1
- package/dist/typechain/factories/contracts/DelegateBorrowers/index.js +5 -25
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IComptroller__factory.d.ts +11 -1
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IComptroller__factory.js +13 -0
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/ILiquidator__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVAIController__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBNB__factory.d.ts +12 -2
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBNB__factory.js +14 -1
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBep20__factory.d.ts +48 -2
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBep20__factory.js +62 -1
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVToken__factory.d.ts +12 -2
- package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVToken__factory.js +14 -1
- package/dist/typechain/factories/contracts/Liquidator/BUSDLiquidator__factory.d.ts +2 -2
- package/dist/typechain/factories/contracts/Liquidator/BUSDLiquidator__factory.js +2 -2
- package/dist/typechain/factories/contracts/Liquidator/Liquidator__factory.d.ts +5 -5
- package/dist/typechain/factories/contracts/Liquidator/Liquidator__factory.js +6 -6
- package/dist/typechain/factories/contracts/Liquidator/index.d.ts +0 -1
- package/dist/typechain/factories/contracts/Liquidator/index.js +1 -25
- package/dist/typechain/factories/contracts/index.d.ts +1 -0
- package/dist/typechain/factories/contracts/index.js +2 -1
- package/dist/typechain/factories/contracts/test/LiquidatorHarness__factory.d.ts +5 -5
- package/dist/typechain/factories/contracts/test/LiquidatorHarness__factory.js +6 -6
- package/dist/typechain/index.d.ts +14 -14
- package/dist/typechain/index.js +14 -14
- package/package.json +1 -1
- package/artifacts/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IComptroller.dbg.json +0 -4
- package/artifacts/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IComptroller.json +0 -24
- package/artifacts/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IPriceOracle.dbg.json +0 -4
- package/artifacts/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IPriceOracle.json +0 -30
- package/artifacts/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IVToken.dbg.json +0 -4
- package/artifacts/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IVToken.json +0 -104
- package/artifacts/contracts/Liquidator/Interfaces.sol/IComptroller.dbg.json +0 -4
- package/artifacts/contracts/Liquidator/Interfaces.sol/ILiquidator.dbg.json +0 -4
- package/artifacts/contracts/Liquidator/Interfaces.sol/IVAIController.dbg.json +0 -4
- package/artifacts/contracts/Liquidator/Interfaces.sol/IVBNB.dbg.json +0 -4
- package/artifacts/contracts/Liquidator/Interfaces.sol/IVBep20.dbg.json +0 -4
- package/artifacts/contracts/Liquidator/Interfaces.sol/IVToken.dbg.json +0 -4
- package/contracts/Liquidator/constants.sol +0 -5
- package/contracts/Liquidator/zeroAddress.sol +0 -11
- package/dist/typechain/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IComptroller.d.ts +0 -42
- package/dist/typechain/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IPriceOracle.d.ts +0 -42
- package/dist/typechain/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IPriceOracle.js +0 -3
- package/dist/typechain/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IVToken.d.ts +0 -98
- package/dist/typechain/contracts/DelegateBorrowers/SwapDebtDelegate.sol/index.d.ts +0 -4
- package/dist/typechain/contracts/Liquidator/Interfaces.sol/IVToken.js +0 -3
- package/dist/typechain/contracts/Liquidator/Interfaces.sol/index.js +0 -2
- package/dist/typechain/factories/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IComptroller__factory.d.ts +0 -18
- package/dist/typechain/factories/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IComptroller__factory.js +0 -30
- package/dist/typechain/factories/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IPriceOracle__factory.d.ts +0 -22
- package/dist/typechain/factories/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IPriceOracle__factory.js +0 -36
- package/dist/typechain/factories/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IVToken__factory.d.ts +0 -78
- package/dist/typechain/factories/contracts/DelegateBorrowers/SwapDebtDelegate.sol/IVToken__factory.js +0 -110
- package/dist/typechain/factories/contracts/DelegateBorrowers/SwapDebtDelegate.sol/index.d.ts +0 -4
- package/dist/typechain/factories/contracts/DelegateBorrowers/SwapDebtDelegate.sol/index.js +0 -14
- /package/contracts/{Liquidator → lib}/approveOrRevert.sol +0 -0
- /package/dist/typechain/contracts/DelegateBorrowers/{SwapDebtDelegate.sol/IComptroller.js → MoveDebtDelegate.js} +0 -0
- /package/dist/typechain/contracts/DelegateBorrowers/{SwapDebtDelegate.sol/SwapDebtDelegate.js → SwapDebtDelegate.js} +0 -0
- /package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IComptroller.js +0 -0
- /package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/ILiquidator.js +0 -0
- /package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVAIController.js +0 -0
- /package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBNB.js +0 -0
- /package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVBep20.js +0 -0
- /package/dist/typechain/contracts/{DelegateBorrowers/SwapDebtDelegate.sol → InterfacesV8.sol}/IVToken.js +0 -0
- /package/dist/typechain/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/index.d.ts +0 -0
- /package/dist/typechain/contracts/{DelegateBorrowers/SwapDebtDelegate.sol → InterfacesV8.sol}/index.js +0 -0
- /package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/ILiquidator__factory.js +0 -0
- /package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/IVAIController__factory.js +0 -0
- /package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/index.d.ts +0 -0
- /package/dist/typechain/factories/contracts/{Liquidator/Interfaces.sol → InterfacesV8.sol}/index.js +0 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"BUSD": "0x8301F2213c0eeD49a7E28Ae4c3e91722919B8B47",
|
|
8
8
|
"Comptroller": "0xfd301ad2503b25a7670a45b11a043c20b04ee896",
|
|
9
9
|
"ComptrollerLens": "0xc698edFbac7F4A3A2A06757860938e73260ed7a4",
|
|
10
|
-
"DefaultProxyAdmin": "
|
|
10
|
+
"DefaultProxyAdmin": "0x7877ffd62649b6a1557b55d4c20fcbab17344c91",
|
|
11
11
|
"ETH": "0x98f7A83361F7Ac8765CcEBAB1425da6b341958a7",
|
|
12
12
|
"LTC": "0x969F147B6b8D81f86175de33206A4FD43dF17913",
|
|
13
13
|
"Liquidator": "0x40FB27A83e52E7B213CC345f5b6ACA17bf7D5139",
|
|
@@ -112,36 +112,6 @@
|
|
|
112
112
|
"vXRP_Proxy": "0x488aB2826a154da01CC4CC16A8C83d4720D3cA2C",
|
|
113
113
|
"vXVS": "0x6d6F697e34145Bb95c54E77482d97cc261Dc237E",
|
|
114
114
|
"vXVS_Implementation": "0x8d79c8f4400fe68fd17040539fe5e1706c1f2850",
|
|
115
|
-
"vXVS_Proxy": "0x6d6F697e34145Bb95c54E77482d97cc261Dc237E"
|
|
116
|
-
"AccessControlManager": "0x45f8a08F534f34A97187626E05d4b6648Eeaa9AA",
|
|
117
|
-
"CriticalTimelock": "0x23B893a7C45a5Eb8c8C062b9F32d0D2e43eD286D",
|
|
118
|
-
"FastTrackTimelock": "0x3CFf21b7AF8390fE68799D58727d3b4C25a83cb6",
|
|
119
|
-
"GovernorAlpha": "0x7df10b2118eb04d9806b15198019f83741a9f8f4",
|
|
120
|
-
"GovernorBravoDelegate": "0x4baF88AbA7f86f6540728BEF454b224C5d2215e7",
|
|
121
|
-
"GovernorBravoDelegator": "0x5573422A1a59385C247ec3a66B93B7C08eC2f8f2",
|
|
122
|
-
"GovernorBravoDelegator_Implementation": "0x4baf88aba7f86f6540728bef454b224c5d2215e7",
|
|
123
|
-
"GovernorBravoDelegator_Proxy": "0x5573422A1a59385C247ec3a66B93B7C08eC2f8f2",
|
|
124
|
-
"NormalTimelock": "0xce10739590001705F7FF231611ba4A48B2820327",
|
|
125
|
-
"BinanceOracle": "0xB58BFDCE610042311Dc0e034a80Cc7776c1D68f5",
|
|
126
|
-
"BinanceOracle_Implementation": "0xCd64844CD0E8E34782cd0d1bF3E537bf7b474FAe",
|
|
127
|
-
"BinanceOracle_Proxy": "0xB58BFDCE610042311Dc0e034a80Cc7776c1D68f5",
|
|
128
|
-
"BoundValidator": "0x2842140e4Ad3a92e9af30e27e290300dd785076d",
|
|
129
|
-
"BoundValidator_Implementation": "0x4915F67a57FDcbA22535F0F021D64b66b095d026",
|
|
130
|
-
"BoundValidator_Proxy": "0x2842140e4Ad3a92e9af30e27e290300dd785076d",
|
|
131
|
-
"ChainlinkOracle": "0xCeA29f1266e880A1482c06eD656cD08C148BaA32",
|
|
132
|
-
"ChainlinkOracle_Implementation": "0xa074529FD3d0E7261A730d0f867107BA0C20d74A",
|
|
133
|
-
"ChainlinkOracle_Proxy": "0xCeA29f1266e880A1482c06eD656cD08C148BaA32",
|
|
134
|
-
"PythOracle": "0x94E1534c14e0736BB24decA625f2F5364B198E0C",
|
|
135
|
-
"PythOracle_Implementation": "0xb8a450101DF8ab770c8F8521E189a4B39e7Cf5f5",
|
|
136
|
-
"PythOracle_Proxy": "0x94E1534c14e0736BB24decA625f2F5364B198E0C",
|
|
137
|
-
"RedStoneOracle": "0x0Af51d1504ac5B711A9EAFe2fAC11A51d32029Ad",
|
|
138
|
-
"RedStoneOracle_Implementation": "0xCAC32CFceAe762Bd6DA9C1d24DCB9Ce7FB6C2e73",
|
|
139
|
-
"RedStoneOracle_Proxy": "0x0Af51d1504ac5B711A9EAFe2fAC11A51d32029Ad",
|
|
140
|
-
"ResilientOracle": "0x3cD69251D04A28d887Ac14cbe2E14c52F3D57823",
|
|
141
|
-
"ResilientOracle_Implementation": "0x35cC3b99985F9d970aEcc9BD83d5Ac78a074a896",
|
|
142
|
-
"ResilientOracle_Proxy": "0x3cD69251D04A28d887Ac14cbe2E14c52F3D57823",
|
|
143
|
-
"TwapOracle": "0x3eeE05d929D1E9816185B1b6d8c470eC192b4432",
|
|
144
|
-
"TwapOracle_Implementation": "0x572ec272B4Ae3a50B99905AFd78671F84474ffd1",
|
|
145
|
-
"TwapOracle_Proxy": "0x3eeE05d929D1E9816185B1b6d8c470eC192b4432"
|
|
115
|
+
"vXVS_Proxy": "0x6d6F697e34145Bb95c54E77482d97cc261Dc237E"
|
|
146
116
|
}
|
|
147
117
|
}
|
package/deployments/sepolia.json
CHANGED
|
@@ -2235,369 +2235,6 @@
|
|
|
2235
2235
|
"type": "function"
|
|
2236
2236
|
}
|
|
2237
2237
|
]
|
|
2238
|
-
},
|
|
2239
|
-
"AccessControlManager": {
|
|
2240
|
-
"address": "0xbf705C00578d43B6147ab4eaE04DBBEd1ccCdc96",
|
|
2241
|
-
"abi": [
|
|
2242
|
-
{
|
|
2243
|
-
"inputs": [],
|
|
2244
|
-
"stateMutability": "nonpayable",
|
|
2245
|
-
"type": "constructor"
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"anonymous": false,
|
|
2249
|
-
"inputs": [
|
|
2250
|
-
{
|
|
2251
|
-
"indexed": false,
|
|
2252
|
-
"internalType": "address",
|
|
2253
|
-
"name": "account",
|
|
2254
|
-
"type": "address"
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
"indexed": false,
|
|
2258
|
-
"internalType": "address",
|
|
2259
|
-
"name": "contractAddress",
|
|
2260
|
-
"type": "address"
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
"indexed": false,
|
|
2264
|
-
"internalType": "string",
|
|
2265
|
-
"name": "functionSig",
|
|
2266
|
-
"type": "string"
|
|
2267
|
-
}
|
|
2268
|
-
],
|
|
2269
|
-
"name": "PermissionGranted",
|
|
2270
|
-
"type": "event"
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"anonymous": false,
|
|
2274
|
-
"inputs": [
|
|
2275
|
-
{
|
|
2276
|
-
"indexed": false,
|
|
2277
|
-
"internalType": "address",
|
|
2278
|
-
"name": "account",
|
|
2279
|
-
"type": "address"
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"indexed": false,
|
|
2283
|
-
"internalType": "address",
|
|
2284
|
-
"name": "contractAddress",
|
|
2285
|
-
"type": "address"
|
|
2286
|
-
},
|
|
2287
|
-
{
|
|
2288
|
-
"indexed": false,
|
|
2289
|
-
"internalType": "string",
|
|
2290
|
-
"name": "functionSig",
|
|
2291
|
-
"type": "string"
|
|
2292
|
-
}
|
|
2293
|
-
],
|
|
2294
|
-
"name": "PermissionRevoked",
|
|
2295
|
-
"type": "event"
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"anonymous": false,
|
|
2299
|
-
"inputs": [
|
|
2300
|
-
{
|
|
2301
|
-
"indexed": true,
|
|
2302
|
-
"internalType": "bytes32",
|
|
2303
|
-
"name": "role",
|
|
2304
|
-
"type": "bytes32"
|
|
2305
|
-
},
|
|
2306
|
-
{
|
|
2307
|
-
"indexed": true,
|
|
2308
|
-
"internalType": "bytes32",
|
|
2309
|
-
"name": "previousAdminRole",
|
|
2310
|
-
"type": "bytes32"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"indexed": true,
|
|
2314
|
-
"internalType": "bytes32",
|
|
2315
|
-
"name": "newAdminRole",
|
|
2316
|
-
"type": "bytes32"
|
|
2317
|
-
}
|
|
2318
|
-
],
|
|
2319
|
-
"name": "RoleAdminChanged",
|
|
2320
|
-
"type": "event"
|
|
2321
|
-
},
|
|
2322
|
-
{
|
|
2323
|
-
"anonymous": false,
|
|
2324
|
-
"inputs": [
|
|
2325
|
-
{
|
|
2326
|
-
"indexed": true,
|
|
2327
|
-
"internalType": "bytes32",
|
|
2328
|
-
"name": "role",
|
|
2329
|
-
"type": "bytes32"
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"indexed": true,
|
|
2333
|
-
"internalType": "address",
|
|
2334
|
-
"name": "account",
|
|
2335
|
-
"type": "address"
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"indexed": true,
|
|
2339
|
-
"internalType": "address",
|
|
2340
|
-
"name": "sender",
|
|
2341
|
-
"type": "address"
|
|
2342
|
-
}
|
|
2343
|
-
],
|
|
2344
|
-
"name": "RoleGranted",
|
|
2345
|
-
"type": "event"
|
|
2346
|
-
},
|
|
2347
|
-
{
|
|
2348
|
-
"anonymous": false,
|
|
2349
|
-
"inputs": [
|
|
2350
|
-
{
|
|
2351
|
-
"indexed": true,
|
|
2352
|
-
"internalType": "bytes32",
|
|
2353
|
-
"name": "role",
|
|
2354
|
-
"type": "bytes32"
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
"indexed": true,
|
|
2358
|
-
"internalType": "address",
|
|
2359
|
-
"name": "account",
|
|
2360
|
-
"type": "address"
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
"indexed": true,
|
|
2364
|
-
"internalType": "address",
|
|
2365
|
-
"name": "sender",
|
|
2366
|
-
"type": "address"
|
|
2367
|
-
}
|
|
2368
|
-
],
|
|
2369
|
-
"name": "RoleRevoked",
|
|
2370
|
-
"type": "event"
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"inputs": [],
|
|
2374
|
-
"name": "DEFAULT_ADMIN_ROLE",
|
|
2375
|
-
"outputs": [
|
|
2376
|
-
{
|
|
2377
|
-
"internalType": "bytes32",
|
|
2378
|
-
"name": "",
|
|
2379
|
-
"type": "bytes32"
|
|
2380
|
-
}
|
|
2381
|
-
],
|
|
2382
|
-
"stateMutability": "view",
|
|
2383
|
-
"type": "function"
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"inputs": [
|
|
2387
|
-
{
|
|
2388
|
-
"internalType": "bytes32",
|
|
2389
|
-
"name": "role",
|
|
2390
|
-
"type": "bytes32"
|
|
2391
|
-
}
|
|
2392
|
-
],
|
|
2393
|
-
"name": "getRoleAdmin",
|
|
2394
|
-
"outputs": [
|
|
2395
|
-
{
|
|
2396
|
-
"internalType": "bytes32",
|
|
2397
|
-
"name": "",
|
|
2398
|
-
"type": "bytes32"
|
|
2399
|
-
}
|
|
2400
|
-
],
|
|
2401
|
-
"stateMutability": "view",
|
|
2402
|
-
"type": "function"
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
"inputs": [
|
|
2406
|
-
{
|
|
2407
|
-
"internalType": "address",
|
|
2408
|
-
"name": "contractAddress",
|
|
2409
|
-
"type": "address"
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"internalType": "string",
|
|
2413
|
-
"name": "functionSig",
|
|
2414
|
-
"type": "string"
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"internalType": "address",
|
|
2418
|
-
"name": "accountToPermit",
|
|
2419
|
-
"type": "address"
|
|
2420
|
-
}
|
|
2421
|
-
],
|
|
2422
|
-
"name": "giveCallPermission",
|
|
2423
|
-
"outputs": [],
|
|
2424
|
-
"stateMutability": "nonpayable",
|
|
2425
|
-
"type": "function"
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"inputs": [
|
|
2429
|
-
{
|
|
2430
|
-
"internalType": "bytes32",
|
|
2431
|
-
"name": "role",
|
|
2432
|
-
"type": "bytes32"
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"internalType": "address",
|
|
2436
|
-
"name": "account",
|
|
2437
|
-
"type": "address"
|
|
2438
|
-
}
|
|
2439
|
-
],
|
|
2440
|
-
"name": "grantRole",
|
|
2441
|
-
"outputs": [],
|
|
2442
|
-
"stateMutability": "nonpayable",
|
|
2443
|
-
"type": "function"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"inputs": [
|
|
2447
|
-
{
|
|
2448
|
-
"internalType": "address",
|
|
2449
|
-
"name": "account",
|
|
2450
|
-
"type": "address"
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"internalType": "address",
|
|
2454
|
-
"name": "contractAddress",
|
|
2455
|
-
"type": "address"
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"internalType": "string",
|
|
2459
|
-
"name": "functionSig",
|
|
2460
|
-
"type": "string"
|
|
2461
|
-
}
|
|
2462
|
-
],
|
|
2463
|
-
"name": "hasPermission",
|
|
2464
|
-
"outputs": [
|
|
2465
|
-
{
|
|
2466
|
-
"internalType": "bool",
|
|
2467
|
-
"name": "",
|
|
2468
|
-
"type": "bool"
|
|
2469
|
-
}
|
|
2470
|
-
],
|
|
2471
|
-
"stateMutability": "view",
|
|
2472
|
-
"type": "function"
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"inputs": [
|
|
2476
|
-
{
|
|
2477
|
-
"internalType": "bytes32",
|
|
2478
|
-
"name": "role",
|
|
2479
|
-
"type": "bytes32"
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"internalType": "address",
|
|
2483
|
-
"name": "account",
|
|
2484
|
-
"type": "address"
|
|
2485
|
-
}
|
|
2486
|
-
],
|
|
2487
|
-
"name": "hasRole",
|
|
2488
|
-
"outputs": [
|
|
2489
|
-
{
|
|
2490
|
-
"internalType": "bool",
|
|
2491
|
-
"name": "",
|
|
2492
|
-
"type": "bool"
|
|
2493
|
-
}
|
|
2494
|
-
],
|
|
2495
|
-
"stateMutability": "view",
|
|
2496
|
-
"type": "function"
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"inputs": [
|
|
2500
|
-
{
|
|
2501
|
-
"internalType": "address",
|
|
2502
|
-
"name": "account",
|
|
2503
|
-
"type": "address"
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"internalType": "string",
|
|
2507
|
-
"name": "functionSig",
|
|
2508
|
-
"type": "string"
|
|
2509
|
-
}
|
|
2510
|
-
],
|
|
2511
|
-
"name": "isAllowedToCall",
|
|
2512
|
-
"outputs": [
|
|
2513
|
-
{
|
|
2514
|
-
"internalType": "bool",
|
|
2515
|
-
"name": "",
|
|
2516
|
-
"type": "bool"
|
|
2517
|
-
}
|
|
2518
|
-
],
|
|
2519
|
-
"stateMutability": "view",
|
|
2520
|
-
"type": "function"
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"inputs": [
|
|
2524
|
-
{
|
|
2525
|
-
"internalType": "bytes32",
|
|
2526
|
-
"name": "role",
|
|
2527
|
-
"type": "bytes32"
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"internalType": "address",
|
|
2531
|
-
"name": "account",
|
|
2532
|
-
"type": "address"
|
|
2533
|
-
}
|
|
2534
|
-
],
|
|
2535
|
-
"name": "renounceRole",
|
|
2536
|
-
"outputs": [],
|
|
2537
|
-
"stateMutability": "nonpayable",
|
|
2538
|
-
"type": "function"
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
"inputs": [
|
|
2542
|
-
{
|
|
2543
|
-
"internalType": "address",
|
|
2544
|
-
"name": "contractAddress",
|
|
2545
|
-
"type": "address"
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"internalType": "string",
|
|
2549
|
-
"name": "functionSig",
|
|
2550
|
-
"type": "string"
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
"internalType": "address",
|
|
2554
|
-
"name": "accountToRevoke",
|
|
2555
|
-
"type": "address"
|
|
2556
|
-
}
|
|
2557
|
-
],
|
|
2558
|
-
"name": "revokeCallPermission",
|
|
2559
|
-
"outputs": [],
|
|
2560
|
-
"stateMutability": "nonpayable",
|
|
2561
|
-
"type": "function"
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"inputs": [
|
|
2565
|
-
{
|
|
2566
|
-
"internalType": "bytes32",
|
|
2567
|
-
"name": "role",
|
|
2568
|
-
"type": "bytes32"
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"internalType": "address",
|
|
2572
|
-
"name": "account",
|
|
2573
|
-
"type": "address"
|
|
2574
|
-
}
|
|
2575
|
-
],
|
|
2576
|
-
"name": "revokeRole",
|
|
2577
|
-
"outputs": [],
|
|
2578
|
-
"stateMutability": "nonpayable",
|
|
2579
|
-
"type": "function"
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"inputs": [
|
|
2583
|
-
{
|
|
2584
|
-
"internalType": "bytes4",
|
|
2585
|
-
"name": "interfaceId",
|
|
2586
|
-
"type": "bytes4"
|
|
2587
|
-
}
|
|
2588
|
-
],
|
|
2589
|
-
"name": "supportsInterface",
|
|
2590
|
-
"outputs": [
|
|
2591
|
-
{
|
|
2592
|
-
"internalType": "bool",
|
|
2593
|
-
"name": "",
|
|
2594
|
-
"type": "bool"
|
|
2595
|
-
}
|
|
2596
|
-
],
|
|
2597
|
-
"stateMutability": "view",
|
|
2598
|
-
"type": "function"
|
|
2599
|
-
}
|
|
2600
|
-
]
|
|
2601
2238
|
}
|
|
2602
2239
|
}
|
|
2603
2240
|
}
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"VTreasuryV8": "0x4116CA92960dF77756aAAc3aFd91361dB657fbF8",
|
|
6
6
|
"XVSStore": "0x4be90041D1e082EfE3613099aA3b987D9045d718",
|
|
7
7
|
"XVSVault": "0xC59C757D88c38F9d6B15FDae8D7026D694d1c4E5",
|
|
8
|
-
"XVSVaultProxy": "0xe507B30C41E9e375BCe05197c1e09fc9ee40c0f6"
|
|
9
|
-
"AccessControlManager": "0xbf705C00578d43B6147ab4eaE04DBBEd1ccCdc96"
|
|
8
|
+
"XVSVaultProxy": "0xe507B30C41E9e375BCe05197c1e09fc9ee40c0f6"
|
|
10
9
|
}
|
|
11
10
|
}
|