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.
2 parents dae5c35 + 88ab097 commit 9acc0faCopy full SHA for 9acc0fa
apps/remix-ide/src/assets/js/loader.js
@@ -5,7 +5,10 @@ const domains = {
5
'localhost': 35 // remix desktop
6
}
7
const domainsOnPrem = {
8
- 'remix-alpha.ethereum.org': 1
+ 'remix-alpha.ethereum.org': 1,
9
+ 'remix-beta.ethereum.org': 2,
10
+ 'remix.ethereum.org': 3,
11
+ 'localhost': 4 // remix desktop
12
13
14
let domainToTrack = domains[window.location.hostname]
0 commit comments