Skip to content

Commit

Permalink
chore: increase liquidity limits
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Aug 28, 2024
1 parent 45805ba commit 6adced4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chainflip-insights/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"SwapWhitelist": "",

"TwitterSwapAmountThreshold": "20000",
"TwitterLiquidityAmountThreshold": "10000",
"TwitterLiquidityAmountThreshold": "100000",
"TwitterFundingAmountThreshold": "1000000000",
"TwitterRedemptionAmountThreshold": "1000000000",
"TwitterEpochEnabled": "true",
Expand All @@ -66,7 +66,7 @@
"TwitterWeeklyLpOverviewEnabled": "true",

"TelegramSwapAmountThreshold": "100000",
"TelegramLiquidityAmountThreshold": "5000",
"TelegramLiquidityAmountThreshold": "100000",
"TelegramFundingAmountThreshold": "1000000000",
"TelegramRedemptionAmountThreshold": "1000000000",
"TelegramEpochEnabled": "true",
Expand Down

0 comments on commit 6adced4

Please sign in to comment.