Skip to content

Commit

Permalink
fix: review feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG committed Nov 4, 2024
1 parent 77530ef commit 11ddab3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/fees/parameters/thorchainLp.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { FeeCurveParameters } from './types'

// THOR asset doesn't have any fee models for now as it's not using curves, we only zero out values to make TS happy with less risks
const FEE_CURVE_MAX_FEE_BPS = 50 // basis points
const FEE_CURVE_MIN_FEE_BPS = 20 // basis points
const FEE_CURVE_NO_FEE_THRESHOLD_USD = 2_000 // usd
Expand Down
2 changes: 0 additions & 2 deletions src/state/apis/snapshot/getVotingPower.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export const getVotingPower = async (
'Content-Type': 'application/json',
}
const body = {
jsonrpc: '2.0',
method: 'POST',
params: {
addresses,
network,
Expand Down

0 comments on commit 11ddab3

Please sign in to comment.