Skip to content

Commit 8e45dc6

Browse files
committed
Add env var to Readme
1 parent aa0784c commit 8e45dc6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ A Next.js application for viewing verified smart contract details from the Sourc
66

77
### Prerequisites
88

9-
- Node.js 20.x or later
9+
- Node.js 18.x or later
1010
- npm or yarn
1111
- Docker (optional, for containerized deployment)
1212

1313
### Environment Variables
1414

1515
Create a `.env` file in the root directory with the following variables:
1616

17-
```
17+
```bash
1818
SOURCIFY_SERVER_URL=https://sourcify.dev/server
19+
# NODE_ENV=development or NODE_ENV=production
1920
```
2021

2122
### Running Locally

0 commit comments

Comments
 (0)