forked from Irys-xyz/provenance-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.local.example
40 lines (36 loc) · 1.33 KB
/
.env.local.example
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Required only when using gassless uploader component
PRIVATE_KEY=
# Required for all components
# Can be any of https://docs.irys.xyz/overview/supported-tokens
NEXT_PUBLIC_TOKEN=matic
# Use node1 and node2 for permanent storage and devnet for development purposes
NEXT_PUBLIC_NODE=https://devnet.irys.xyz
# Used for downloading files
NEXT_PUBLIC_GATEWAY=https://gateway.irys.xyz/
# The chain used by Lit Protocol for generating an Auth Signature
NEXT_PUBLIC_LIT_CHAIN=polygon
# Needed if you're using the HeliusMinter component
NEXT_PUBLIC_HELIUS_API=
# RPCs are required when using Devnet. Make sure to include
# RPCs for all currencies you support. Sample values are provided, however
# these URLs change often and may need to be updated manually.
# MATIC
NEXT_PUBLIC_RPC_MATIC=https://rpc-mumbai.maticvigil.com
# APTOS
NEXT_PUBLIC_RPC_APTOS=
# ARBITRUM
NEXT_PUBLIC_RPC_ARBITRUM=https://arb1.arbitrum.io/rpc
# AVALANCHE
NEXT_PUBLIC_RPC_AVALANCHE=https://api.avax.network/ext/bc/C/rpc
# BOBA (previously OMG Network)
NEXT_PUBLIC_RPC_BOBA=Y
# ETHEREUM
NEXT_PUBLIC_RPC_ETHEREUM=https://rpc.sepolia.dev
# FANTOM
NEXT_PUBLIC_RPC_FANTOM=https://rpcapi.fantom.network
# NEAR
NEXT_PUBLIC_RPC_NEAR=https://rpc.mainnet.near.org
# SOLANA
NEXT_PUBLIC_RPC_SOLANA=https://api.mainnet-beta.solana.com
# For google analytics
NEXT_PUBLIC_GOOGLE_ANALYTICS=G-8XDPG49DW4