diff --git a/src/clj/commiteth/eth/token_data.clj b/src/clj/commiteth/eth/token_data.clj index 06703f3..680953c 100644 --- a/src/clj/commiteth/eth/token_data.clj +++ b/src/clj/commiteth/eth/token_data.clj @@ -15,7 +15,7 @@ (defn update-data [] (let [test-data (env :testnet-token-data) token-data - (if (and (env :on-testnet true) + (if (and #_(env :on-testnet true) test-data) test-data (into {}