diff --git a/src/lib/fees/parameters/thorchainLp.ts b/src/lib/fees/parameters/thorchainLp.ts index 709be981ca3..759fee4bf51 100644 --- a/src/lib/fees/parameters/thorchainLp.ts +++ b/src/lib/fees/parameters/thorchainLp.ts @@ -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 diff --git a/src/state/apis/snapshot/getVotingPower.ts b/src/state/apis/snapshot/getVotingPower.ts index c40abb654c4..72d5497b660 100644 --- a/src/state/apis/snapshot/getVotingPower.ts +++ b/src/state/apis/snapshot/getVotingPower.ts @@ -25,8 +25,6 @@ export const getVotingPower = async ( 'Content-Type': 'application/json', } const body = { - jsonrpc: '2.0', - method: 'POST', params: { addresses, network,