Skip to content

Commit

Permalink
nftstorage.link -> ipfs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrofelnik committed Apr 1, 2024
1 parent 89c82c3 commit ecc28c9
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 ecc28c9

Please sign in to comment.