Skip to content

Commit

Permalink
nftstorage.link -> ipfs.io (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrofelnik authored Apr 1, 2024
1 parent 81d4f48 commit 154f770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracles/src/repositories/ipfs_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import settings
from typing import Union

NFT_STORAGE_LINK_BASE = "https://{}.ipfs.nftstorage.link"
NFT_STORAGE_LINK_BASE = "https://ipfs.io/ipfs/{}"


class IpfsRepository:
Expand Down

0 comments on commit 154f770

Please sign in to comment.