Skip to content

Commit

Permalink
Update AllianceAsset.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Mar 8, 2024
1 parent d68fc47 commit 72d7375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/alliance/models/AllianceAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export class AllianceAsset {
/** Denom of the asset. It could either be a native token or an IBC token */
public denom: string,
/** The reward weight specifies the ratio of rewards that will be given to each alliance asset
It does not need to sum to 1. rate = weight / total_weight Native asset is always assumed to have a weight of 1.s */
It does not need to sum to 1. rate = weight / total_weight. Native staking asset is always assumed to have a weight of 1. */
public rewardWeight: Dec,
/** A positive take rate is used for liquid staking derivatives. It defines an rate that is
/** A positive take rate is a "tax" used for liquid staking derivatives. It defines a rate that is
applied per take_rate_interval that will be redirected to the distribution rewards pool */
public takeRate: Dec,
// The total amount of tokens that are bonded to the alliance
Expand Down

0 comments on commit 72d7375

Please sign in to comment.