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 ab6c24d commit 7db1545Copy full SHA for 7db1545
apps/remix-ide/src/assets/js/loader.js
@@ -6,10 +6,10 @@ const domains = {
6
}
7
8
const domainsSecondaryTracker = {
9
- 'remix-alpha.ethereum.org': 12,
10
- 'remix-beta.ethereum.org': 10,
11
- 'remix.ethereum.org': 8,
12
- '6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 20 // remix desktop
+ 'remix-alpha.ethereum.org': 27,
+ 'remix-beta.ethereum.org': 25,
+ 'remix.ethereum.org': 23,
+ '6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
13
14
15
if (domains[window.location.hostname]) {
0 commit comments