@paraswap/dex-lib 4.2.1 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -176,7 +176,7 @@ class UniswapV4Pool extends stateful_event_subscriber_1.StatefulEventSubscriber
|
|
|
176
176
|
}
|
|
177
177
|
async getOrGenerateState(blockNumber) {
|
|
178
178
|
let state = this.getState(blockNumber);
|
|
179
|
-
this.logger.
|
|
179
|
+
this.logger.warn(`${this.parentName}: No state found on block ${blockNumber} for pool ${this.poolId}, generating new one`);
|
|
180
180
|
if (!state) {
|
|
181
181
|
state = await this.generateState(blockNumber);
|
|
182
182
|
this.setState(state, blockNumber);
|