Skip to content

Commit

Permalink
remove unused envar
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger committed Feb 11, 2025
1 parent c43f3f8 commit a2904af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/flame-defi/.env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# use version of npm package for app version
NEXT_PUBLIC_VERSION=$npm_package_version

# controls whether to show the local network option in the network selector
NEXT_PUBLIC_SHOW_LOCAL_NETWORK=true
# controls which networks are shown in the network selector
NEXT_PUBLIC_NETWORK_LIST_OPTIONS=dawn,mainnet

# URLS for links
NEXT_PUBLIC_BRAND_URL=https://astria.org
Expand Down
2 changes: 1 addition & 1 deletion apps/flame-defi/.env.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NEXT_PUBLIC_VERSION=$npm_package_version

NEXT_PUBLIC_SHOW_LOCAL_NETWORK=
NEXT_PUBLIC_NETWORK_LIST_OPTIONS=dawn,mainnet

NEXT_PUBLIC_BRAND_URL=https://astria.org
NEXT_PUBLIC_BRIDGE_URL=https://bridge.astria.org
Expand Down
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"env": [
"NEXT_PUBLIC_VERSION",
"NEXT_PUBLIC_SHOW_LOCAL_NETWORK",
"NEXT_PUBLIC_BRAND_URL",
"NEXT_PUBLIC_BRIDGE_URL",
"NEXT_PUBLIC_SWAP_URL",
Expand All @@ -21,7 +20,7 @@
"NEXT_PUBLIC_GA_TRACKING_ID",
"NEXT_PUBLIC_FEEDBACK_FORM_URL",
"NEXT_PUBLIC_WALLET_CONNECT_DOMAIN_VERIFICATION_CODE",
"NEXT_APP_NETWORK_LIST_OPTIONS"
"NEXT_PUBLIC_NETWORK_LIST_OPTIONS"
],
"outputs": [".next/**", "!.next/cache/**"]
},
Expand Down

0 comments on commit a2904af

Please sign in to comment.