Skip to content

Commit

Permalink
chore: remove gas based tax comission on labels and messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dandheedge committed Nov 21, 2023
1 parent 8f7f9d0 commit 32f542c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions apps/staking/src/utils/labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
4 changes: 0 additions & 4 deletions apps/staking/src/utils/messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 32f542c

Please sign in to comment.