We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c9597 commit af806f1Copy full SHA for af806f1
.env.example
@@ -0,0 +1,4 @@
1
+# rename to .env.local or .env.<your_environment>
2
+VITE_REFRESH_INTERVAL=2000
3
+VITE_FETCH_ALL_BLOCKS=true
4
+VITE_RECENT_BLOCK_LIMIT=100
.gitignore
@@ -2,4 +2,7 @@ node_modules/
**/.vscode
yarn-error.log
dist
5
-.idea
+.idea
6
+
7
+.env*
8
+!.env.example
0 commit comments