File tree 7 files changed +13
-1
lines changed
7 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ export REACT_APP_DRT_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/6
5
5
export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
6
6
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=3084598
7
7
export REACT_APP_ARBITRATOR_TYPE=neo
8
+ export WALLETCONNECT_PROJECT_ID=
9
+ export ALCHEMY_API_KEY=
8
10
export NODE_OPTIONS='--max-old-space-size=7680'
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ export REACT_APP_DRT_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/6
5
5
export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
6
6
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=3084598
7
7
export REACT_APP_ARBITRATOR_TYPE=university
8
+ export WALLETCONNECT_PROJECT_ID=
9
+ export ALCHEMY_API_KEY=
8
10
export NODE_OPTIONS='--max-old-space-size=7680'
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ export REACT_APP_CORE_SUBGRAPH=https://api.studio.thegraph.com/query/61738/klero
4
4
export REACT_APP_DRT_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-drt-arbisep-devnet/version/latest
5
5
export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
6
6
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=3084598
7
+ export WALLETCONNECT_PROJECT_ID=
8
+ export ALCHEMY_API_KEY=
7
9
export NODE_OPTIONS='--max-old-space-size=7680'
Original file line number Diff line number Diff line change 2
2
export REACT_APP_DEPLOYMENT=devnet
3
3
export REACT_APP_CORE_SUBGRAPH=http://localhost:8000/subgraphs/name/kleros/kleros-v2-core-local
4
4
export REACT_APP_DRT_ARBSEPOLIA_SUBGRAPH=https://api.thegraph.com/subgraphs/name/alcercu/templateregistrydevnet
5
+ export WALLETCONNECT_PROJECT_ID=
6
+ export ALCHEMY_API_KEY=
5
7
export NODE_OPTIONS='--max-old-space-size=7680'
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ export REACT_APP_DRT_ARBMAINNET_SUBGRAPH=https://api.studio.thegraph.com/query/6
5
5
export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
6
6
export REACT_APP_GENESIS_BLOCK_ARBMAINNET=190274403
7
7
export REACT_APP_ARBITRATOR_TYPE=neo
8
+ export WALLETCONNECT_PROJECT_ID=
9
+ export ALCHEMY_API_KEY=
8
10
export NODE_OPTIONS='--max-old-space-size=7680'
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ export REACT_APP_CORE_SUBGRAPH=https://api.studio.thegraph.com/query/61738/klero
4
4
export REACT_APP_DRT_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-drt-arbisep-devnet/version/latest
5
5
export REACT_APP_STATUS_URL=https://kleros-v2.betteruptime.com/badge
6
6
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=3842783
7
+ export WALLETCONNECT_PROJECT_ID=
8
+ export ALCHEMY_API_KEY=
7
9
export NODE_OPTIONS='--max-old-space-size=7680'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { isProductionDeployment } from "consts/index";
11
11
12
12
import { lightTheme } from "styles/themes" ;
13
13
14
- const projectId = import . meta. env . WALLETCONNECT_PROJECT_ID ?? "6efaa26765fa742153baf9281e218217 " ;
14
+ const projectId = import . meta. env . WALLETCONNECT_PROJECT_ID ?? "" ;
15
15
export const alchemyApiKey = import . meta. env . ALCHEMY_API_KEY ?? "" ;
16
16
17
17
const chains = ALL_CHAINS as [ Chain , ...Chain [ ] ] ;
You can’t perform that action at this time.
0 commit comments