From f05d6cd36a8ca6a735816277253b217d0191dcf5 Mon Sep 17 00:00:00 2001 From: Frrist Date: Fri, 2 Sep 2022 13:26:02 -0700 Subject: [PATCH] fix: use web3.storage gateway (#1051) --- itests/fetch/fetch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/fetch/fetch.go b/itests/fetch/fetch.go index 2af53ec13..dc90fe0a4 100644 --- a/itests/fetch/fetch.go +++ b/itests/fetch/fetch.go @@ -27,7 +27,7 @@ import ( var log = logging.Logger("lily/vectors") -const gateway = "https://dweb.link/ipfs/" +const gateway = "https://ipfs.w3s.link/ipfs/" const lockFile = "fetch.lock" const vectordir = "/var/tmp/lily-test-vectors" const vectordirenv = "LILY_TEST_VECTORS"