@pioneer-platform/uniswap-client 0.0.27 → 0.0.29
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChainId } from '@uniswap/sdk-core';
|
|
2
2
|
import { SupportedL1ChainId, SupportedL2ChainId } from './chains';
|
|
3
|
-
export declare const AVERAGE_L1_BLOCK_TIME:
|
|
4
|
-
export declare const DEFAULT_MS_BEFORE_WARNING:
|
|
3
|
+
export declare const AVERAGE_L1_BLOCK_TIME: number;
|
|
4
|
+
export declare const DEFAULT_MS_BEFORE_WARNING: number;
|
|
5
5
|
/**
|
|
6
6
|
*
|
|
7
7
|
* @param chainId
|