From 737b7356d2163311a95d25993983f80c142bd9fb Mon Sep 17 00:00:00 2001 From: Sufijen Bani Date: Tue, 28 Aug 2018 04:18:39 +0200 Subject: [PATCH 1/2] Add ipfs.netw0rk.io to Gateway List Add the gateway `ipfs.netw0rk.io` to the list of gateways in the json file. --- gateways.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gateways.json b/gateways.json index 632d753..5f5e121 100644 --- a/gateways.json +++ b/gateways.json @@ -16,5 +16,6 @@ "https://ipfs.wa.hle.rs/ipfs/:hash", "https://api.wisdom.sh/ipfs/:hash", "https://gateway.blocksec.com/ipfs/:hash", + "https://ipfs.netw0rk.io/ipfs/:hash", "https://ipfs.renehsz.com/ipfs/:hash" -] \ No newline at end of file +] From 8dcbcc678392cbad2db3e238491c013244c35a39 Mon Sep 17 00:00:00 2001 From: victorbjelkholm Date: Mon, 17 Sep 2018 19:40:11 +0200 Subject: [PATCH 2/2] Fix indentation --- gateways.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateways.json b/gateways.json index 84c6167..b1043e3 100644 --- a/gateways.json +++ b/gateways.json @@ -19,5 +19,5 @@ "https://ipfs.renehsz.com/ipfs/:hash", "https://cloudflare-ipfs.com/ipfs/:hash", "https://ipns.co/:hash", - "https://ipfs.netw0rk.io/ipfs/:hash" + "https://ipfs.netw0rk.io/ipfs/:hash" ]