@venusprotocol/governance-contracts 1.4.0-dev.4 → 1.4.0-dev.6
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/da11d367dd07d3f79bea1d8c5833588f.json +1 -0
- package/artifacts/contracts/Governance/GovernorBravoDelegate.sol/GovernorBravoDelegate.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoDelegate.sol/GovernorBravoDelegate.json +3 -3
- package/artifacts/contracts/Governance/GovernorBravoDelegator.sol/GovernorBravoDelegator.dbg.json +1 -1
- package/artifacts/contracts/Governance/GovernorBravoDelegator.sol/GovernorBravoDelegator.json +18 -25
- 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/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 +2 -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 +4 -0
- package/artifacts/contracts/legacy/GovenorBravoV1.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/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/contracts/Governance/GovernorBravoDelegate.sol +1 -1
- package/contracts/Governance/GovernorBravoDelegator.sol +10 -6
- package/contracts/Governance/GovernorBravoInterfaces.sol +5 -19
- package/contracts/legacy/GovenorBravoV1.sol +97 -0
- package/deployments/bscmainnet_addresses.json +16 -0
- package/deployments/bsctestnet_addresses.json +15 -0
- package/deployments/ethereum_addresses.json +7 -0
- package/deployments/sepolia_addresses.json +7 -0
- package/package.json +1 -1
- package/artifacts/build-info/52cd2a2ed6764b7fce3ff5a23ca8a581.json +0 -1
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateInterface.dbg.json +0 -4
- package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateInterface.json +0 -58
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "GovernorBravoDelegateInterface",
|
|
4
|
-
"sourceName": "contracts/Governance/GovernorBravoInterfaces.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"constant": false,
|
|
8
|
-
"inputs": [
|
|
9
|
-
{
|
|
10
|
-
"internalType": "address",
|
|
11
|
-
"name": "xvsVault_",
|
|
12
|
-
"type": "address"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"components": [
|
|
16
|
-
{
|
|
17
|
-
"internalType": "uint256",
|
|
18
|
-
"name": "votingDelay",
|
|
19
|
-
"type": "uint256"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"internalType": "uint256",
|
|
23
|
-
"name": "votingPeriod",
|
|
24
|
-
"type": "uint256"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"internalType": "uint256",
|
|
28
|
-
"name": "proposalThreshold",
|
|
29
|
-
"type": "uint256"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
|
-
"internalType": "struct GovernorBravoDelegateInterface.ProposalConfig[]",
|
|
33
|
-
"name": "proposalConfigs_",
|
|
34
|
-
"type": "tuple[]"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"internalType": "contract TimelockInterface[]",
|
|
38
|
-
"name": "timelocks",
|
|
39
|
-
"type": "address[]"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"internalType": "address",
|
|
43
|
-
"name": "guardian_",
|
|
44
|
-
"type": "address"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"name": "initialize",
|
|
48
|
-
"outputs": [],
|
|
49
|
-
"payable": false,
|
|
50
|
-
"stateMutability": "nonpayable",
|
|
51
|
-
"type": "function"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"bytecode": "0x",
|
|
55
|
-
"deployedBytecode": "0x",
|
|
56
|
-
"linkReferences": {},
|
|
57
|
-
"deployedLinkReferences": {}
|
|
58
|
-
}
|