Merge pull request #2 from cbluth/master

add two more gateways
merge-requests/2/merge
ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ 2017-09-27 22:39:01 +03:00 committed by GitHub
commit c83d314f1a
1 changed files with 3 additions and 2 deletions

View File

@ -17,12 +17,13 @@ const gateways = [
'https://xmine128.tk/ipfs/:hash',
'https://upload.global/ipfs/:hash',
'https://ipfs.jes.xxx/ipfs/:hash',
'https://example.com/ipfs/:hash',
'https://catalunya.network/ipfs/:hash',
'https://siderus.io/ipfs/:hash',
'https://eternum.io/ipfs/:hash',
'https://hardbin.com/ipfs/:hash',
'https://ipfs.macholibre.org/ipfs/:hash'
'https://ipfs.macholibre.org/ipfs/:hash',
'https://ipfs.works/ipfs/:hash',
'https://ipfs.work/ipfs/:hash'
]
const hashToTest = 'Qmaisz6NMhDB51cCvNWa1GMS7LU1pAxdF4Ld6Ft9kZEP2a'