Skip to content

Commit

Permalink
Merge pull request #3192 from cardano-foundation/feat/MET-1957-pools-…
Browse files Browse the repository at this point in the history
…details-view

Feat/met 1957 pools details view
  • Loading branch information
Sotatek-TaiTruong committed Mar 27, 2024
2 parents 7e424c4 + 4b9f2eb commit 514f815
Show file tree
Hide file tree
Showing 8 changed files with 552 additions and 420 deletions.
4 changes: 4 additions & 0 deletions src/commons/utils/api.ts
Expand Up @@ -30,6 +30,10 @@ export const API = {
POLICY: "policies",
SCRIPTS_SEARCH: "scripts/search",
POOL: "pools",
POOL_CERTIFICATE: {
POOL: "gov-actions",
POOL_DETAIL: (poolId: string) => `gov-actions/${poolId}/voting-procedure-detail`
},
POOL_CERTIFICATES_HISTORY: "pools/certificates-history",
DREP_CERTIFICATES_HISTORY: "dreps/:drepId/certificates-history",
DREP_OVERVIEW: "dreps/:drepId/drep-details",
Expand Down

0 comments on commit 514f815

Please sign in to comment.