Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Dec 26, 2023
1 parent afac29a commit 2e04b7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions webserver/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ export const DEX_PRICE_LIMIT = {
RESPONSE: 1000,
};

export const POOL_DELEGATION_LIMIT = {
POOLS: 50,
SLOT_RANGE: 20000,
};

export const PROJECTED_NFT_LIMIT = {
SLOT_RANGE: 100000,
SINGLE_USER_SLOT_RANGE: 10000000000,
};

export const POOL_DELEGATION_LIMIT = {
POOLS: 50,
SLOT_RANGE: 10000,
};

0 comments on commit 2e04b7a

Please sign in to comment.