Skip to content

Commit

Permalink
chore(types): added epoch to protocol params api response
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Sep 13, 2024
1 parent c3a1d7b commit 25e259a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/api/cardano.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@ export type ApiProtocolParams = Readonly<{
constant: string
}
poolDeposit: string
epoch: number
}>

0 comments on commit 25e259a

Please sign in to comment.