Skip to content

Commit

Permalink
feat: clean up env
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Oct 10, 2024
1 parent b9c8d9f commit 8376732
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions projects/ui/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ VITE_ALCHEMY_API_KEY="ds4ljBC_Pq-PaIQ3aHo04t27y2n8qpry"
VITE_THEGRAPH_API_KEY="4c0b9364a121c1f2aa96fe61cb73d705"
VITE_WALLETCONNECT_PROJECT_ID=2159ea7542f2b547554f8c85eca0cec1
VITE_SNAPSHOT_API_KEY="83b2ba4f5e943503dad56d4afea4a5205ace935d702cb8c0a1151c995b474f59"
VITE_ZERO_X_API_KEY=""
VITE_TENDERLY_ACCOUNT_SLUG=""
VITE_TENDERLY_PROJECT_SLUG=""
VITE_TENDERLY_ACCESS_KEY=""
VITE_TENDERLY_VNET_ID=""
VITE_ZERO_X_API_KEY=""
5 changes: 1 addition & 4 deletions projects/ui/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
VITE_ALCHEMY_API_KEY="iByabvqm_66b_Bkl9M-wJJGdCTuy19R3"
VITE_THEGRAPH_API_KEY="4c0b9364a121c1f2aa96fe61cb73d705"
VITE_SNAPSHOT_API_KEY="83b2ba4f5e943503dad56d4afea4a5205ace935d702cb8c0a1151c995b474f59"
VITE_ZERO_X_API_KEY=""
VITE_TENDERLY_ACCOUNT_SLUG=""
VITE_TENDERLY_PROJECT_SLUG=""
VITE_TENDERLY_ACCESS_KEY=""
VITE_ZERO_X_API_KEY=""
7 changes: 1 addition & 6 deletions projects/ui/src/components/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,7 @@ function Arbitrum() {
<MorningUpdater />
<MorningFieldUpdater />
<BeanstalkCaseUpdater />

{false && (
<>
<GovernanceUpdater />
</>
)}
<GovernanceUpdater />

{/* -----------------------
* Farmer Updaters
Expand Down

0 comments on commit 8376732

Please sign in to comment.