nft-drop
nft-drop copied to clipboard
Ability to add custom IPFS gateways to URLParams
@avneesh0612 @nachoiacovino We should be able to use the template with custom ipfs gateway as easy as this:
https://nft-template.com/?customIpfsGateways=http://pinata-gw.cloud/ipfs
Encouraging devs to roll their own gateways will benefit both parties since the end users do not have to share the same public gateway with million others and it'll put less stress on thirdweb's ipfs server
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
erc721 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 6, 2023 11:01pm |
nft-drop | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 6, 2023 11:01pm |
Can we have the ability to define the custom IPFS to const file? @kien-ngo
@warengonzaga Yes we do have it. I followed the same coding styles from the other contributors. Basically you can set the value as consts like this:
import {
biconomyApiIdConst,
biconomyApiKeyConst,
chainConst,
customIpfsGateways, // <----- This one right here
relayerUrlConst,
} from "./consts/parameters";
Amazing work @kien-ngo thank you for your contribution, this will help our community!
Adding @nachoiacovino and @MananTank here to take a look.
Can you take a look at the merge conflicts @kien-ngo