-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
34 lines (26 loc) · 957 Bytes
/
.env.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
#########################
# RainbowKit
#########################
# to get a project id, go to https://dashboard.rainbowkit.com/
NEXT_PUBLIC_RAINBOWKIT_PROJECT_ID=
# sepilia rpc url, go to https://infura.io/ to get a project id and rpc url, eg https://sepolia.infura.io/v3/${infura_project_id}
NEXT_PUBLIC_ETHEREUM_SEPOLIA_RPC_URL=
#########################
# Tenderly
#########################
# to get a project id, go to https://dashboard.tenderly.co/
NEXT_PUBLIC_TENDERLY_PROJECT_ID=
# enable vnets to use tenderly vnets
NEXT_PUBLIC_TENDERLY_VNETS_ENABLED=false
# enable to use testnets
NEXT_PUBLIC_ENABLE_TESTNETS=false
#########################
# Etherscan
#########################
# to get an api key, go to https://etherscan.io/myapikey
NEXT_PUBLIC_ETHERSCAN_API_KEY=
#########################
# Contract Addresses
#########################
# Factory Address
NEXT_PUBLIC_CONTRACT_SEPOLIA_ADDRESS=0xEb8a559c7F317C24f08405B40e6b1f3c83CDC76c