Skip to content

Commit cf333a7

Browse files
committed
update node
1 parent 411fb5f commit cf333a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-url-resolver/src/resolve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class RemixURLResolver {
113113
url = url.replace(/^ipfs:\/\/?/, 'ipfs/')
114114
// eslint-disable-next-line no-useless-catch
115115
try {
116-
const req = 'https://ipfs.remixproject.org/' + url
116+
const req = 'https://jqgt.remixproject.org/' + url
117117
// If you don't find greeter.sol on ipfs gateway use local
118118
// const req = 'http://localhost:8080/' + url
119119
const response: AxiosResponse = await axios.get(req, { transformResponse: [] })

0 commit comments

Comments
 (0)