From cf1cac3c0f02ef47e762eaec1e88ffda9a79ace7 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Wed, 30 Jun 2021 05:31:49 -0400 Subject: [PATCH] Add further price history, change default time selection to 72h --- index.html | 4 ++++ js/token.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f2266b4..e77c8c1 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,10 @@ 3d 5d 7d + 14d + 30d + 3m + 6m

diff --git a/js/token.js b/js/token.js index d5208ca..63cb871 100644 --- a/js/token.js +++ b/js/token.js @@ -1,6 +1,6 @@ var current_token_int = 0; var current_region_selection = 'us' -var current_time_selection = '48h' +var current_time_selection = '72h' var current_price_hash = { us: 0, eu: 0,