From 7d9fe4bff3ca8f11db300ddf506caa133add8387 Mon Sep 17 00:00:00 2001 From: lws803 Date: Sat, 4 Mar 2023 23:52:01 -0500 Subject: [PATCH 1/2] added soul network --- src/gateways.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gateways.json b/src/gateways.json index 7d9d790c..7198b72d 100644 --- a/src/gateways.json +++ b/src/gateways.json @@ -83,5 +83,6 @@ "https://ipfs.joaoleitao.org/ipfs/:hash", "https://ipfs.tayfundogdas.me/ipfs/:hash", "https://ipfs.jpu.jp/ipfs/:hash", - "https://ipfs.czip.it/ipfs/:hash" + "https://ipfs.czip.it/ipfs/:hash", + "https://ipfs.soul-network.com" ] From 3360a7ff5847838b4536efd0c9244840c2d28eb2 Mon Sep 17 00:00:00 2001 From: lws803 Date: Sun, 5 Mar 2023 00:00:20 -0500 Subject: [PATCH 2/2] corrected gateway url --- src/gateways.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateways.json b/src/gateways.json index 7198b72d..31afb349 100644 --- a/src/gateways.json +++ b/src/gateways.json @@ -84,5 +84,5 @@ "https://ipfs.tayfundogdas.me/ipfs/:hash", "https://ipfs.jpu.jp/ipfs/:hash", "https://ipfs.czip.it/ipfs/:hash", - "https://ipfs.soul-network.com" + "https://ipfs.soul-network.com/ipfs/:hash" ]