Skip to content

Commit

Permalink
feat: oval discovery warm up log
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <[email protected]>
  • Loading branch information
md0x committed Jul 31, 2024
1 parent fe07a88 commit 35bf78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/ovalDiscovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class OvalDiscovery {
public async initialize(provider: JsonRpcProvider) {
if (this.provider) return;
this.provider = provider;
Logger.debug("OvalDiscovery", `Updating instances from factories genesis block (${FACTORIES_GENESIS_BLOCK})`);
this.updateInstances(FACTORIES_GENESIS_BLOCK);
}

Expand Down

0 comments on commit 35bf78e

Please sign in to comment.