diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..e06dfc2 --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +NEXT_PUBLIC_RPC_URL= +NEXT_PUBLIC_CONTRACT_ADDRESS= \ No newline at end of file diff --git a/.gitignore b/.gitignore index f7e1f5a..f9fcfb5 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ yarn-debug.log* yarn-error.log* # local env files -.env* +.env .local # vercel