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 d170302 commit 8d52e65Copy full SHA for 8d52e65
src/tokens/gtc.js
@@ -14,7 +14,7 @@ class GalacticCoin {
14
this.stableValueGTC = 314159; // 1 GTC = $314,159
15
this.subunitRatio = 314159; // 1 GTC = 314,159 GU, 1 GU = $1
16
this.balances = new Map(); // Balances in GTC
17
- this.owner = "0xInitialDeployer"; // Replace with your address
+ this.owner = "spc-KOSASIH-owner"; // Replace with your address
18
this.transactionFeePercentage = 0.01; // 1% transaction fee
19
this.eventLog = []; // Event log for transactions
20
this.bqil = new BioQuantumIntegrationLayer(); // Initialize BQIL
0 commit comments