From 72d7375b393f3f393518d108b12348cff943bb94 Mon Sep 17 00:00:00 2001 From: evanorti Date: Fri, 8 Mar 2024 10:50:01 -0500 Subject: [PATCH] Update AllianceAsset.ts --- src/core/alliance/models/AllianceAsset.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/alliance/models/AllianceAsset.ts b/src/core/alliance/models/AllianceAsset.ts index cdbaaa1..836b0c3 100644 --- a/src/core/alliance/models/AllianceAsset.ts +++ b/src/core/alliance/models/AllianceAsset.ts @@ -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