Skip to content

Commit

Permalink
Remove cloudflare from default ipfs gateways (#400)
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <avsysoev60@gmail.com>
  • Loading branch information
cyc60 authored Aug 23, 2024
1 parent 51777ef commit bad3c9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def set(
'IPFS_FETCH_ENDPOINTS',
cast=Csv(),
default='https://stakewise-v3.infura-ipfs.io,'
'http://cloudflare-ipfs.com,'
'https://gateway.pinata.cloud,https://ipfs.io',
)
self.ipfs_timeout = decouple_config('IPFS_TIMEOUT', default=60, cast=int)
Expand Down

0 comments on commit bad3c9a

Please sign in to comment.