From 5c161422df97f0e28acb60c1dd23cb1b84a03c0a Mon Sep 17 00:00:00 2001 From: Cobin Bluth Date: Wed, 27 Sep 2017 10:28:33 -0500 Subject: [PATCH 1/2] add ipfs.works --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 79d68ca..176b407 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,9 @@ const gateways = [ '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' From e8da90ca2b25efda05e34b33c326e95fe24a9867 Mon Sep 17 00:00:00 2001 From: Cobin Bluth Date: Wed, 27 Sep 2017 10:31:25 -0500 Subject: [PATCH 2/2] rm example --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 176b407..0d696db 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ 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',