Skip to content

Commit 0b16150

Browse files
committed
update matomo domain
1 parent 6c8e489 commit 0b16150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide/src/assets/js/loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const domains = {
22
'remix-alpha.ethereum.org': 27,
3-
'remix-beta.ethereum.org': 25,
3+
'remix-beta.ethereum.org': 1,
44
'remix.ethereum.org': 23,
55
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
66
}
@@ -12,7 +12,7 @@ if (domains[window.location.hostname]) {
1212
_paq.push(['trackPageView']);
1313
_paq.push(['enableLinkTracking']);
1414
(function () {
15-
var u = "https://matomo.ethereum.org/";
15+
var u = "https://remix-ethereum.matomo.cloud/matomo.php";
1616
_paq.push(['setTrackerUrl', u + 'matomo.php'])
1717
_paq.push(['setSiteId', domains[window.location.hostname]])
1818
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]

0 commit comments

Comments
 (0)