aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/constants.ts
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-01 07:49:41 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-01 07:49:41 +0800
commit096f9deceedabff7fe90a7781271f55dfa059e1f (patch)
tree6d5d82e9d576049748c01ffac9e04f6cecafd346 /packages/instant/src/constants.ts
parentae84dac46382258e9a59b194f8aed7184d283e6f (diff)
downloaddexon-0x-contracts-096f9deceedabff7fe90a7781271f55dfa059e1f.tar
dexon-0x-contracts-096f9deceedabff7fe90a7781271f55dfa059e1f.tar.gz
dexon-0x-contracts-096f9deceedabff7fe90a7781271f55dfa059e1f.tar.bz2
dexon-0x-contracts-096f9deceedabff7fe90a7781271f55dfa059e1f.tar.lz
dexon-0x-contracts-096f9deceedabff7fe90a7781271f55dfa059e1f.tar.xz
dexon-0x-contracts-096f9deceedabff7fe90a7781271f55dfa059e1f.tar.zst
dexon-0x-contracts-096f9deceedabff7fe90a7781271f55dfa059e1f.zip
Removing old simulated progress bar, and adding documentation to TimedProgressBar
Diffstat (limited to 'packages/instant/src/constants.ts')
-rw-r--r--packages/instant/src/constants.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/constants.ts b/packages/instant/src/constants.ts
index 9fdbf2830..fcf6e0798 100644
--- a/packages/instant/src/constants.ts
+++ b/packages/instant/src/constants.ts
@@ -8,6 +8,5 @@ export const DEFAULT_GAS_PRICE = GWEI_IN_WEI.mul(6);
export const DEFAULT_ESTIMATED_TRANSACTION_TIME_MS = 2 * 60 * 1000; // 2 minutes
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 = 250; // TODO: remove
export const PROGRESS_STALL_AT_PERCENTAGE = 95;
export const PROGRESS_FINISH_ANIMATION_TIME_MS = 200;