Skip to content

Commit

Permalink
chore: .env for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Nov 4, 2024
1 parent ee79441 commit d1bf354
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Development
NODE_ENV=production
NEXT_PUBLIC_WEB_WALLET_URL=https://web-v2.hydrogen.argent47.net
NEXT_PUBLIC_CHAIN_ID=SN_SEPOLIA
4 changes: 4 additions & 0 deletions .env.hydrogen
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Hydrogen
NODE_ENV=production
NEXT_PUBLIC_WEB_WALLET_URL=https://web-v2.hydrogen.argent47.net
NEXT_PUBLIC_CHAIN_ID=SN_SEPOLIA
4 changes: 4 additions & 0 deletions .env.prod
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Main
NODE_ENV=production
NEXT_PUBLIC_WEB_WALLET_URL=https://web.argent.xyz
NEXT_PUBLIC_CHAIN_ID=SN_MAIN
5 changes: 5 additions & 0 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Staging

NODE_ENV=production
NEXT_PUBLIC_WEB_WALLET_URL=https://web-v2.staging.argent47.net
NEXT_PUBLIC_CHAIN_ID=SN_MAIN

0 comments on commit d1bf354

Please sign in to comment.