Skip to content

Commit 9acc0fa

Browse files
authored
Merge pull request #6207 from ethereum/yann300-patch-63
Add Matomo sites
2 parents dae5c35 + 88ab097 commit 9acc0fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ const domains = {
55
'localhost': 35 // remix desktop
66
}
77
const domainsOnPrem = {
8-
'remix-alpha.ethereum.org': 1
8+
'remix-alpha.ethereum.org': 1,
9+
'remix-beta.ethereum.org': 2,
10+
'remix.ethereum.org': 3,
11+
'localhost': 4 // remix desktop
912
}
1013

1114
let domainToTrack = domains[window.location.hostname]

0 commit comments

Comments
 (0)