We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8e489 commit 0b16150Copy full SHA for 0b16150
apps/remix-ide/src/assets/js/loader.js
@@ -1,6 +1,6 @@
1
const domains = {
2
'remix-alpha.ethereum.org': 27,
3
- 'remix-beta.ethereum.org': 25,
+ 'remix-beta.ethereum.org': 1,
4
'remix.ethereum.org': 23,
5
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
6
}
@@ -12,7 +12,7 @@ if (domains[window.location.hostname]) {
12
_paq.push(['trackPageView']);
13
_paq.push(['enableLinkTracking']);
14
(function () {
15
- var u = "https://matomo.ethereum.org/";
+ var u = "https://remix-ethereum.matomo.cloud/matomo.php";
16
_paq.push(['setTrackerUrl', u + 'matomo.php'])
17
_paq.push(['setSiteId', domains[window.location.hostname]])
18
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]
0 commit comments