Skip to content

Commit

Permalink
tests: add governance bravo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Oct 24, 2023
1 parent 85d5495 commit 50c80d8
Show file tree
Hide file tree
Showing 6 changed files with 390 additions and 2 deletions.
7 changes: 7 additions & 0 deletions deploy/018-governance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
log: true,
autoMine: true,
});

await deploy('GovernorBravoDelegate', {
from: deployer,
args: [],
log: true,
autoMine: true,
});
};

func.tags = ['Governance'];
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus-governance/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Delegate @entity {

enum PROPOSAL_TYPE {
NORMAL
FASTRACK
FAST_TRACK
CRITICAL
}

Expand Down
Loading

0 comments on commit 50c80d8

Please sign in to comment.