From 32f542ca77dead54ac7cb38143757f8ada7473b8 Mon Sep 17 00:00:00 2001 From: "dandhee.damarrama" Date: Tue, 21 Nov 2023 13:29:02 +0700 Subject: [PATCH] chore: remove gas based tax comission on labels and messages --- apps/staking/src/utils/labels.ts | 2 -- apps/staking/src/utils/messages.tsx | 4 ---- 2 files changed, 6 deletions(-) diff --git a/apps/staking/src/utils/labels.ts b/apps/staking/src/utils/labels.ts index 58b82c32..60362eef 100644 --- a/apps/staking/src/utils/labels.ts +++ b/apps/staking/src/utils/labels.ts @@ -28,8 +28,6 @@ const labels = { 'Total amount of CTSI locked in the staking contract, currently in the status "staked"', flatRateCommission: 'This pool charges a flat rate CTSI commission over every block reward', - gasTaxCommission: - 'This pool charges a variable rate CTSI commission over every block reward', }; export default labels; diff --git a/apps/staking/src/utils/messages.tsx b/apps/staking/src/utils/messages.tsx index 9cb87b20..b891dae0 100644 --- a/apps/staking/src/utils/messages.tsx +++ b/apps/staking/src/utils/messages.tsx @@ -88,10 +88,6 @@ const messages = { howItWorks: () => `This model calculates the commission as a fixed percentage of the block CTSI reward before distributing the remaining amount to the pool users.`, }, - gasBased: { - howItWorks: () => - `This model calculates the commission considering the current network gas price, Ethereum price and CTSI price. The configured amount of gas above is multiplied by the gas price provided by a ChainLink oracle, then converted from ETH to CTSI using an Uniswap V2 price oracle.`, - }, }, }, pool: {