From 837673299c27f4193fc5a1d47423b28bd62be99e Mon Sep 17 00:00:00 2001 From: Spacebean Date: Wed, 9 Oct 2024 20:36:30 -0600 Subject: [PATCH] feat: clean up env --- projects/ui/.env.development | 6 +----- projects/ui/.env.production | 5 +---- projects/ui/src/components/App/index.tsx | 7 +------ 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/projects/ui/.env.development b/projects/ui/.env.development index 72b81f1f6..19b2429db 100644 --- a/projects/ui/.env.development +++ b/projects/ui/.env.development @@ -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="" \ No newline at end of file +VITE_ZERO_X_API_KEY="" \ No newline at end of file diff --git a/projects/ui/.env.production b/projects/ui/.env.production index c3ee8bf22..77403a824 100644 --- a/projects/ui/.env.production +++ b/projects/ui/.env.production @@ -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="" \ No newline at end of file +VITE_ZERO_X_API_KEY="" \ No newline at end of file diff --git a/projects/ui/src/components/App/index.tsx b/projects/ui/src/components/App/index.tsx index a68fb37cd..d43561801 100644 --- a/projects/ui/src/components/App/index.tsx +++ b/projects/ui/src/components/App/index.tsx @@ -188,12 +188,7 @@ function Arbitrum() { - - {false && ( - <> - - - )} + {/* ----------------------- * Farmer Updaters