File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 66 "dev:holesky" : " NEXT_PUBLIC_CHAIN_NAME=holesky pnpm dev" ,
77 "dev:sepolia" : " NEXT_PUBLIC_CHAIN_NAME=sepolia pnpm dev" ,
88 "dev:https" : " next dev --experimental-https --port 443" ,
9+ "dev:https:holesky" : " NEXT_PUBLIC_CHAIN_NAME=holesky pnpm dev:https" ,
10+ "dev:https:sepolia" : " NEXT_PUBLIC_CHAIN_NAME=sepolia pnpm dev:https" ,
911 "dev:nlocal" : " NEXT_PUBLIC_PROVIDER=http://localhost:8545 NEXT_PUBLIC_AVUP_ENDPOINT=http://localhost:8787 pnpm dev" ,
1012 "dev:localname" : " NEXT_PUBLIC_PROVIDER=\" http://$(\" hostname\" ):8545\" && NEXT_PUBLIC_AVUP_ENDPOINT=\" http://$(\" hostname\" ):8787\" && NEXT_PUBLIC_GRAPH_URI=\" http://$(\" hostname\" ):8000/subgraphs/name/graphprotocol/ens\" && pnpm dev" ,
1113 "dev:glocal" : " SWC_CACHE=false rm -rf .next && NEXT_PUBLIC_GRAPH_URI=http://localhost:8000/subgraphs/name/graphprotocol/ens NEXT_PUBLIC_ETH_NODE=anvil pnpm dev:nlocal" ,
You can’t perform that action at this time.
0 commit comments