@dhedge/trading-widget 4.4.0 → 4.4.1

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,6 +1,7 @@
1
1
  import type { PoolConfig } from '../types/config.types';
2
2
  import type { DepositMethodName } from '../types/trading.types';
3
3
  export declare const DEFAULT_PRECISION = 18;
4
+ export declare const DEFAULT_VAULT_TOKEN_PRICE = "1000000000000000000";
4
5
  export declare const EXTENDED_POLLING_INTERVAL = 59000;
5
6
  export declare const DEFAULT_POLLING_INTERVAL = 30000;
6
7
  export declare const SHORTEN_POLLING_INTERVAL = 15000;