Adding a file similar to contractAddresses.ts with settings such as:
the API endpoint: 'https://api.pinata.cloud'
the gateway URL: 'https://gateway.pinata.cloud/ipfs/'
metadata_description and metadata_external_url from create.tsx: 'A Nengajo sent using HENKAKU Nengajo.' (placeholder), 'https://henkaku-nengajo.vercel.app'
the URL to see our tokens on OpenSea (when we know this)
Information on this file should be common for all contributors and not secret, so that it doesn't need to be on .env.local. It should be simpler to commit the information on the repo than replicating the same information on everyone's env file..
If some of these can be different on different chains, we can make it so that variables on .env.local override the information on this file. But, if there is no known need to do this, it can be considered out of the scope of this issue.
Adding a file similar to
contractAddresses.ts
with settings such as:'https://api.pinata.cloud'
'https://gateway.pinata.cloud/ipfs/'
metadata_description
andmetadata_external_url
from create.tsx:'A Nengajo sent using HENKAKU Nengajo.'
(placeholder),'https://henkaku-nengajo.vercel.app'
Information on this file should be common for all contributors and not secret, so that it doesn't need to be on
.env.local
. It should be simpler to commit the information on the repo than replicating the same information on everyone's env file..If some of these can be different on different chains, we can make it so that variables on
.env.local
override the information on this file. But, if there is no known need to do this, it can be considered out of the scope of this issue.