Skip to content

Commit f05d6cd

Browse files
authored
fix: use web3.storage gateway (#1051)
1 parent eb9bc47 commit f05d6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itests/fetch/fetch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727

2828
var log = logging.Logger("lily/vectors")
2929

30-
const gateway = "https://dweb.link/ipfs/"
30+
const gateway = "https://ipfs.w3s.link/ipfs/"
3131
const lockFile = "fetch.lock"
3232
const vectordir = "/var/tmp/lily-test-vectors"
3333
const vectordirenv = "LILY_TEST_VECTORS"

0 commit comments

Comments
 (0)