Skip to content

Commit

Permalink
fix: use web3.storage gateway (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
frrist authored Sep 2, 2022
1 parent eb9bc47 commit f05d6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/fetch/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f05d6cd

Please sign in to comment.