Skip to content

Commit

Permalink
Update constant.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Feb 15, 2025
1 parent 071584c commit a69ecfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const PI_COIN = {
SYMBOL: "PI",
VALUE: 314159.00, // Fixed value of Pi Coin in USD
SUPPLY: 1_000_000_000_000_000, // Total supply of Pi Coin (1 quadrillion for enhanced market cap)
SUPPLY: 100_000_000_000, // Updated total supply of Pi Coin (100 billion)
DYNAMIC_SUPPLY: true, // Enable dynamic supply adjustments for market responsiveness
IS_STABLECOIN: true, // Indicates that Pi Coin is a stablecoin
STABILITY_MECHANISM: "Multi-Asset Collateralized with Algorithmic and Market-Driven Adjustments", // Mechanism for maintaining stability
Expand Down

0 comments on commit a69ecfa

Please sign in to comment.