diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..1070143 --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID= +RECIPIENT_WALLET= +NEXT_PUBLIC_REQUEST_API_CLIENT_ID= +NEXT_PUBLIC_REQUEST_API_URL= + diff --git a/.github/deploy-to-production.yml b/.github/workflows/deploy-to-production.yml similarity index 100% rename from .github/deploy-to-production.yml rename to .github/workflows/deploy-to-production.yml diff --git a/.github/deploy-to-staging.yml b/.github/workflows/deploy-to-staging.yml similarity index 100% rename from .github/deploy-to-staging.yml rename to .github/workflows/deploy-to-staging.yml