diff --git a/public/index.html b/public/index.html
index 4e48a7c..138b64c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -81,7 +81,9 @@
var isIE = navigator.userAgent.indexOf("MSIE ") !== -1
|| navigator.appVersion.indexOf("Trident/") > 0;
var isLocalhost = window.location.hostname === "localhost"
- || window.location.hostname === "[::1]";
+ || window.location.hostname === "[::1]"
+ || window.location.hostname === "127.0.0.1"
+ ;
if (isIE && !isLocalhost) {
document.getElementById("kw-preloader").innerText = msg;
diff --git a/src/tenebra/api/types.ts b/src/tenebra/api/types.ts
index 41cce2a..8ee82be 100644
--- a/src/tenebra/api/types.ts
+++ b/src/tenebra/api/types.ts
@@ -101,7 +101,7 @@
}
export const DEFAULT_CURRENCY: TenebraCurrency = {
address_prefix: "k", name_suffix: "kst",
- currency_name: "Tenebra", currency_symbol: "TST"
+ currency_name: "CrypticOre", currency_symbol: "CO"
};
export interface TenebraMOTDBase {