File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2727.env.test.local
2828.env.production.local
2929.env.devnet-university
30+ # public env files
31+ ! .env. * .public
3032
3133# generated code
3234src /hooks /contracts /generated.ts
Original file line number Diff line number Diff line change 1+ # Do not enter sensitive information here.
2+ export REACT_APP_DEPLOYMENT=mainnet
3+ export REACT_APP_CORE_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-coreneo/version/latest
4+ export REACT_APP_DRT_ARBMAINNET_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-drt/version/latest
5+ export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
6+ export REACT_APP_DEVTOOLS_URL=https://devtools.v2.kleros.builders
7+ export REACT_APP_ARBITRATOR_TYPE=vanilla
8+ export REACT_APP_ATLAS_URI=http://localhost:3000
9+ export WALLETCONNECT_PROJECT_ID=
10+ export ALCHEMY_API_KEY=
11+ export NODE_OPTIONS='--max-old-space-size=7680'
12+ export REACT_APP_SHUTTER_API="https://shutter-api.chiado.staging.shutter.network/api"
Original file line number Diff line number Diff line change 2323.env.test.local
2424.env.production.local
2525.env.devnet-university
26+ # public env files
27+ ! .env. * .public
2628
2729# generated code
2830src /hooks /contracts /generated.ts
You can’t perform that action at this time.
0 commit comments