ipfs url in UI

pull/1399/head
filip mertens 3 years ago
parent 2512f3066a
commit 78b4525819
  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