From 8f5ea77044f572ba5ed6321b8248c4a6947b823b Mon Sep 17 00:00:00 2001 From: ci-build Date: Tue, 6 Feb 2024 16:15:41 +0000 Subject: [PATCH] [ci skip] Deploy --- Announcing-Orbs-V4/index.html | 2 +- assets/js/index.js | 12 ++++++------ blog/rss.xml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Announcing-Orbs-V4/index.html b/Announcing-Orbs-V4/index.html index 37b1fd63f..7c6941f25 100644 --- a/Announcing-Orbs-V4/index.html +++ b/Announcing-Orbs-V4/index.html @@ -1,5 +1,5 @@ Announcing Orbs V4: Taking layer 3 architecture to the next level

Announcing Orbs V4: Taking layer 3 architecture to the next level

Ran Hammer
-Ran Hammer

|

15 hours ago

blog

Ran Hammer

|

16 hours ago

blog

TL;DR

The Orbs project is developing V4 - the next major release of the Orbs Network protocol- with the primary goal of increasing the efficiency and robustness of Orbs Layer 3 technology to handle the increase in traction and meet future demand expectations.

diff --git a/assets/js/index.js b/assets/js/index.js index d5ec77d3a..9177378be 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -24,17 +24,17 @@ export const init = async (keepLoader) => { } try { - const res = await fetch("http://ip-api.com/json", { + const res = await fetch("https://api.ipregistry.co/?key=lguyrviqtd946oct", { method: "GET", }).then((res) => res.json()); - - if (res.countryCode === "IL") { - + if (res.currency.code === "ILS") { const script = document.createElement("script"); script.src = "/assets/js/dependencies/negishim.js"; - + document.head.appendChild(script); - document.querySelector(".footer-bottom-policy a:last-child").style.display = "unset"; + document.querySelector( + ".footer-bottom-policy a:last-child" + ).style.display = "unset"; } } catch (error) {} }; diff --git a/blog/rss.xml b/blog/rss.xml index 84e4d5d84..5867316ee 100644 --- a/blog/rss.xml +++ b/blog/rss.xml @@ -9,7 +9,7 @@ https://www.orbs.com/blog/ RSS for Node - Tue, 06 Feb 2024 15:39:58 +0000 + Tue, 06 Feb 2024 16:15:18 +0000 <![CDATA[Announcing Orbs V4: Taking layer 3 architecture to the next level]]>