Skip to content

Commit

Permalink
Add IPFS Gateway to conf
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Dec 12, 2024
1 parent 63fec9a commit ab74d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aleph/sdk/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class Settings(BaseSettings):

VM_URL_PATH = "https://aleph.sh/vm/{hash}"
VM_URL_HOST = "https://{hash_base32}.aleph.sh"
IPFS_GATEWAY = "https://ipfs.aleph.cloud/ipfs/"

# Web3Provider settings
TOKEN_DECIMALS = 18
Expand Down

0 comments on commit ab74d1a

Please sign in to comment.