Skip to content

Commit

Permalink
update denominations
Browse files Browse the repository at this point in the history
  • Loading branch information
rileystephens28 committed Oct 17, 2024
1 parent 67b64e1 commit 25c45ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/transaction/utxo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,11 @@ export const denominations: bigint[] = [
BigInt(10), // 0.01 Qi (10 Qit)
BigInt(50), // 0.05 Qi (50 Qit)
BigInt(100), // 0.1 Qi (100 Qit)
BigInt(250), // 0.25 Qi (250 Qit)
BigInt(500), // 0.5 Qi (500 Qit)
BigInt(1000), // 1 Qi (1000 Qit)
BigInt(5000), // 5 Qi (5000 Qit)
BigInt(10000), // 10 Qi (10000 Qit)
BigInt(20000), // 20 Qi (20000 Qit)
BigInt(50000), // 50 Qi (50000 Qit)
BigInt(100000), // 100 Qi (100000 Qit)
BigInt(1000000), // 1,000 Qi (1,000,000 Qit)
BigInt(10000000), // 10,000 Qi (10,000,000 Qit)
Expand Down

0 comments on commit 25c45ea

Please sign in to comment.