Merge pull request #1399 from ethereum/fixipfs

ipfs url in UI
pull/1402/head^2
bunsenstraat 3 years ago committed by GitHub
commit 4b631593b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-ui/publish-to-storage/src/lib/publishToIPFS.tsx

@ -1,7 +1,7 @@
import IpfsClient from 'ipfs-mini'
const ipfsNodes = [
new IpfsClient({ host: 'ipfs.komputing.org', port: 443, protocol: 'https' }),
new IpfsClient({ host: 'ipfs.remixproject.org', port: 443, protocol: 'https' }),
new IpfsClient({ host: 'ipfs.infura.io', port: 5001, protocol: 'https' }),
new IpfsClient({ host: '127.0.0.1', port: 5001, protocol: 'http' })
]

Loading…
Cancel
Save