@venusprotocol/governance-contracts 1.4.0-dev.9 → 1.4.0
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/build-info/0316dd7fd2aa91e193fff5353b0091da.json +1 -0
- package/artifacts/contracts/Governance/GovernorBravoDelegate.sol/GovernorBravoDelegate.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoDelegator.sol/GovernorBravoDelegator.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorAlphaInterface.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/TimelockInterface.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/XvsVaultInterface.dbg.json +1 -1
- package/artifacts/contracts/legacy/GovernorBravoDelegateV1.sol/GovernorBravoDelegateV1.dbg.json +1 -1
- package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.dbg.json +1 -1
- package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.dbg.json +1 -1
- package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1.dbg.json +1 -1
- package/deploy/001-timelock.ts +1 -0
- package/deployments/opbnbmainnet/.chainId +1 -0
- package/deployments/opbnbmainnet/AccessControlManager.json +564 -0
- package/deployments/opbnbmainnet/solcInputs/f3b32d95e78d88a56120d2db9f8dd708.json +78 -0
- package/deployments/opbnbmainnet.json +369 -0
- package/deployments/opbnbmainnet_addresses.json +7 -0
- package/deployments/opbnbtestnet_addresses.json +7 -0
- package/dist/deploy/001-timelock.d.ts.map +1 -1
- package/dist/deploy/001-timelock.js +1 -0
- package/dist/deploy/001-timelock.js.map +1 -1
- package/dist/hardhat.config.d.ts.map +1 -1
- package/dist/hardhat.config.js +13 -7
- package/dist/hardhat.config.js.map +1 -1
- package/dist/helpers/deploy/constants.d.ts +2 -1
- package/dist/helpers/deploy/constants.d.ts.map +1 -1
- package/dist/helpers/deploy/constants.js +1 -0
- package/dist/helpers/deploy/constants.js.map +1 -1
- package/dist/helpers/deploy/deploymentUtils.d.ts.map +1 -1
- package/dist/helpers/deploy/deploymentUtils.js +3 -0
- package/dist/helpers/deploy/deploymentUtils.js.map +1 -1
- package/package.json +1 -1
- package/artifacts/build-info/da11d367dd07d3f79bea1d8c5833588f.json +0 -1
- package/artifacts/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1.dbg.json +0 -4
- package/artifacts/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1.json +0 -418
- package/contracts/legacy/GovenorBravoV1.sol +0 -97
package/deploy/001-timelock.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
204
|