Skip to content

Commit

Permalink
Merge pull request #11 from centrifuge/update-liquidity-rewards-new-e…
Browse files Browse the repository at this point in the history
…poch

rewards: Update EventLiquidityRewardsNewEpoch
  • Loading branch information
cdamian authored Jul 4, 2023
2 parents 3a8ef52 + aa4bcbb commit 4499048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/rewards/rewards.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "github.com/centrifuge/go-substrate-rpc-client/v4/types"
// These are the events for the `liquidity-rewards` pallet.

type EpochChanges struct {
Duration types.Option[types.U32]
Duration types.Option[types.U64]
Reward types.Option[types.U128]
Weights []EpochWeights
Currencies []EpochCurrencies
Expand All @@ -23,7 +23,7 @@ type EpochCurrencies struct {

type EventLiquidityRewardsNewEpoch struct {
Phase types.Phase
EndsOn types.U32
EndsOn types.U64
Reward types.U128
LastChanges EpochChanges
Topics []types.Hash
Expand Down

0 comments on commit 4499048

Please sign in to comment.