Skip to content

Commit 9824067

Browse files
authored
Update PiStable.rs
1 parent 451901c commit 9824067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/PiStable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub struct PiStable;
66
#[contractimpl]
77
impl PiStable {
88
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
9+
const TOTAL_SUPPLY: u128 = 100_000_000_000; // Total supply of 100 billion tokens
1010

1111
pub fn initialize(env: Env) {
1212
// Mint total supply to the contract owner

0 commit comments

Comments
 (0)