@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
|
@@ -2911,7 +2911,7 @@
|
|
|
2911
2911
|
]
|
|
2912
2912
|
},
|
|
2913
2913
|
"GovernorBravoDelegate": {
|
|
2914
|
-
"address": "
|
|
2914
|
+
"address": "0x9aa19E4585aC12F0087aa6468DF5587C88B4495b",
|
|
2915
2915
|
"abi": [
|
|
2916
2916
|
{
|
|
2917
2917
|
"anonymous": false,
|
|
@@ -3139,6 +3139,86 @@
|
|
|
3139
3139
|
"name": "ProposalThresholdSet",
|
|
3140
3140
|
"type": "event"
|
|
3141
3141
|
},
|
|
3142
|
+
{
|
|
3143
|
+
"anonymous": false,
|
|
3144
|
+
"inputs": [
|
|
3145
|
+
{
|
|
3146
|
+
"indexed": false,
|
|
3147
|
+
"internalType": "uint256",
|
|
3148
|
+
"name": "votingPeriod",
|
|
3149
|
+
"type": "uint256"
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"indexed": false,
|
|
3153
|
+
"internalType": "uint256",
|
|
3154
|
+
"name": "votingDelay",
|
|
3155
|
+
"type": "uint256"
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
"indexed": false,
|
|
3159
|
+
"internalType": "uint256",
|
|
3160
|
+
"name": "proposalThreshold",
|
|
3161
|
+
"type": "uint256"
|
|
3162
|
+
}
|
|
3163
|
+
],
|
|
3164
|
+
"name": "SetProposalConfigs",
|
|
3165
|
+
"type": "event"
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"anonymous": false,
|
|
3169
|
+
"inputs": [
|
|
3170
|
+
{
|
|
3171
|
+
"indexed": false,
|
|
3172
|
+
"internalType": "uint256",
|
|
3173
|
+
"name": "oldMinVotingPeriod",
|
|
3174
|
+
"type": "uint256"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"indexed": false,
|
|
3178
|
+
"internalType": "uint256",
|
|
3179
|
+
"name": "newMinVotingPeriod",
|
|
3180
|
+
"type": "uint256"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"indexed": false,
|
|
3184
|
+
"internalType": "uint256",
|
|
3185
|
+
"name": "oldmaxVotingPeriod",
|
|
3186
|
+
"type": "uint256"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"indexed": false,
|
|
3190
|
+
"internalType": "uint256",
|
|
3191
|
+
"name": "newmaxVotingPeriod",
|
|
3192
|
+
"type": "uint256"
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"indexed": false,
|
|
3196
|
+
"internalType": "uint256",
|
|
3197
|
+
"name": "oldminVotingDelay",
|
|
3198
|
+
"type": "uint256"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"indexed": false,
|
|
3202
|
+
"internalType": "uint256",
|
|
3203
|
+
"name": "newminVotingDelay",
|
|
3204
|
+
"type": "uint256"
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"indexed": false,
|
|
3208
|
+
"internalType": "uint256",
|
|
3209
|
+
"name": "oldmaxVotingDelay",
|
|
3210
|
+
"type": "uint256"
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"indexed": false,
|
|
3214
|
+
"internalType": "uint256",
|
|
3215
|
+
"name": "newmaxVotingDelay",
|
|
3216
|
+
"type": "uint256"
|
|
3217
|
+
}
|
|
3218
|
+
],
|
|
3219
|
+
"name": "SetValidationParams",
|
|
3220
|
+
"type": "event"
|
|
3221
|
+
},
|
|
3142
3222
|
{
|
|
3143
3223
|
"anonymous": false,
|
|
3144
3224
|
"inputs": [
|
|
@@ -3259,36 +3339,6 @@
|
|
|
3259
3339
|
"stateMutability": "view",
|
|
3260
3340
|
"type": "function"
|
|
3261
3341
|
},
|
|
3262
|
-
{
|
|
3263
|
-
"constant": true,
|
|
3264
|
-
"inputs": [],
|
|
3265
|
-
"name": "MAX_VOTING_DELAY",
|
|
3266
|
-
"outputs": [
|
|
3267
|
-
{
|
|
3268
|
-
"internalType": "uint256",
|
|
3269
|
-
"name": "",
|
|
3270
|
-
"type": "uint256"
|
|
3271
|
-
}
|
|
3272
|
-
],
|
|
3273
|
-
"payable": false,
|
|
3274
|
-
"stateMutability": "view",
|
|
3275
|
-
"type": "function"
|
|
3276
|
-
},
|
|
3277
|
-
{
|
|
3278
|
-
"constant": true,
|
|
3279
|
-
"inputs": [],
|
|
3280
|
-
"name": "MAX_VOTING_PERIOD",
|
|
3281
|
-
"outputs": [
|
|
3282
|
-
{
|
|
3283
|
-
"internalType": "uint256",
|
|
3284
|
-
"name": "",
|
|
3285
|
-
"type": "uint256"
|
|
3286
|
-
}
|
|
3287
|
-
],
|
|
3288
|
-
"payable": false,
|
|
3289
|
-
"stateMutability": "view",
|
|
3290
|
-
"type": "function"
|
|
3291
|
-
},
|
|
3292
3342
|
{
|
|
3293
3343
|
"constant": true,
|
|
3294
3344
|
"inputs": [],
|
|
@@ -3304,36 +3354,6 @@
|
|
|
3304
3354
|
"stateMutability": "view",
|
|
3305
3355
|
"type": "function"
|
|
3306
3356
|
},
|
|
3307
|
-
{
|
|
3308
|
-
"constant": true,
|
|
3309
|
-
"inputs": [],
|
|
3310
|
-
"name": "MIN_VOTING_DELAY",
|
|
3311
|
-
"outputs": [
|
|
3312
|
-
{
|
|
3313
|
-
"internalType": "uint256",
|
|
3314
|
-
"name": "",
|
|
3315
|
-
"type": "uint256"
|
|
3316
|
-
}
|
|
3317
|
-
],
|
|
3318
|
-
"payable": false,
|
|
3319
|
-
"stateMutability": "view",
|
|
3320
|
-
"type": "function"
|
|
3321
|
-
},
|
|
3322
|
-
{
|
|
3323
|
-
"constant": true,
|
|
3324
|
-
"inputs": [],
|
|
3325
|
-
"name": "MIN_VOTING_PERIOD",
|
|
3326
|
-
"outputs": [
|
|
3327
|
-
{
|
|
3328
|
-
"internalType": "uint256",
|
|
3329
|
-
"name": "",
|
|
3330
|
-
"type": "uint256"
|
|
3331
|
-
}
|
|
3332
|
-
],
|
|
3333
|
-
"payable": false,
|
|
3334
|
-
"stateMutability": "view",
|
|
3335
|
-
"type": "function"
|
|
3336
|
-
},
|
|
3337
3357
|
{
|
|
3338
3358
|
"constant": false,
|
|
3339
3359
|
"inputs": [],
|
|
@@ -3660,6 +3680,33 @@
|
|
|
3660
3680
|
"name": "xvsVault_",
|
|
3661
3681
|
"type": "address"
|
|
3662
3682
|
},
|
|
3683
|
+
{
|
|
3684
|
+
"components": [
|
|
3685
|
+
{
|
|
3686
|
+
"internalType": "uint256",
|
|
3687
|
+
"name": "minVotingPeriod",
|
|
3688
|
+
"type": "uint256"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"internalType": "uint256",
|
|
3692
|
+
"name": "maxVotingPeriod",
|
|
3693
|
+
"type": "uint256"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"internalType": "uint256",
|
|
3697
|
+
"name": "minVotingDelay",
|
|
3698
|
+
"type": "uint256"
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"internalType": "uint256",
|
|
3702
|
+
"name": "maxVotingDelay",
|
|
3703
|
+
"type": "uint256"
|
|
3704
|
+
}
|
|
3705
|
+
],
|
|
3706
|
+
"internalType": "struct GovernorBravoDelegateStorageV3.ValidationParams",
|
|
3707
|
+
"name": "validationParams_",
|
|
3708
|
+
"type": "tuple"
|
|
3709
|
+
},
|
|
3663
3710
|
{
|
|
3664
3711
|
"components": [
|
|
3665
3712
|
{
|
|
@@ -3994,6 +4041,75 @@
|
|
|
3994
4041
|
"stateMutability": "view",
|
|
3995
4042
|
"type": "function"
|
|
3996
4043
|
},
|
|
4044
|
+
{
|
|
4045
|
+
"constant": false,
|
|
4046
|
+
"inputs": [
|
|
4047
|
+
{
|
|
4048
|
+
"components": [
|
|
4049
|
+
{
|
|
4050
|
+
"internalType": "uint256",
|
|
4051
|
+
"name": "votingDelay",
|
|
4052
|
+
"type": "uint256"
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"internalType": "uint256",
|
|
4056
|
+
"name": "votingPeriod",
|
|
4057
|
+
"type": "uint256"
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"internalType": "uint256",
|
|
4061
|
+
"name": "proposalThreshold",
|
|
4062
|
+
"type": "uint256"
|
|
4063
|
+
}
|
|
4064
|
+
],
|
|
4065
|
+
"internalType": "struct GovernorBravoDelegateStorageV2.ProposalConfig[]",
|
|
4066
|
+
"name": "proposalConfigs_",
|
|
4067
|
+
"type": "tuple[]"
|
|
4068
|
+
}
|
|
4069
|
+
],
|
|
4070
|
+
"name": "setProposalConfigs",
|
|
4071
|
+
"outputs": [],
|
|
4072
|
+
"payable": false,
|
|
4073
|
+
"stateMutability": "nonpayable",
|
|
4074
|
+
"type": "function"
|
|
4075
|
+
},
|
|
4076
|
+
{
|
|
4077
|
+
"constant": false,
|
|
4078
|
+
"inputs": [
|
|
4079
|
+
{
|
|
4080
|
+
"components": [
|
|
4081
|
+
{
|
|
4082
|
+
"internalType": "uint256",
|
|
4083
|
+
"name": "minVotingPeriod",
|
|
4084
|
+
"type": "uint256"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"internalType": "uint256",
|
|
4088
|
+
"name": "maxVotingPeriod",
|
|
4089
|
+
"type": "uint256"
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"internalType": "uint256",
|
|
4093
|
+
"name": "minVotingDelay",
|
|
4094
|
+
"type": "uint256"
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"internalType": "uint256",
|
|
4098
|
+
"name": "maxVotingDelay",
|
|
4099
|
+
"type": "uint256"
|
|
4100
|
+
}
|
|
4101
|
+
],
|
|
4102
|
+
"internalType": "struct GovernorBravoDelegateStorageV3.ValidationParams",
|
|
4103
|
+
"name": "newValidationParams",
|
|
4104
|
+
"type": "tuple"
|
|
4105
|
+
}
|
|
4106
|
+
],
|
|
4107
|
+
"name": "setValidationParams",
|
|
4108
|
+
"outputs": [],
|
|
4109
|
+
"payable": false,
|
|
4110
|
+
"stateMutability": "nonpayable",
|
|
4111
|
+
"type": "function"
|
|
4112
|
+
},
|
|
3997
4113
|
{
|
|
3998
4114
|
"constant": true,
|
|
3999
4115
|
"inputs": [
|
|
@@ -4030,6 +4146,36 @@
|
|
|
4030
4146
|
"stateMutability": "view",
|
|
4031
4147
|
"type": "function"
|
|
4032
4148
|
},
|
|
4149
|
+
{
|
|
4150
|
+
"constant": true,
|
|
4151
|
+
"inputs": [],
|
|
4152
|
+
"name": "validationParams",
|
|
4153
|
+
"outputs": [
|
|
4154
|
+
{
|
|
4155
|
+
"internalType": "uint256",
|
|
4156
|
+
"name": "minVotingPeriod",
|
|
4157
|
+
"type": "uint256"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"internalType": "uint256",
|
|
4161
|
+
"name": "maxVotingPeriod",
|
|
4162
|
+
"type": "uint256"
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"internalType": "uint256",
|
|
4166
|
+
"name": "minVotingDelay",
|
|
4167
|
+
"type": "uint256"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"internalType": "uint256",
|
|
4171
|
+
"name": "maxVotingDelay",
|
|
4172
|
+
"type": "uint256"
|
|
4173
|
+
}
|
|
4174
|
+
],
|
|
4175
|
+
"payable": false,
|
|
4176
|
+
"stateMutability": "view",
|
|
4177
|
+
"type": "function"
|
|
4178
|
+
},
|
|
4033
4179
|
{
|
|
4034
4180
|
"constant": true,
|
|
4035
4181
|
"inputs": [],
|
|
@@ -2260,7 +2260,7 @@
|
|
|
2260
2260
|
]
|
|
2261
2261
|
},
|
|
2262
2262
|
"GovernorBravoDelegate": {
|
|
2263
|
-
"address": "
|
|
2263
|
+
"address": "0xB30b0b051132930e8E4A77f990CFdf78895f9E1A",
|
|
2264
2264
|
"abi": [
|
|
2265
2265
|
{
|
|
2266
2266
|
"anonymous": false,
|
|
@@ -2488,6 +2488,86 @@
|
|
|
2488
2488
|
"name": "ProposalThresholdSet",
|
|
2489
2489
|
"type": "event"
|
|
2490
2490
|
},
|
|
2491
|
+
{
|
|
2492
|
+
"anonymous": false,
|
|
2493
|
+
"inputs": [
|
|
2494
|
+
{
|
|
2495
|
+
"indexed": false,
|
|
2496
|
+
"internalType": "uint256",
|
|
2497
|
+
"name": "votingPeriod",
|
|
2498
|
+
"type": "uint256"
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"indexed": false,
|
|
2502
|
+
"internalType": "uint256",
|
|
2503
|
+
"name": "votingDelay",
|
|
2504
|
+
"type": "uint256"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"indexed": false,
|
|
2508
|
+
"internalType": "uint256",
|
|
2509
|
+
"name": "proposalThreshold",
|
|
2510
|
+
"type": "uint256"
|
|
2511
|
+
}
|
|
2512
|
+
],
|
|
2513
|
+
"name": "SetProposalConfigs",
|
|
2514
|
+
"type": "event"
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"anonymous": false,
|
|
2518
|
+
"inputs": [
|
|
2519
|
+
{
|
|
2520
|
+
"indexed": false,
|
|
2521
|
+
"internalType": "uint256",
|
|
2522
|
+
"name": "oldMinVotingPeriod",
|
|
2523
|
+
"type": "uint256"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"indexed": false,
|
|
2527
|
+
"internalType": "uint256",
|
|
2528
|
+
"name": "newMinVotingPeriod",
|
|
2529
|
+
"type": "uint256"
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"indexed": false,
|
|
2533
|
+
"internalType": "uint256",
|
|
2534
|
+
"name": "oldmaxVotingPeriod",
|
|
2535
|
+
"type": "uint256"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"indexed": false,
|
|
2539
|
+
"internalType": "uint256",
|
|
2540
|
+
"name": "newmaxVotingPeriod",
|
|
2541
|
+
"type": "uint256"
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"indexed": false,
|
|
2545
|
+
"internalType": "uint256",
|
|
2546
|
+
"name": "oldminVotingDelay",
|
|
2547
|
+
"type": "uint256"
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"indexed": false,
|
|
2551
|
+
"internalType": "uint256",
|
|
2552
|
+
"name": "newminVotingDelay",
|
|
2553
|
+
"type": "uint256"
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"indexed": false,
|
|
2557
|
+
"internalType": "uint256",
|
|
2558
|
+
"name": "oldmaxVotingDelay",
|
|
2559
|
+
"type": "uint256"
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"indexed": false,
|
|
2563
|
+
"internalType": "uint256",
|
|
2564
|
+
"name": "newmaxVotingDelay",
|
|
2565
|
+
"type": "uint256"
|
|
2566
|
+
}
|
|
2567
|
+
],
|
|
2568
|
+
"name": "SetValidationParams",
|
|
2569
|
+
"type": "event"
|
|
2570
|
+
},
|
|
2491
2571
|
{
|
|
2492
2572
|
"anonymous": false,
|
|
2493
2573
|
"inputs": [
|
|
@@ -2608,36 +2688,6 @@
|
|
|
2608
2688
|
"stateMutability": "view",
|
|
2609
2689
|
"type": "function"
|
|
2610
2690
|
},
|
|
2611
|
-
{
|
|
2612
|
-
"constant": true,
|
|
2613
|
-
"inputs": [],
|
|
2614
|
-
"name": "MAX_VOTING_DELAY",
|
|
2615
|
-
"outputs": [
|
|
2616
|
-
{
|
|
2617
|
-
"internalType": "uint256",
|
|
2618
|
-
"name": "",
|
|
2619
|
-
"type": "uint256"
|
|
2620
|
-
}
|
|
2621
|
-
],
|
|
2622
|
-
"payable": false,
|
|
2623
|
-
"stateMutability": "view",
|
|
2624
|
-
"type": "function"
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
"constant": true,
|
|
2628
|
-
"inputs": [],
|
|
2629
|
-
"name": "MAX_VOTING_PERIOD",
|
|
2630
|
-
"outputs": [
|
|
2631
|
-
{
|
|
2632
|
-
"internalType": "uint256",
|
|
2633
|
-
"name": "",
|
|
2634
|
-
"type": "uint256"
|
|
2635
|
-
}
|
|
2636
|
-
],
|
|
2637
|
-
"payable": false,
|
|
2638
|
-
"stateMutability": "view",
|
|
2639
|
-
"type": "function"
|
|
2640
|
-
},
|
|
2641
2691
|
{
|
|
2642
2692
|
"constant": true,
|
|
2643
2693
|
"inputs": [],
|
|
@@ -2653,36 +2703,6 @@
|
|
|
2653
2703
|
"stateMutability": "view",
|
|
2654
2704
|
"type": "function"
|
|
2655
2705
|
},
|
|
2656
|
-
{
|
|
2657
|
-
"constant": true,
|
|
2658
|
-
"inputs": [],
|
|
2659
|
-
"name": "MIN_VOTING_DELAY",
|
|
2660
|
-
"outputs": [
|
|
2661
|
-
{
|
|
2662
|
-
"internalType": "uint256",
|
|
2663
|
-
"name": "",
|
|
2664
|
-
"type": "uint256"
|
|
2665
|
-
}
|
|
2666
|
-
],
|
|
2667
|
-
"payable": false,
|
|
2668
|
-
"stateMutability": "view",
|
|
2669
|
-
"type": "function"
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"constant": true,
|
|
2673
|
-
"inputs": [],
|
|
2674
|
-
"name": "MIN_VOTING_PERIOD",
|
|
2675
|
-
"outputs": [
|
|
2676
|
-
{
|
|
2677
|
-
"internalType": "uint256",
|
|
2678
|
-
"name": "",
|
|
2679
|
-
"type": "uint256"
|
|
2680
|
-
}
|
|
2681
|
-
],
|
|
2682
|
-
"payable": false,
|
|
2683
|
-
"stateMutability": "view",
|
|
2684
|
-
"type": "function"
|
|
2685
|
-
},
|
|
2686
2706
|
{
|
|
2687
2707
|
"constant": false,
|
|
2688
2708
|
"inputs": [],
|
|
@@ -3009,6 +3029,33 @@
|
|
|
3009
3029
|
"name": "xvsVault_",
|
|
3010
3030
|
"type": "address"
|
|
3011
3031
|
},
|
|
3032
|
+
{
|
|
3033
|
+
"components": [
|
|
3034
|
+
{
|
|
3035
|
+
"internalType": "uint256",
|
|
3036
|
+
"name": "minVotingPeriod",
|
|
3037
|
+
"type": "uint256"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"internalType": "uint256",
|
|
3041
|
+
"name": "maxVotingPeriod",
|
|
3042
|
+
"type": "uint256"
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"internalType": "uint256",
|
|
3046
|
+
"name": "minVotingDelay",
|
|
3047
|
+
"type": "uint256"
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
"internalType": "uint256",
|
|
3051
|
+
"name": "maxVotingDelay",
|
|
3052
|
+
"type": "uint256"
|
|
3053
|
+
}
|
|
3054
|
+
],
|
|
3055
|
+
"internalType": "struct GovernorBravoDelegateStorageV3.ValidationParams",
|
|
3056
|
+
"name": "validationParams_",
|
|
3057
|
+
"type": "tuple"
|
|
3058
|
+
},
|
|
3012
3059
|
{
|
|
3013
3060
|
"components": [
|
|
3014
3061
|
{
|
|
@@ -3343,6 +3390,75 @@
|
|
|
3343
3390
|
"stateMutability": "view",
|
|
3344
3391
|
"type": "function"
|
|
3345
3392
|
},
|
|
3393
|
+
{
|
|
3394
|
+
"constant": false,
|
|
3395
|
+
"inputs": [
|
|
3396
|
+
{
|
|
3397
|
+
"components": [
|
|
3398
|
+
{
|
|
3399
|
+
"internalType": "uint256",
|
|
3400
|
+
"name": "votingDelay",
|
|
3401
|
+
"type": "uint256"
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"internalType": "uint256",
|
|
3405
|
+
"name": "votingPeriod",
|
|
3406
|
+
"type": "uint256"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"internalType": "uint256",
|
|
3410
|
+
"name": "proposalThreshold",
|
|
3411
|
+
"type": "uint256"
|
|
3412
|
+
}
|
|
3413
|
+
],
|
|
3414
|
+
"internalType": "struct GovernorBravoDelegateStorageV2.ProposalConfig[]",
|
|
3415
|
+
"name": "proposalConfigs_",
|
|
3416
|
+
"type": "tuple[]"
|
|
3417
|
+
}
|
|
3418
|
+
],
|
|
3419
|
+
"name": "setProposalConfigs",
|
|
3420
|
+
"outputs": [],
|
|
3421
|
+
"payable": false,
|
|
3422
|
+
"stateMutability": "nonpayable",
|
|
3423
|
+
"type": "function"
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"constant": false,
|
|
3427
|
+
"inputs": [
|
|
3428
|
+
{
|
|
3429
|
+
"components": [
|
|
3430
|
+
{
|
|
3431
|
+
"internalType": "uint256",
|
|
3432
|
+
"name": "minVotingPeriod",
|
|
3433
|
+
"type": "uint256"
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"internalType": "uint256",
|
|
3437
|
+
"name": "maxVotingPeriod",
|
|
3438
|
+
"type": "uint256"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"internalType": "uint256",
|
|
3442
|
+
"name": "minVotingDelay",
|
|
3443
|
+
"type": "uint256"
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"internalType": "uint256",
|
|
3447
|
+
"name": "maxVotingDelay",
|
|
3448
|
+
"type": "uint256"
|
|
3449
|
+
}
|
|
3450
|
+
],
|
|
3451
|
+
"internalType": "struct GovernorBravoDelegateStorageV3.ValidationParams",
|
|
3452
|
+
"name": "newValidationParams",
|
|
3453
|
+
"type": "tuple"
|
|
3454
|
+
}
|
|
3455
|
+
],
|
|
3456
|
+
"name": "setValidationParams",
|
|
3457
|
+
"outputs": [],
|
|
3458
|
+
"payable": false,
|
|
3459
|
+
"stateMutability": "nonpayable",
|
|
3460
|
+
"type": "function"
|
|
3461
|
+
},
|
|
3346
3462
|
{
|
|
3347
3463
|
"constant": true,
|
|
3348
3464
|
"inputs": [
|
|
@@ -3379,6 +3495,36 @@
|
|
|
3379
3495
|
"stateMutability": "view",
|
|
3380
3496
|
"type": "function"
|
|
3381
3497
|
},
|
|
3498
|
+
{
|
|
3499
|
+
"constant": true,
|
|
3500
|
+
"inputs": [],
|
|
3501
|
+
"name": "validationParams",
|
|
3502
|
+
"outputs": [
|
|
3503
|
+
{
|
|
3504
|
+
"internalType": "uint256",
|
|
3505
|
+
"name": "minVotingPeriod",
|
|
3506
|
+
"type": "uint256"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"internalType": "uint256",
|
|
3510
|
+
"name": "maxVotingPeriod",
|
|
3511
|
+
"type": "uint256"
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"internalType": "uint256",
|
|
3515
|
+
"name": "minVotingDelay",
|
|
3516
|
+
"type": "uint256"
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"internalType": "uint256",
|
|
3520
|
+
"name": "maxVotingDelay",
|
|
3521
|
+
"type": "uint256"
|
|
3522
|
+
}
|
|
3523
|
+
],
|
|
3524
|
+
"payable": false,
|
|
3525
|
+
"stateMutability": "view",
|
|
3526
|
+
"type": "function"
|
|
3527
|
+
},
|
|
3382
3528
|
{
|
|
3383
3529
|
"constant": true,
|
|
3384
3530
|
"inputs": [],
|