Skip to content

Commit

Permalink
Disable profitability check on avax
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Oct 6, 2024
1 parent 2cd57e3 commit 8220ab9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,6 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
},
harvest: {
...defaultHarvestConfig,
profitabilityCheck: {
...defaultHarvestConfig.profitabilityCheck,
enabled: true,
},
setTransactionGasLimit: false,
},
unwrap: {
Expand Down

0 comments on commit 8220ab9

Please sign in to comment.