Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6183 from trufflesuite/direction
Browse files Browse the repository at this point in the history
Deprioritize Truffle relays
  • Loading branch information
haltman-at committed Sep 5, 2023
2 parents a49931b + e7a4630 commit f235a00
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ export class VersionRange {
compilerRoots: [
// this order of url root preference was recommended by Cameel from the
// Solidity team here -- https://github.com/trufflesuite/truffle/pull/5008
"https://relay.trufflesuite.com/solc/emscripten-wasm32/",
"https://binaries.soliditylang.org/emscripten-wasm32/",
"https://relay.trufflesuite.com/solc/emscripten-asmjs/",
"https://binaries.soliditylang.org/emscripten-asmjs/",
"https://solc-bin.ethereum.org/bin/",
"https://ethereum.github.io/solc-bin/bin/"
"https://ethereum.github.io/solc-bin/bin/",
"https://relay.trufflesuite.com/solc/emscripten-wasm32/",
"https://relay.trufflesuite.com/solc/emscripten-asmjs/"
]
};
this.config = Object.assign({}, defaultConfig, options);
Expand Down

0 comments on commit f235a00

Please sign in to comment.