Merge pull request #2355 from ethereum/LianaHus-patch-44

new gateway added
pull/1/head
Liana Husikyan 5 years ago committed by GitHub
commit b1fe88f8b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/compiler/compiler-imports.js

@ -64,7 +64,7 @@ module.exports = class CompilerImports extends Plugin {
return request.get( return request.get(
{ {
url: 'https://gateway.ipfs.io/' + url url: 'https://ipfsgw.komputing.org/' + url
}, },
(err, r, data) => { (err, r, data) => {
if (err) { if (err) {

Loading…
Cancel
Save