Skip to content

Commit

Permalink
feat: MET-1683 refactor governance votes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TaiTruong committed Mar 27, 2024
1 parent a41502e commit fbdbee0
Show file tree
Hide file tree
Showing 9 changed files with 1,164 additions and 1,098 deletions.
5 changes: 3 additions & 2 deletions src/commons/utils/constants.ts
Expand Up @@ -302,6 +302,7 @@ export enum POOLS_ACTION_TYPE {
INFO_ACTION = "INFO_ACTION"
}

export enum POOLS_VOTE_TYPE {
STAKING_POOL_KEY_HASH = "STAKING_POOL_KEY_HASH"
export enum VOTE_TYPE {
STAKING_POOL_KEY_HASH = "STAKING_POOL_KEY_HASH",
DREP_KEY_HASH = "DREP_KEY_HASH"
}

0 comments on commit fbdbee0

Please sign in to comment.