Skip to content

Commit

Permalink
chore: add default genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Oct 9, 2024
1 parent a105ba3 commit b795f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/main/.env.defaults
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARGON_MAINCHAIN_URL=
ARGON_GENESIS_UTC_TIME=
ARGON_GENESIS_UTC_TIME=1,728,396,000,000
ARGON_TICK_DURATION_MILLIS=60000
ARGON_NTP_SERVER=#pool.ntp.org
ARGON_CHANNEL_HOLD_EXPIRATION_TICKS=60
1 change: 1 addition & 0 deletions datastore/main/payments/LocalchainWithSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export default class LocalchainWithSync
}

public async attachMainchain(mainchain: MainchainClient): Promise<void> {
if (!this.#localchain) return;
await this.#localchain.attachMainchain(mainchain);
await this.#localchain.updateTicker();
this.mainchainLoaded.resolve();
Expand Down

0 comments on commit b795f25

Please sign in to comment.