forked from teia-community/teia-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
14 lines (10 loc) · 860 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GENERATE_SOURCEMAP=false
REACT_APP_BLOCKLIST_OBJKT='https://raw.githubusercontent.com/hicetnunc2000/hicetnunc-reports/main/filters/o.json'
REACT_APP_BLOCKLIST_WALLET='https://raw.githubusercontent.com/hicetnunc2000/hicetnunc-reports/main/filters/w.json'
REACT_APP_BLOCKLIST_BAN='https://raw.githubusercontent.com/hicetnunc2000/hicetnunc-reports/main/filters/b.json'
REACT_APP_TEIA_RESTRICTED_LIST='https://raw.githubusercontent.com/teia-community/teia-report/main/restricted.json'
REACT_APP_TEIA_PERMITTED_LIST='https://raw.githubusercontent.com/teia-community/teia-report/main/permitted.json'
REACT_APP_LOGOS='https://raw.githubusercontent.com/teia-community/teia-logos/main/dist'
REACT_APP_TEIA_GRAPHQL_API='https://api-v5.teia.rocks/v1/graphql'
REACT_APP_OBJKTCOM_GRAPHQL_API='https://data.objkt.com/v2/graphql'
REACT_APP_TZKT_API='https://api.tzkt.io'