Skip to content

Commit

Permalink
Lower liquidity threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
steegecs committed Aug 17, 2023
1 parent ef2aeb9 commit 3ad2f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"poolManagerAddress": "0x9Ee3600543eCcc85020D6bc77EB553d1747a65D2",
"poolManagerStartBlock": 6234663,
"graftEnabled": true,
"subgraphId": "QmbR1pH2V5nb9sSp69mBFWD3BQBa57kDWFXquMbhP17gut",
"graftStartBlock": 15486562
"subgraphId": "QmXUSNNZBCoKFZRA6rU76VgCbnymh7uxmbFMH5uEA5sqyg",
"graftStartBlock": 15279205
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import { Factory } from "../../../../../generated/Factory/Factory";
import {
BIGINT_ZERO,
FeeSwitch,
MINIMUM_LIQUIDITY_FIVE_THOUSAND,
MINIMUM_LIQUIDITY_TEN_THOUSAND,
MINIMUM_LIQUIDITY_TWENTY_FIVE_THOUSAND,
Network,
PROTOCOL_SCHEMA_VERSION,
RewardIntervalType,
Expand Down Expand Up @@ -128,6 +126,6 @@ export class UbeswapCeloConfigurations implements Configurations {
return MINIMUM_LIQUIDITY_TEN_THOUSAND;
}
getMinimumLiquidityThresholdTrackPrice(): BigDecimal {
return MINIMUM_LIQUIDITY_TWENTY_FIVE_THOUSAND;
return MINIMUM_LIQUIDITY_TEN_THOUSAND;
}
}

0 comments on commit 3ad2f20

Please sign in to comment.