We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451901c commit 9824067Copy full SHA for 9824067
contracts/PiStable.rs
@@ -6,7 +6,7 @@ pub struct PiStable;
6
#[contractimpl]
7
impl PiStable {
8
const STABLE_COIN_VALUE: u128 = 314159; // Pegged value in cents
9
- const TOTAL_SUPPLY: u128 = 200_000_000_000; // Total supply of 200 billion tokens
+ const TOTAL_SUPPLY: u128 = 100_000_000_000; // Total supply of 100 billion tokens
10
11
pub fn initialize(env: Env) {
12
// Mint total supply to the contract owner
0 commit comments