Skip to content

Commit

Permalink
feat: remove arbitrum key
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Jun 20, 2024
1 parent 220b75e commit 7236b26
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion apps/defi/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ VITE_WALLET_CONNECT_PROJECT_ID=

# Alchemy account id
VITE_ALCHEMY_ID=
VITE_ALCHEMY_ARBITRUM_ID=

# Google Tag Manager container id for usage analytics, disabled if left blank
VITE_GTM_CONTAINER_ID=
Expand Down
1 change: 0 additions & 1 deletion apps/defi/src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
interface ImportMetaEnv {
readonly VITE_WALLET_CONNECT_PROJECT_ID: string;
readonly VITE_ALCHEMY_ID: string;
readonly VITE_ALCHEMY_ARBITRUM_ID: string;
readonly VITE_SUBSQUID_URL: string;
readonly VITE_ALCHEMY_RPC: string;
readonly VITE_CUSTOM_RPC?: string;
Expand Down
2 changes: 1 addition & 1 deletion libs/defi/shared/src/clients/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const wagmiConfig = createConfig({
? fallback([
http(
`${import.meta.env.VITE_ALCHEMY_ARBITRUM_RPC}${
import.meta.env.VITE_ALCHEMY_ARBITRUM_ID
import.meta.env.VITE_ALCHEMY_ID
}`,
),
http(),
Expand Down

0 comments on commit 7236b26

Please sign in to comment.