forked from pi-node/pi-node
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# src/constants.py | ||
|
||
""" | ||
Pi Coin Configuration Constants | ||
This module contains constants related to the Pi Coin cryptocurrency. | ||
""" | ||
|
||
# Pi Coin Symbol | ||
PI_COIN_SYMBOL = "Pi" # Symbol for Pi Coin | ||
|
||
# Pi Coin Value | ||
PI_COIN_VALUE = 314159 # Fixed value of Pi Coin in USD | ||
|
||
# Pi Coin Supply | ||
PI_COIN_SUPPLY = 100_000_000_000 # Total supply of Pi Coin | ||
|
||
# Additional constants can be added here as needed | ||
# Example: | ||
# PI_COIN_TRANSACTION_FEE = 0.01 # Transaction fee in USD | ||
# PI_COIN_BLOCK_TIME = 10 # Average block time in seconds |
febaddf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super
febaddf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
febaddf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🙏