diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-31 01:18:00 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-31 01:18:00 +0800 |
commit | 25039a036c13336eba82904ecb53f6517286c0b5 (patch) | |
tree | dd954b9a01b06a367bbbf541116222dc34751606 /packages/instant/src/constants.ts | |
parent | 728f70f51b2fe4c5037e7b74a5dfb29f1f8ca4c9 (diff) | |
download | dexon-sol-tools-25039a036c13336eba82904ecb53f6517286c0b5.tar dexon-sol-tools-25039a036c13336eba82904ecb53f6517286c0b5.tar.gz dexon-sol-tools-25039a036c13336eba82904ecb53f6517286c0b5.tar.bz2 dexon-sol-tools-25039a036c13336eba82904ecb53f6517286c0b5.tar.lz dexon-sol-tools-25039a036c13336eba82904ecb53f6517286c0b5.tar.xz dexon-sol-tools-25039a036c13336eba82904ecb53f6517286c0b5.tar.zst dexon-sol-tools-25039a036c13336eba82904ecb53f6517286c0b5.zip |
WIP: Progress ticker with finishing
Diffstat (limited to 'packages/instant/src/constants.ts')
-rw-r--r-- | packages/instant/src/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/instant/src/constants.ts b/packages/instant/src/constants.ts index 424f35ecb..a21de2a0f 100644 --- a/packages/instant/src/constants.ts +++ b/packages/instant/src/constants.ts @@ -7,3 +7,4 @@ export const GWEI_IN_WEI = new BigNumber(1000000000); export const DEFAULT_GAS_PRICE = GWEI_IN_WEI.mul(6); export const ETH_GAS_STATION_API_BASE_URL = 'https://ethgasstation.info'; export const COINBASE_API_BASE_URL = 'https://api.coinbase.com/v2'; +export const PROGRESS_TICK_INTERVAL_MS = 100; |