Skip to content

Commit 8d52e65

Browse files
authored
Update gtc.js
1 parent d170302 commit 8d52e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens/gtc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class GalacticCoin {
1414
this.stableValueGTC = 314159; // 1 GTC = $314,159
1515
this.subunitRatio = 314159; // 1 GTC = 314,159 GU, 1 GU = $1
1616
this.balances = new Map(); // Balances in GTC
17-
this.owner = "0xInitialDeployer"; // Replace with your address
17+
this.owner = "spc-KOSASIH-owner"; // Replace with your address
1818
this.transactionFeePercentage = 0.01; // 1% transaction fee
1919
this.eventLog = []; // Event log for transactions
2020
this.bqil = new BioQuantumIntegrationLayer(); // Initialize BQIL

0 commit comments

Comments
 (0)