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 7cd1465
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webserver/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ export const DEX_PRICE_LIMIT = {

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

export const ASSET_UTXOS_LIMIT = {
ASSETS: 50,
};

export const PROJECTED_NFT_LIMIT = {
Expand Down

0 comments on commit 7cd1465

Please sign in to comment.