-
Notifications
You must be signed in to change notification settings - Fork 10
/
.env.sample
26 lines (18 loc) · 1.14 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## The network to use for Hedera transactions (e.g., testnet or mainnet).
HEDERA_NETWORK=testnet
## The version of the Hedera Mirror Node API to use.
HEDERA_MIRROR_NODE_API_VERSION=v1
## The URL of the PINATA IPFS API.
PINATA_API_URL=https://api.pinata.cloud/
## An array of PINATA IPFS JWT keys (use your own keys).
PINATA_JWT_KEYS=['key1','key2','key3','key4','key5']
## Name shown in the each Wallet connection modal.
WALLET_CONFIG_NAME=Mintbar
## Description shown in the each Wallet connection modal.
WALLET_CONFIG_DESCRIPTION=Mint your own NFT.
## (optional) URL shown in wallet connection modal (only BladeWallet supported).
# WALLET_CONFIG_URL=https://testnet.mintbar.xyz
## (optional) Stores URL to image shown in each Wallet connection modal. If not provided, the app is looking for `${ window.location.protocol }//${ window.location.host }/logo.svg` to serve in the each wallet connection modal
# WALLET_CONFIG_ICON_URL=
## (optional) Is an array with gateways for fetch IPFS data. ``{cid}`` in url is replaced by true metadata CID of NFT. Default: 'https://ipfs.io/ipfs/{CID}'.
# IPFS_GATEWAYS=['https://gateway.1/{CID}','https://{CID}.gateway.2']