IPFS custom domain

Hello everyone,

Iā€™m trying the web3 rest api for upload on ipfs.
The api return an endpoint like this:
https://ipfs.moralis.io:2053/ipfs/QmXQMNfMFH8NFF5kmaJyUG3cmKkPEu6DtH4RjLK5K5vFRM/test/test.json

I was wondering if there is the possibility to replace that moralis.io:2053 with a custom domain.

Can someone tell me if is it possible?

Thanks in advance!

you can replace it with another IPFS gateway, for example you can use https://gateway.moralisipfs.com/ipfs/ or any other IPFS gateway

thanks @cryptokid for your help, I will check it out!

@cryptokid sorry if I am boring you, do you know if moralis has different endpoint based on environment? (Es: production / validation)

it is only one endpoint for IPFS

ok really thanks for your help!