Skip to content

Commit aee7301

Browse files
par contre la abuse, on et sur du +0.09% ......
1 parent 68d3ab5 commit aee7301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/market-data-context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const MarketDataProvider = ({ children }: { children: ReactNode }) => {
8484
if (!initialPrice) continue;
8585

8686
// Simulate price change
87-
const volatility = asset.type === 'Crypto' ? 0.0015 : 0.0005;
87+
const volatility = asset.type === 'Crypto' ? 0.015 : 0.005;
8888
const changeFactor = 1 + (Math.random() - 0.5) * 2 * volatility;
8989
asset.price *= changeFactor;
9090
updatedTickers[ticker] = asset.price;

0 commit comments

Comments
 (0)