@venusprotocol/governance-contracts 2.11.1-dev.2 → 2.12.0-dev.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/artifacts/build-info/3b47d4ce14ec7fb090660b6af43c54be.json +1 -0
- package/artifacts/contracts/Governance/GovernorBravoDelegate.sol/GovernorBravoDelegate.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoDelegate.sol/GovernorBravoDelegate.json +208 -62
- package/artifacts/contracts/Governance/GovernorBravoDelegator.sol/GovernorBravoDelegator.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoDelegator.sol/GovernorBravoDelegator.json +82 -2
- 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/GovernorBravoDelegateStorageV1.json +2 -2
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2.json +2 -2
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.dbg.json +4 -0
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.json +365 -0
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.json +2 -2
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.json +82 -2
- 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/GovenorBravoV1.sol/GovernorBravoDelegatorV1.dbg.json +1 -1
- package/artifacts/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1.json +2 -2
- package/artifacts/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.dbg.json +4 -0
- package/artifacts/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.json +418 -0
- package/artifacts/contracts/legacy/GovernorBravoDelegateV1.sol/GovernorBravoDelegateV1.dbg.json +1 -1
- package/artifacts/contracts/legacy/GovernorBravoDelegateV1.sol/GovernorBravoDelegateV1.json +2 -2
- package/artifacts/contracts/legacy/GovernorBravoDelegateV2.sol/GovernorBravoDelegateV2.dbg.json +4 -0
- package/artifacts/contracts/legacy/GovernorBravoDelegateV2.sol/GovernorBravoDelegateV2.json +1173 -0
- package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.dbg.json +1 -1
- package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.json +2 -2
- package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.dbg.json +1 -1
- package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.json +2 -2
- package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1.dbg.json +1 -1
- package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1.json +2 -2
- package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.dbg.json +4 -0
- package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.json +283 -0
- package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.dbg.json +4 -0
- package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.json +335 -0
- package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.dbg.json +4 -0
- package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.json +56 -0
- package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.dbg.json +4 -0
- package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.json +312 -0
- package/contracts/Governance/GovernorBravoDelegate.sol +80 -30
- package/contracts/Governance/GovernorBravoInterfaces.sol +33 -1
- package/contracts/legacy/GovenorBravoV2.sol +97 -0
- package/contracts/legacy/GovernorBravoDelegateV2.sol +521 -0
- package/contracts/legacy/GovernorBravoInterfacesV2.sol +208 -0
- package/deploy/011-deploy-governor-bravo.ts +32 -0
- package/deployments/bscmainnet/GovernorBravoDelegate.json +877 -62
- package/deployments/bscmainnet/solcInputs/ad770aaa336e097c7b976e7839cb0f59.json +48 -0
- package/deployments/bscmainnet.json +207 -61
- package/deployments/bscmainnet_addresses.json +1 -1
- package/deployments/bsctestnet/GovernorBravoDelegate.json +877 -62
- package/deployments/bsctestnet/solcInputs/39afa7d975793de62f715dc8afa71529.json +48 -0
- package/deployments/bsctestnet/solcInputs/51535febbc2fed693ac575b5f75633d2.json +48 -0
- package/deployments/bsctestnet/solcInputs/ad770aaa336e097c7b976e7839cb0f59.json +48 -0
- package/deployments/bsctestnet.json +207 -61
- package/deployments/bsctestnet_addresses.json +1 -1
- package/dist/deploy/011-deploy-governor-bravo.d.ts +4 -0
- package/dist/deploy/011-deploy-governor-bravo.d.ts.map +1 -0
- package/dist/deploy/011-deploy-governor-bravo.js +36 -0
- package/dist/deploy/011-deploy-governor-bravo.js.map +1 -0
- package/dist/deployments/bscmainnet.json +207 -61
- package/dist/deployments/bsctestnet.json +207 -61
- package/dist/typechain/contracts/Governance/GovernorBravoDelegate.d.ts +137 -39
- package/dist/typechain/contracts/Governance/GovernorBravoDelegate.d.ts.map +1 -1
- package/dist/typechain/contracts/Governance/GovernorBravoDelegator.d.ts +40 -0
- package/dist/typechain/contracts/Governance/GovernorBravoDelegator.d.ts.map +1 -1
- package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.d.ts +297 -0
- package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.d.ts.map +1 -0
- package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.js +3 -0
- package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.js.map +1 -0
- package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.d.ts +40 -0
- package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.d.ts.map +1 -1
- package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/index.d.ts +1 -0
- package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/index.d.ts.map +1 -1
- package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.d.ts +259 -0
- package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.d.ts.map +1 -0
- package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.js +3 -0
- package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.js.map +1 -0
- package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/index.d.ts +2 -0
- package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/index.d.ts.map +1 -0
- package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/index.js +3 -0
- package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/index.js.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoDelegateV2.d.ts +833 -0
- package/dist/typechain/contracts/legacy/GovernorBravoDelegateV2.d.ts.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoDelegateV2.js +3 -0
- package/dist/typechain/contracts/legacy/GovernorBravoDelegateV2.js.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.d.ts +219 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.d.ts.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.js +3 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.js.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.d.ts +259 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.d.ts.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.js +3 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.js.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.d.ts +59 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.d.ts.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.js +3 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.js.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.d.ts +215 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.d.ts.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.js +3 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.js.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.d.ts +5 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.d.ts.map +1 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.js +3 -0
- package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.js.map +1 -0
- package/dist/typechain/contracts/legacy/index.d.ts +5 -0
- package/dist/typechain/contracts/legacy/index.d.ts.map +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.d.ts +165 -49
- package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.d.ts.map +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.js +207 -61
- package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.js.map +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.d.ts +66 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.d.ts.map +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.js +81 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.js.map +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.js +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2__factory.js +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.d.ts +302 -0
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.d.ts.map +1 -0
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.js +394 -0
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.js.map +1 -0
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.js +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.d.ts +66 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.d.ts.map +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.js +81 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.js.map +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.d.ts +1 -0
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.d.ts.map +1 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.js +3 -1
- package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.js.map +1 -1
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1__factory.js +1 -1
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.d.ts +346 -0
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.d.ts.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.js +447 -0
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.js.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.d.ts +2 -0
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.d.ts.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.js +6 -0
- package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.js.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV1__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV1__factory.js +1 -1
- package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.d.ts +944 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.d.ts.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.js +1202 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.js.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.js +1 -1
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.js +1 -1
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1__factory.d.ts +1 -1
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1__factory.js +1 -1
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.d.ts +238 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.d.ts.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.js +312 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.js.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.d.ts +278 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.d.ts.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.js +364 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.js.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.d.ts +58 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.d.ts.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.js +85 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.js.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.d.ts +262 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.d.ts.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.js +341 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.js.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.d.ts +5 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.d.ts.map +1 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.js +12 -0
- package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.js.map +1 -0
- package/dist/typechain/factories/contracts/legacy/index.d.ts +3 -0
- package/dist/typechain/factories/contracts/legacy/index.d.ts.map +1 -1
- package/dist/typechain/factories/contracts/legacy/index.js +5 -1
- package/dist/typechain/factories/contracts/legacy/index.js.map +1 -1
- package/dist/typechain/index.d.ts +6 -0
- package/dist/typechain/index.d.ts.map +1 -1
- package/dist/typechain/index.js +8 -2
- package/dist/typechain/index.js.map +1 -1
- package/package.json +1 -1
- package/typechain/contracts/Governance/GovernorBravoDelegate.ts +221 -81
- package/typechain/contracts/Governance/GovernorBravoDelegator.ts +76 -0
- package/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.ts +573 -0
- package/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.ts +76 -0
- package/typechain/contracts/Governance/GovernorBravoInterfaces.sol/index.ts +1 -0
- package/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.ts +477 -0
- package/typechain/contracts/legacy/GovenorBravoV2.sol/index.ts +4 -0
- package/typechain/contracts/legacy/GovernorBravoDelegateV2.ts +1716 -0
- package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.ts +438 -0
- package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.ts +526 -0
- package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.ts +125 -0
- package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.ts +371 -0
- package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.ts +7 -0
- package/typechain/contracts/legacy/index.ts +7 -0
- package/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.ts +207 -61
- package/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.ts +81 -1
- package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.ts +1 -1
- package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2__factory.ts +1 -1
- package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.ts +425 -0
- package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.ts +1 -1
- package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.ts +81 -1
- package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.ts +1 -0
- package/typechain/factories/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1__factory.ts +1 -1
- package/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.ts +519 -0
- package/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.ts +4 -0
- package/typechain/factories/contracts/legacy/GovernorBravoDelegateV1__factory.ts +1 -1
- package/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.ts +1231 -0
- package/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.ts +1 -1
- package/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.ts +1 -1
- package/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1__factory.ts +1 -1
- package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.ts +343 -0
- package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.ts +395 -0
- package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.ts +116 -0
- package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.ts +370 -0
- package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.ts +7 -0
- package/typechain/factories/contracts/legacy/index.ts +3 -0
- package/typechain/index.ts +6 -0
- package/artifacts/build-info/da11d367dd07d3f79bea1d8c5833588f.json +0 -1
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
import type {
|
|
7
|
+
TypedEventFilter,
|
|
8
|
+
TypedEvent,
|
|
9
|
+
TypedListener,
|
|
10
|
+
OnEvent,
|
|
11
|
+
PromiseOrValue,
|
|
12
|
+
} from "../../../common";
|
|
13
|
+
import type { EventFragment } from "@ethersproject/abi";
|
|
14
|
+
import type { Listener, Provider } from "@ethersproject/providers";
|
|
15
|
+
import type { BaseContract, BigNumber, Signer, utils } from "ethers";
|
|
16
|
+
|
|
17
|
+
export interface GovernorBravoEventsV2Interface extends utils.Interface {
|
|
18
|
+
functions: {};
|
|
19
|
+
|
|
20
|
+
events: {
|
|
21
|
+
"NewAdmin(address,address)": EventFragment;
|
|
22
|
+
"NewGuardian(address,address)": EventFragment;
|
|
23
|
+
"NewImplementation(address,address)": EventFragment;
|
|
24
|
+
"NewPendingAdmin(address,address)": EventFragment;
|
|
25
|
+
"ProposalCanceled(uint256)": EventFragment;
|
|
26
|
+
"ProposalCreated(uint256,address,address[],uint256[],string[],bytes[],uint256,uint256,string,uint8)": EventFragment;
|
|
27
|
+
"ProposalExecuted(uint256)": EventFragment;
|
|
28
|
+
"ProposalMaxOperationsUpdated(uint256,uint256)": EventFragment;
|
|
29
|
+
"ProposalQueued(uint256,uint256)": EventFragment;
|
|
30
|
+
"ProposalThresholdSet(uint256,uint256)": EventFragment;
|
|
31
|
+
"VoteCast(address,uint256,uint8,uint256,string)": EventFragment;
|
|
32
|
+
"VotingDelaySet(uint256,uint256)": EventFragment;
|
|
33
|
+
"VotingPeriodSet(uint256,uint256)": EventFragment;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
getEvent(nameOrSignatureOrTopic: "NewAdmin"): EventFragment;
|
|
37
|
+
getEvent(nameOrSignatureOrTopic: "NewGuardian"): EventFragment;
|
|
38
|
+
getEvent(nameOrSignatureOrTopic: "NewImplementation"): EventFragment;
|
|
39
|
+
getEvent(nameOrSignatureOrTopic: "NewPendingAdmin"): EventFragment;
|
|
40
|
+
getEvent(nameOrSignatureOrTopic: "ProposalCanceled"): EventFragment;
|
|
41
|
+
getEvent(nameOrSignatureOrTopic: "ProposalCreated"): EventFragment;
|
|
42
|
+
getEvent(nameOrSignatureOrTopic: "ProposalExecuted"): EventFragment;
|
|
43
|
+
getEvent(
|
|
44
|
+
nameOrSignatureOrTopic: "ProposalMaxOperationsUpdated"
|
|
45
|
+
): EventFragment;
|
|
46
|
+
getEvent(nameOrSignatureOrTopic: "ProposalQueued"): EventFragment;
|
|
47
|
+
getEvent(nameOrSignatureOrTopic: "ProposalThresholdSet"): EventFragment;
|
|
48
|
+
getEvent(nameOrSignatureOrTopic: "VoteCast"): EventFragment;
|
|
49
|
+
getEvent(nameOrSignatureOrTopic: "VotingDelaySet"): EventFragment;
|
|
50
|
+
getEvent(nameOrSignatureOrTopic: "VotingPeriodSet"): EventFragment;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface NewAdminEventObject {
|
|
54
|
+
oldAdmin: string;
|
|
55
|
+
newAdmin: string;
|
|
56
|
+
}
|
|
57
|
+
export type NewAdminEvent = TypedEvent<[string, string], NewAdminEventObject>;
|
|
58
|
+
|
|
59
|
+
export type NewAdminEventFilter = TypedEventFilter<NewAdminEvent>;
|
|
60
|
+
|
|
61
|
+
export interface NewGuardianEventObject {
|
|
62
|
+
oldGuardian: string;
|
|
63
|
+
newGuardian: string;
|
|
64
|
+
}
|
|
65
|
+
export type NewGuardianEvent = TypedEvent<
|
|
66
|
+
[string, string],
|
|
67
|
+
NewGuardianEventObject
|
|
68
|
+
>;
|
|
69
|
+
|
|
70
|
+
export type NewGuardianEventFilter = TypedEventFilter<NewGuardianEvent>;
|
|
71
|
+
|
|
72
|
+
export interface NewImplementationEventObject {
|
|
73
|
+
oldImplementation: string;
|
|
74
|
+
newImplementation: string;
|
|
75
|
+
}
|
|
76
|
+
export type NewImplementationEvent = TypedEvent<
|
|
77
|
+
[string, string],
|
|
78
|
+
NewImplementationEventObject
|
|
79
|
+
>;
|
|
80
|
+
|
|
81
|
+
export type NewImplementationEventFilter =
|
|
82
|
+
TypedEventFilter<NewImplementationEvent>;
|
|
83
|
+
|
|
84
|
+
export interface NewPendingAdminEventObject {
|
|
85
|
+
oldPendingAdmin: string;
|
|
86
|
+
newPendingAdmin: string;
|
|
87
|
+
}
|
|
88
|
+
export type NewPendingAdminEvent = TypedEvent<
|
|
89
|
+
[string, string],
|
|
90
|
+
NewPendingAdminEventObject
|
|
91
|
+
>;
|
|
92
|
+
|
|
93
|
+
export type NewPendingAdminEventFilter = TypedEventFilter<NewPendingAdminEvent>;
|
|
94
|
+
|
|
95
|
+
export interface ProposalCanceledEventObject {
|
|
96
|
+
id: BigNumber;
|
|
97
|
+
}
|
|
98
|
+
export type ProposalCanceledEvent = TypedEvent<
|
|
99
|
+
[BigNumber],
|
|
100
|
+
ProposalCanceledEventObject
|
|
101
|
+
>;
|
|
102
|
+
|
|
103
|
+
export type ProposalCanceledEventFilter =
|
|
104
|
+
TypedEventFilter<ProposalCanceledEvent>;
|
|
105
|
+
|
|
106
|
+
export interface ProposalCreatedEventObject {
|
|
107
|
+
id: BigNumber;
|
|
108
|
+
proposer: string;
|
|
109
|
+
targets: string[];
|
|
110
|
+
values: BigNumber[];
|
|
111
|
+
signatures: string[];
|
|
112
|
+
calldatas: string[];
|
|
113
|
+
startBlock: BigNumber;
|
|
114
|
+
endBlock: BigNumber;
|
|
115
|
+
description: string;
|
|
116
|
+
proposalType: number;
|
|
117
|
+
}
|
|
118
|
+
export type ProposalCreatedEvent = TypedEvent<
|
|
119
|
+
[
|
|
120
|
+
BigNumber,
|
|
121
|
+
string,
|
|
122
|
+
string[],
|
|
123
|
+
BigNumber[],
|
|
124
|
+
string[],
|
|
125
|
+
string[],
|
|
126
|
+
BigNumber,
|
|
127
|
+
BigNumber,
|
|
128
|
+
string,
|
|
129
|
+
number
|
|
130
|
+
],
|
|
131
|
+
ProposalCreatedEventObject
|
|
132
|
+
>;
|
|
133
|
+
|
|
134
|
+
export type ProposalCreatedEventFilter = TypedEventFilter<ProposalCreatedEvent>;
|
|
135
|
+
|
|
136
|
+
export interface ProposalExecutedEventObject {
|
|
137
|
+
id: BigNumber;
|
|
138
|
+
}
|
|
139
|
+
export type ProposalExecutedEvent = TypedEvent<
|
|
140
|
+
[BigNumber],
|
|
141
|
+
ProposalExecutedEventObject
|
|
142
|
+
>;
|
|
143
|
+
|
|
144
|
+
export type ProposalExecutedEventFilter =
|
|
145
|
+
TypedEventFilter<ProposalExecutedEvent>;
|
|
146
|
+
|
|
147
|
+
export interface ProposalMaxOperationsUpdatedEventObject {
|
|
148
|
+
oldMaxOperations: BigNumber;
|
|
149
|
+
newMaxOperations: BigNumber;
|
|
150
|
+
}
|
|
151
|
+
export type ProposalMaxOperationsUpdatedEvent = TypedEvent<
|
|
152
|
+
[BigNumber, BigNumber],
|
|
153
|
+
ProposalMaxOperationsUpdatedEventObject
|
|
154
|
+
>;
|
|
155
|
+
|
|
156
|
+
export type ProposalMaxOperationsUpdatedEventFilter =
|
|
157
|
+
TypedEventFilter<ProposalMaxOperationsUpdatedEvent>;
|
|
158
|
+
|
|
159
|
+
export interface ProposalQueuedEventObject {
|
|
160
|
+
id: BigNumber;
|
|
161
|
+
eta: BigNumber;
|
|
162
|
+
}
|
|
163
|
+
export type ProposalQueuedEvent = TypedEvent<
|
|
164
|
+
[BigNumber, BigNumber],
|
|
165
|
+
ProposalQueuedEventObject
|
|
166
|
+
>;
|
|
167
|
+
|
|
168
|
+
export type ProposalQueuedEventFilter = TypedEventFilter<ProposalQueuedEvent>;
|
|
169
|
+
|
|
170
|
+
export interface ProposalThresholdSetEventObject {
|
|
171
|
+
oldProposalThreshold: BigNumber;
|
|
172
|
+
newProposalThreshold: BigNumber;
|
|
173
|
+
}
|
|
174
|
+
export type ProposalThresholdSetEvent = TypedEvent<
|
|
175
|
+
[BigNumber, BigNumber],
|
|
176
|
+
ProposalThresholdSetEventObject
|
|
177
|
+
>;
|
|
178
|
+
|
|
179
|
+
export type ProposalThresholdSetEventFilter =
|
|
180
|
+
TypedEventFilter<ProposalThresholdSetEvent>;
|
|
181
|
+
|
|
182
|
+
export interface VoteCastEventObject {
|
|
183
|
+
voter: string;
|
|
184
|
+
proposalId: BigNumber;
|
|
185
|
+
support: number;
|
|
186
|
+
votes: BigNumber;
|
|
187
|
+
reason: string;
|
|
188
|
+
}
|
|
189
|
+
export type VoteCastEvent = TypedEvent<
|
|
190
|
+
[string, BigNumber, number, BigNumber, string],
|
|
191
|
+
VoteCastEventObject
|
|
192
|
+
>;
|
|
193
|
+
|
|
194
|
+
export type VoteCastEventFilter = TypedEventFilter<VoteCastEvent>;
|
|
195
|
+
|
|
196
|
+
export interface VotingDelaySetEventObject {
|
|
197
|
+
oldVotingDelay: BigNumber;
|
|
198
|
+
newVotingDelay: BigNumber;
|
|
199
|
+
}
|
|
200
|
+
export type VotingDelaySetEvent = TypedEvent<
|
|
201
|
+
[BigNumber, BigNumber],
|
|
202
|
+
VotingDelaySetEventObject
|
|
203
|
+
>;
|
|
204
|
+
|
|
205
|
+
export type VotingDelaySetEventFilter = TypedEventFilter<VotingDelaySetEvent>;
|
|
206
|
+
|
|
207
|
+
export interface VotingPeriodSetEventObject {
|
|
208
|
+
oldVotingPeriod: BigNumber;
|
|
209
|
+
newVotingPeriod: BigNumber;
|
|
210
|
+
}
|
|
211
|
+
export type VotingPeriodSetEvent = TypedEvent<
|
|
212
|
+
[BigNumber, BigNumber],
|
|
213
|
+
VotingPeriodSetEventObject
|
|
214
|
+
>;
|
|
215
|
+
|
|
216
|
+
export type VotingPeriodSetEventFilter = TypedEventFilter<VotingPeriodSetEvent>;
|
|
217
|
+
|
|
218
|
+
export interface GovernorBravoEventsV2 extends BaseContract {
|
|
219
|
+
connect(signerOrProvider: Signer | Provider | string): this;
|
|
220
|
+
attach(addressOrName: string): this;
|
|
221
|
+
deployed(): Promise<this>;
|
|
222
|
+
|
|
223
|
+
interface: GovernorBravoEventsV2Interface;
|
|
224
|
+
|
|
225
|
+
queryFilter<TEvent extends TypedEvent>(
|
|
226
|
+
event: TypedEventFilter<TEvent>,
|
|
227
|
+
fromBlockOrBlockhash?: string | number | undefined,
|
|
228
|
+
toBlock?: string | number | undefined
|
|
229
|
+
): Promise<Array<TEvent>>;
|
|
230
|
+
|
|
231
|
+
listeners<TEvent extends TypedEvent>(
|
|
232
|
+
eventFilter?: TypedEventFilter<TEvent>
|
|
233
|
+
): Array<TypedListener<TEvent>>;
|
|
234
|
+
listeners(eventName?: string): Array<Listener>;
|
|
235
|
+
removeAllListeners<TEvent extends TypedEvent>(
|
|
236
|
+
eventFilter: TypedEventFilter<TEvent>
|
|
237
|
+
): this;
|
|
238
|
+
removeAllListeners(eventName?: string): this;
|
|
239
|
+
off: OnEvent<this>;
|
|
240
|
+
on: OnEvent<this>;
|
|
241
|
+
once: OnEvent<this>;
|
|
242
|
+
removeListener: OnEvent<this>;
|
|
243
|
+
|
|
244
|
+
functions: {};
|
|
245
|
+
|
|
246
|
+
callStatic: {};
|
|
247
|
+
|
|
248
|
+
filters: {
|
|
249
|
+
"NewAdmin(address,address)"(
|
|
250
|
+
oldAdmin?: null,
|
|
251
|
+
newAdmin?: null
|
|
252
|
+
): NewAdminEventFilter;
|
|
253
|
+
NewAdmin(oldAdmin?: null, newAdmin?: null): NewAdminEventFilter;
|
|
254
|
+
|
|
255
|
+
"NewGuardian(address,address)"(
|
|
256
|
+
oldGuardian?: null,
|
|
257
|
+
newGuardian?: null
|
|
258
|
+
): NewGuardianEventFilter;
|
|
259
|
+
NewGuardian(oldGuardian?: null, newGuardian?: null): NewGuardianEventFilter;
|
|
260
|
+
|
|
261
|
+
"NewImplementation(address,address)"(
|
|
262
|
+
oldImplementation?: null,
|
|
263
|
+
newImplementation?: null
|
|
264
|
+
): NewImplementationEventFilter;
|
|
265
|
+
NewImplementation(
|
|
266
|
+
oldImplementation?: null,
|
|
267
|
+
newImplementation?: null
|
|
268
|
+
): NewImplementationEventFilter;
|
|
269
|
+
|
|
270
|
+
"NewPendingAdmin(address,address)"(
|
|
271
|
+
oldPendingAdmin?: null,
|
|
272
|
+
newPendingAdmin?: null
|
|
273
|
+
): NewPendingAdminEventFilter;
|
|
274
|
+
NewPendingAdmin(
|
|
275
|
+
oldPendingAdmin?: null,
|
|
276
|
+
newPendingAdmin?: null
|
|
277
|
+
): NewPendingAdminEventFilter;
|
|
278
|
+
|
|
279
|
+
"ProposalCanceled(uint256)"(id?: null): ProposalCanceledEventFilter;
|
|
280
|
+
ProposalCanceled(id?: null): ProposalCanceledEventFilter;
|
|
281
|
+
|
|
282
|
+
"ProposalCreated(uint256,address,address[],uint256[],string[],bytes[],uint256,uint256,string,uint8)"(
|
|
283
|
+
id?: null,
|
|
284
|
+
proposer?: null,
|
|
285
|
+
targets?: null,
|
|
286
|
+
values?: null,
|
|
287
|
+
signatures?: null,
|
|
288
|
+
calldatas?: null,
|
|
289
|
+
startBlock?: null,
|
|
290
|
+
endBlock?: null,
|
|
291
|
+
description?: null,
|
|
292
|
+
proposalType?: null
|
|
293
|
+
): ProposalCreatedEventFilter;
|
|
294
|
+
ProposalCreated(
|
|
295
|
+
id?: null,
|
|
296
|
+
proposer?: null,
|
|
297
|
+
targets?: null,
|
|
298
|
+
values?: null,
|
|
299
|
+
signatures?: null,
|
|
300
|
+
calldatas?: null,
|
|
301
|
+
startBlock?: null,
|
|
302
|
+
endBlock?: null,
|
|
303
|
+
description?: null,
|
|
304
|
+
proposalType?: null
|
|
305
|
+
): ProposalCreatedEventFilter;
|
|
306
|
+
|
|
307
|
+
"ProposalExecuted(uint256)"(id?: null): ProposalExecutedEventFilter;
|
|
308
|
+
ProposalExecuted(id?: null): ProposalExecutedEventFilter;
|
|
309
|
+
|
|
310
|
+
"ProposalMaxOperationsUpdated(uint256,uint256)"(
|
|
311
|
+
oldMaxOperations?: null,
|
|
312
|
+
newMaxOperations?: null
|
|
313
|
+
): ProposalMaxOperationsUpdatedEventFilter;
|
|
314
|
+
ProposalMaxOperationsUpdated(
|
|
315
|
+
oldMaxOperations?: null,
|
|
316
|
+
newMaxOperations?: null
|
|
317
|
+
): ProposalMaxOperationsUpdatedEventFilter;
|
|
318
|
+
|
|
319
|
+
"ProposalQueued(uint256,uint256)"(
|
|
320
|
+
id?: null,
|
|
321
|
+
eta?: null
|
|
322
|
+
): ProposalQueuedEventFilter;
|
|
323
|
+
ProposalQueued(id?: null, eta?: null): ProposalQueuedEventFilter;
|
|
324
|
+
|
|
325
|
+
"ProposalThresholdSet(uint256,uint256)"(
|
|
326
|
+
oldProposalThreshold?: null,
|
|
327
|
+
newProposalThreshold?: null
|
|
328
|
+
): ProposalThresholdSetEventFilter;
|
|
329
|
+
ProposalThresholdSet(
|
|
330
|
+
oldProposalThreshold?: null,
|
|
331
|
+
newProposalThreshold?: null
|
|
332
|
+
): ProposalThresholdSetEventFilter;
|
|
333
|
+
|
|
334
|
+
"VoteCast(address,uint256,uint8,uint256,string)"(
|
|
335
|
+
voter?: PromiseOrValue<string> | null,
|
|
336
|
+
proposalId?: null,
|
|
337
|
+
support?: null,
|
|
338
|
+
votes?: null,
|
|
339
|
+
reason?: null
|
|
340
|
+
): VoteCastEventFilter;
|
|
341
|
+
VoteCast(
|
|
342
|
+
voter?: PromiseOrValue<string> | null,
|
|
343
|
+
proposalId?: null,
|
|
344
|
+
support?: null,
|
|
345
|
+
votes?: null,
|
|
346
|
+
reason?: null
|
|
347
|
+
): VoteCastEventFilter;
|
|
348
|
+
|
|
349
|
+
"VotingDelaySet(uint256,uint256)"(
|
|
350
|
+
oldVotingDelay?: null,
|
|
351
|
+
newVotingDelay?: null
|
|
352
|
+
): VotingDelaySetEventFilter;
|
|
353
|
+
VotingDelaySet(
|
|
354
|
+
oldVotingDelay?: null,
|
|
355
|
+
newVotingDelay?: null
|
|
356
|
+
): VotingDelaySetEventFilter;
|
|
357
|
+
|
|
358
|
+
"VotingPeriodSet(uint256,uint256)"(
|
|
359
|
+
oldVotingPeriod?: null,
|
|
360
|
+
newVotingPeriod?: null
|
|
361
|
+
): VotingPeriodSetEventFilter;
|
|
362
|
+
VotingPeriodSet(
|
|
363
|
+
oldVotingPeriod?: null,
|
|
364
|
+
newVotingPeriod?: null
|
|
365
|
+
): VotingPeriodSetEventFilter;
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
estimateGas: {};
|
|
369
|
+
|
|
370
|
+
populateTransaction: {};
|
|
371
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
export type { GovernorBravoDelegateStorageV1 } from "./GovernorBravoDelegateStorageV1";
|
|
5
|
+
export type { GovernorBravoDelegateStorageV2 } from "./GovernorBravoDelegateStorageV2";
|
|
6
|
+
export type { GovernorBravoDelegatorStorage } from "./GovernorBravoDelegatorStorage";
|
|
7
|
+
export type { GovernorBravoEventsV2 } from "./GovernorBravoEventsV2";
|
|
@@ -4,15 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
import type * as govenorBravoV1Sol from "./GovenorBravoV1.sol";
|
|
7
|
+
import type * as govenorBravoV2Sol from "./GovenorBravoV2.sol";
|
|
7
8
|
import type * as governorAlpha2Sol from "./GovernorAlpha2.sol";
|
|
8
9
|
import type * as governorAlphaSol from "./GovernorAlpha.sol";
|
|
9
10
|
import type * as governorBravoInterfacesSol from "./GovernorBravoInterfaces.sol";
|
|
11
|
+
import type * as governorBravoInterfacesV2Sol from "./GovernorBravoInterfacesV2.sol";
|
|
10
12
|
|
|
11
13
|
export type { govenorBravoV1Sol };
|
|
12
14
|
|
|
15
|
+
export type { govenorBravoV2Sol };
|
|
16
|
+
|
|
13
17
|
export type { governorAlphaSol };
|
|
14
18
|
|
|
15
19
|
export type { governorAlpha2Sol };
|
|
16
20
|
|
|
17
21
|
export type { governorBravoInterfacesSol };
|
|
22
|
+
|
|
23
|
+
export type { governorBravoInterfacesV2Sol };
|
|
18
24
|
export type { GovernorBravoDelegateV1 } from "./GovernorBravoDelegateV1";
|
|
25
|
+
export type { GovernorBravoDelegateV2 } from "./GovernorBravoDelegateV2";
|