-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.production
28 lines (25 loc) · 913 Bytes
/
.env.production
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
# That's 12 words from the your wallet in the network.
MNEMONIC=
# https://app.infura.io/dashboard get from here API Keys
INFURA_PROJECT_ID="50422c9522da4f0799472f03760f3b9a"
# https://emn178.github.io/online-tools/keccak_256.html
# address encode to hex and add 0x before
# The owner of the contract.
NEXT_PUBLIC_OWNER="0x4da3208db6cd201500a4db2d0cff90cb1cc514261a12b93991d64c3f7f74cf91"
# localhost
NEXT_PUBLIC_TARGET_CHAIN_ID=5
NEXT_PUBLIC_NETWORK_ID=5
# mainnet
NEXT_PUBLIC_NETWORK_ID_MAINNET=1
NEXT_PUBLIC_TARGET_CHAIN_ID_MAINNET=1
# georli
NEXT_PUBLIC_NETWORK_ID_GEORLI=5
NEXT_PUBLIC_TARGET_CHAIN_ID_GEORLI=5
# sepolia
NEXT_PUBLIC_NETWORK_ID_SEPOLIA=11155111
NEXT_PUBLIC_TARGET_CHAIN_ID_SEPOLIA=11155111
NEXT_PUBLIC_PARSE_SERVER_URL=
NEXT_PUBLIC_PARSE_ID="123123123"
NEXT_PUBLIC_PARSE_JAVASCRIPT_KEY="123123123"
NEXT_PUBLIC_DATABASE_URL="file:./database/dev.db"
NEXT_PUBLIC_COOKIE_SECRET="COOKIE_SECRET"